Skip Menu |

This queue is for tickets about the SQL-Translator CPAN distribution.

Report information
The Basics
Id: 3226
Status: resolved
Worked: 1 min
Priority: 0/
Queue: SQL-Translator

People
Owner: kclark [...] cpan.org
Requestors: cpanspam [...] netebb.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.02
Fixed in: (no value)



Subject: MySQL: PK field(length) wasn't supported
Index: MySQL.pm =================================================================== RCS file: /cvsroot/sqlfairy/sqlfairy/lib/SQL/Translator/Parser/MySQL.pm,v retrieving revision 1.29 diff -u -r1.29 MySQL.pm --- MySQL.pm 8 Aug 2003 22:22:51 -0000 1.29 +++ MySQL.pm 12 Aug 2003 21:58:16 -0000 @@ -443,7 +443,7 @@ opt_constraint : /constraint/i WORD -primary_key_def : primary_key index_name(?) '(' field_name(s /,/) ')' +primary_key_def : primary_key index_name(?) '(' name_with_opt_paren(s /,/) ')' { $return = { supertype => 'constraint',
This patch has been applied.