Mooify SQLT::Schema::Field
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Sat, 4 Aug 2012 17:32:16 +0000 (18:32 +0100)
committerArthur Axel 'fREW' Schmidt <frioux@gmail.com>
Sat, 22 Sep 2012 16:54:32 +0000 (11:54 -0500)
commita14ab50e885e610c35e84a4294e876764a44c46d
tree19b000e3c9951967ad5a6349ad3adf4ba2be0e49
parent96a5759eeb151233a3d154a9ea06a6859ba25206
Mooify SQLT::Schema::Field

This changes the default of ->is_nullable to actually respect
->is_primary_key in all cases, which it wasn't doing, and the MySQL
producer test was relying on, so fix that too.
SQL-Translator-0.11013.tar.gz [new file with mode: 0644]
lib/SQL/Translator/Schema/Field.pm
lib/SQL/Translator/Schema/Table.pm
t/38-mysql-producer.t