>>> NOTE: Since SQL::Translator 0.09000 it is better to just run all statmets >>> in the order given, since the SQL produced is of better quality. >> > > Hmmm yeah, I briefly toyed with idea of removing that regexp check and just > running stmts the order that the appear in the SQL file, probably for the > exact reason you are complaining about. > > Is there anyone out there that is *using* this feature? If you don't speak > up soon I'll remove it.
The version in svn will run the statements in the order they are in the SQL file, but the method still exists if people want to override it. I only changed this last week so it's not in a dev release yet. _______________________________________________ List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/ Searchable Archive: http://www.grokbase.com/group/[EMAIL PROTECTED]