Skip Menu |

This queue is for tickets about the Tangram CPAN distribution.

Report information
The Basics
Id: 4568
Status: resolved
Priority: 0/
Queue: Tangram

People
Owner: SAMV [...] cpan.org
Requestors:
Cc:
AdminCc:

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



Subject: broken sql getting generated
using DBD::SQLite ... Springfield.pm spits out CREATE TABLE Credit ( id INTEGER NOT NULL, PRIMARY KEY( id ), type INTEGER NOT NULL, theLimit INT NULL ) ; which ought to be CREATE TABLE Credit ( id INTEGER NOT NULL, theLimit INT NULL, type INTEGER NOT NULL, PRIMARY KEY( id ) ) ; Springfield.pm does this for all create table statements.
Hi there. It took a while, but I have fixed the head svn version of Tangram to include this change for SQLite's sake. The new version will be on CPAN as 2.07_07 shortly.