Subject: | data_type => "varchar( 255 )" should be data_type => 'varchar', size => 255 |
riba asked me to report this, full convo follows:
<ribasushi> data_type => "varchar( 255 )",
<ribasushi> <-- wrong (well, non-best-practice)
<ribasushi> data_type => 'varchar', size => 255
<Lee> hmm, that came out of schema::loader - missing an option perhaps?
<ribasushi> bizarre... shouldn't have happened
<ribasushi> I'd vote "bug"
<Lee> yep, just grepped the gen'd classes and it's the same
<ribasushi> recent S::L ?
<Lee> 0.07045
<Lee> most recent
<ribasushi> yeah, please throw a bug when time permits
<ribasushi> this is definitely wrong