Thread: DBD-pg error in current source tree

DBD-pg error in current source tree

From
The Hermit Hacker
Date:
Well, at least we now get past the 'login' failure :)

> make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl -I./blib/arch -I./blib/lib -I/usr/local/lib/perl5/i386-freebsd/5.00404
-I/usr/local/lib/perl5test.pl 
1..33
ok 1
ok 2
ERROR:  parser: parse error at or near "char"
NOTICE:  UserAbortTransactionBlock and not in in-progress state
*** Error code 2

Stop.

Marc G. Fournier
Systems Administrator @ hub.org
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org


Re: [INTERFACES] DBD-pg error in current source tree

From
Goran Thyni
Date:
   Well, at least we now get past the 'login' failure :)

   > make test
   PERL_DL_NONLAZY=1 /usr/local/bin/perl -I./blib/arch -I./blib/lib -I/usr/local/lib/perl5/i386-freebsd/5.00404
-I/usr/local/lib/perl5test.pl 
   1..33
   ok 1
   ok 2
   ERROR:  parser: parse error at or near "char"
   NOTICE:  UserAbortTransactionBlock and not in in-progress state
   *** Error code 2

   Stop.

This is related to changes in parser regarding
reserved words.

CREATE TABLE xxx (char char(1));
                  ^^^^

"char" et all is no longer valid field names.

       regards,
--
---------------------------------------------
Göran Thyni, sysadm, JMS Bildbasen, Kiruna


Re: [INTERFACES] DBD-pg error in current source tree

From
Goran Thyni
Date:
   Well, at least we now get past the 'login' failure :)

   > make test
   PERL_DL_NONLAZY=1 /usr/local/bin/perl -I./blib/arch -I./blib/lib -I/usr/local/lib/perl5/i386-freebsd/5.00404
-I/usr/local/lib/perl5test.pl 
   1..33
   ok 1
   ok 2
   ERROR:  parser: parse error at or near "char"
   NOTICE:  UserAbortTransactionBlock and not in in-progress state
   *** Error code 2

   Stop.

This is related to changes in parser regarding
reserved words.

CREATE TABLE xxx (char char(1));
                  ^^^^

"char" et all is no longer valid field names.

       regards,
--
---------------------------------------------
Göran Thyni, sysadm, JMS Bildbasen, Kiruna