Skip Menu |

This queue is for tickets about the DBIx-DBStag CPAN distribution.

Report information
The Basics
Id: 7152
Status: open
Priority: 0/
Queue: DBIx-DBStag

People
Owner: CMUNGALL [...] cpan.org
Requestors: jr [...] imb-jena.de
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.04
Fixed in: (no value)



Subject: MySQL server version for the right syntax to use near 'serial PRIMARY KEY NOT NULL,
DBIx-DBStag-0.04 perl, v5.8.2 built for cygwin-thread-multi-64int CYGWIN_NT-5.1 host 1.5.10(0.116/4/2) 2004-05-25 22:07 i686 unknown unknown Cygwin $ perl -MDBI -e 'DBI->installed_versions' Perl : 5.008002 (cygwin-thread-multi-64int) OS : cygwin (1.5.5(0.9432)) DBI : 1.40 DBD::mysql : 2.9003 DBD::Sponge : 11.10 DBD::Proxy : install_driver(Proxy) failed: Can't locate RPC/PlClient.pm in @INC DBD::ExampleP : 11.12 CPAN DBIx::DBStag cd .cpan/build/DBIx-DBStag-0.04 perl Makefile.PL --testhost=127.0.0.1 --testdsn="dbi:mysql:test:127.0.0.1:3306" --testuser=test --testrecreate="mysqladmin -u test -h 127.0.0.1 -f drop test;mysqladmin -u test -h 127.0.0.1 create test" make test cp ... ... /usr/bin/perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/autoddl......"my" variable $out masks earlier declaration in same scope at t/autoddl.t line 54. Subroutine connect_args redefined at t/db.config line 8. Subroutine recreate_cmd redefined at t/db.config line 13. DBD::mysql::db do failed: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'serial PRIMARY KEY NOT NULL, version INT ); CREATE TABLE s at /cygdrive/c/.cpan/build/DBIx-DBStag-0.04/blib/lib/DBIx/DBStag.pm line 3004. DBD::mysql::db do failed: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'serial PRIMARY KEY NOT NULL, version INT ); CREATE TABLE s at /cygdrive/c/.cpan/build/DBIx-DBStag-0.04/blib/lib/DBIx/DBStag.pm line 3004. t/autoddl......dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-2 Failed 2/2 tests, 0.00% okay ...
Currently running the test suite requires you to use Pg - this will be fixed in a future version The DBIx::DBStag module still works with MySQL [guest - Wed Jul 28 05:59:53 2004]: Show quoted text
> DBIx-DBStag-0.04 > > perl, v5.8.2 built for cygwin-thread-multi-64int > > CYGWIN_NT-5.1 host 1.5.10(0.116/4/2) 2004-05-25 22:07 i686 unknown > unknown Cygwin > > $ perl -MDBI -e 'DBI->installed_versions' > Perl : 5.008002 (cygwin-thread-multi-64int) > OS : cygwin (1.5.5(0.9432)) > DBI : 1.40 > DBD::mysql : 2.9003 > DBD::Sponge : 11.10 > DBD::Proxy : install_driver(Proxy) failed: Can't locate > RPC/PlClient.pm in @INC > DBD::ExampleP : 11.12 > > CPAN DBIx::DBStag > cd .cpan/build/DBIx-DBStag-0.04 > perl Makefile.PL --testhost=127.0.0.1 > --testdsn="dbi:mysql:test:127.0.0.1:3306" --testuser=test > --testrecreate="mysqladmin -u test -h 127.0.0.1 -f drop > test;mysqladmin -u test -h 127.0.0.1 create test" > make test > > cp ... > ... > /usr/bin/perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, > 'blib/lib', 'blib/arch')" t/*.t > t/autoddl......"my" variable $out masks earlier declaration in same > scope at t/autoddl.t line 54. > Subroutine connect_args redefined at t/db.config line 8. > Subroutine recreate_cmd redefined at t/db.config line 13. > DBD::mysql::db do failed: You have an error in your SQL syntax. Check > the manual that corresponds to your MySQL server version for the right > syntax to use near 'serial PRIMARY KEY NOT NULL, > version INT > ); > > CREATE TABLE s at /cygdrive/c/.cpan/build/DBIx-DBStag- > 0.04/blib/lib/DBIx/DBStag.pm line 3004. > DBD::mysql::db do failed: You have an error in your SQL syntax. Check > the manual that corresponds to your MySQL server version for the right > syntax to use near 'serial PRIMARY KEY NOT NULL, > version INT > ); > > CREATE TABLE s at /cygdrive/c/.cpan/build/DBIx-DBStag- > 0.04/blib/lib/DBIx/DBStag.pm line 3004. > t/autoddl......dubious > Test returned status 255 (wstat 65280, 0xff00) > DIED. FAILED tests 1-2 > Failed 2/2 tests, 0.00% okay > ...