Ensure that sqltargs are passed to deploy when ignore_ddl is set
[dbsrgits/DBIx-Class-DeploymentHandler.git] / lib / DBIx / Class / DeploymentHandler / DeployMethod / SQL / Translator.pm
2010-03-20 Arthur Axel 'fREW... get rid of some more dead code
2010-03-20 Arthur Axel 'fREW... remove dead code from _deploy_statements
2010-03-20 Arthur Axel 'fREW... txn_Wrap for upgrades
2010-03-20 Arthur Axel 'fREW... txn_wrap for optional wrapping of deploys with transactions
2010-03-20 Arthur Axel 'fREW... general cleanup and regex fixes so that COMMITs actuall...
2010-03-20 Arthur Axel 'fREW... get rid of unnecesary wantarray code
2010-03-20 Arthur Axel 'fREW... get rid of unnecesary wantarray code
2010-03-20 Arthur Axel 'fREW... method name refactor and downgrade code
2010-03-19 Arthur Axel 'fREW... notes from ribasushi
2010-03-19 Arthur Axel 'fREW... upgrade not update
2010-03-19 Arthur Axel 'fREW... heirarchy should work now, next up, tests
2010-03-19 Arthur Axel 'fREW... autocreate dirs
2010-03-18 Arthur Axel 'fREW... initial commit (not working at all) of directories...
2010-02-28 Arthur Axel 'fREW... some small cleanup and then a change to ensure that...
2010-02-28 Arthur Axel 'fREW... general cleanup for slightly more reasonable api
2010-02-27 Arthur Axel 'fREW... comments for the future me
2010-02-27 Arthur Axel 'fREW... DeployMethod should not know anything about versioning
2010-02-27 Arthur Axel 'fREW... comments for clarity and move backup stuff out of DM
2010-02-27 Arthur Axel 'fREW... refactor DeployMethod stuff
2010-02-27 Arthur Axel 'fREW... more namespace reorg