Bug#819782: libdatabase-dump-perl: FTBFS: t/dumptruck.t failure

Niko Tyni ntyni at debian.org
Sat Apr 2 19:40:52 UTC 2016


On Sat, Apr 02, 2016 at 12:10:31PM +0200, László Böszörményi wrote:

> Its first parameter is the function the call and the second is the
> expected result[1]. If I use sqlite3 3.11.1, then the function returns
> an array, but not [666]. With sqlite3 3.12.0 it returns the expected
> [666].

The root cause is that sqlite3_column_decltype() quotes its output in
3.12.0, where previously it didn't.

I'm attaching Perl and C test cases for it.

With 3.11.1 the output of these test cases is

  type:json text value:bar

and with 3.12.0 we get

  type:'json text' value:bar

So is this an intentional change or a regression?
-- 
Niko Tyni   ntyni at debian.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t.pl
Type: text/x-perl
Size: 408 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-perl-maintainers/attachments/20160402/f7f09552/attachment.pl>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t2.c
Type: text/x-csrc
Size: 1175 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-perl-maintainers/attachments/20160402/f7f09552/attachment.c>


More information about the pkg-perl-maintainers mailing list