Skip Menu |

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

Report information
The Basics
Id: 18277
Status: resolved
Priority: 0/
Queue: DBIx-Migration

People
Owner: Nobody in particular
Requestors: bphillips [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: (no value)
Fixed in: (no value)



Subject: `key` is a SQL reserved word
The module uses the column name of `key` for the dbix_migration table. This doesn't work on at least MySQL because `key` is a reserved word and has to be quoted if you want to use it as a column name. A different column name should be used or the column should be quoted or at least the error should be caught in a much less silent manner.
This has been fixed in 0.05