use coderef instead of run method
[dbsrgits/DBIx-Class-DeploymentHandler.git] / lib / DBIx / Class / DeploymentHandler / DeployMethod / SQL / Translator.pm
2010-05-16 Arthur Axel 'fREW... use coderef instead of run method
2010-05-16 Arthur Axel 'fREW... check for failed compile
2010-05-16 Arthur Axel 'fREW... I have no idea why this stupid thing is not working
2010-05-05 Arthur Axel 'fREW... add abstract for SQLT
2010-05-05 Arthur Axel 'fREW... rename sqltargs to sql_translator_args
2010-05-04 Arthur Axel 'fREW... spread TODOs out v0.001000_05
2010-04-13 Arthur Axel 'fREW... rename prepare_install to be prepare_deploy
2010-04-13 Arthur Axel 'fREW... directory doc
2010-04-12 Arthur Axel 'fREW... lots more doc
2010-04-03 Arthur Axel 'fREW... cleanup modelines
2010-04-02 Arthur Axel 'fREW... tiny bits of cleanup
2010-04-02 Arthur Axel 'fREW... take silly stuff out of ::Dad and put it where it belongs
2010-03-30 Arthur Axel 'fREW... get rid of useless attr
2010-03-30 Arthur Axel 'fREW... initial pod docs
2010-03-30 Arthur Axel 'fREW... initial cut at install_resultsource (and therefore...
2010-03-29 Arthur Axel 'fREW... simplify a tiny bit of code
2010-03-28 Arthur Axel 'fREW... error message for arbitrary perl
2010-03-28 Arthur Axel 'fREW... run arbitrary perl in upgrade/downgrade/schema
2010-03-27 Arthur Axel 'fREW... huge refactoring to clean up SQLTDM and allow running...
2010-03-27 Arthur Axel 'fREW... make DeployMethod deploy methods public for unversioned...
2010-03-27 Arthur Axel 'fREW... upgrade sql should work now
2010-03-24 Arthur Axel 'fREW... croak since we have no throw_exception
2010-03-21 Arthur Axel 'fREW... none of these should happen thanks to how things work now
2010-03-21 Arthur Axel 'fREW... rearrange use to make more sense
2010-03-21 Arthur Axel 'fREW... some code style cleanup
2010-03-21 Arthur Axel 'fREW... make Types to avoid Copy/Pasting them
2010-03-20 Arthur Axel 'fREW... insert ddl into database; fix tests to ingore that
2010-03-20 Arthur Axel 'fREW... basic compat fixes for SQLT2
2010-03-20 Arthur Axel 'fREW... fix _read_sql_file and flatten _deploy some
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