fix coverage testing (thanks Matthew Horsfall!)
[dbsrgits/DBIx-Class-DeploymentHandler.git] / lib / DBIx / Class / DeploymentHandler / DeployMethod / SQL / Translator.pm
2014-01-31 Arthur Axel 'fREW... fix coverage testing (thanks Matthew Horsfall!)
2014-01-31 Lianna Eeftinck Make source order stable to avoid non-changes in git
2014-01-31 Douglas Early Ensure that sqltargs are passed to deploy when ignore_d...
2014-01-31 Arthur Axel 'fREW... Correctly strip lines that are all whitespace
2013-09-21 Arthur Axel 'fREW... Fix under perl 5.19.4
2013-02-19 Arthur Axel 'fREW... Fix errors caused by serialization of $dbh
2013-01-10 Arthur Axel 'fREW... Add semicolon to generated SQL for "correctness"
2012-08-18 Arthur Axel 'fREW... fix stupid regex (RT#76323)
2012-08-18 Arthur Axel 'fREW... switch to Path::Class for fewer mistakes
2012-07-21 Arthur Axel 'fREW... make logging suck less
2012-05-05 Arthur Axel 'fREW... Remove isa check on schema attributes
2012-04-04 Arthur Axel 'fREW... fix stupid typo
2012-04-04 Arthur Axel 'fREW... Handle errors in perl scripts better and remove suport...
2012-03-30 Arthur Axel 'fREW... Improve docs by linking from implementations to their...
2012-03-03 Arthur Axel 'fREW... Wrap upgrades, downgrades, and installs in a transaction
2012-03-03 Arthur Axel 'fREW... much better coderef sandboxing
2012-02-29 Arthur Axel 'fREW... people should use schema_from_schema_loader
2012-02-02 Yanick Champoux refactor the parsing of SQL files
2012-02-02 Devin Austin removed Method::Signatures::Simple
2012-02-02 Arthur Axel 'fREW... croak on a couple errors that should be fatal
2011-04-11 Arthur Axel 'fREW... add _any feature
2010-07-16 Arthur Axel 'fREW... fix silly bug
2010-07-10 Arthur Axel 'fREW... add force_overwrite attribute to SQLTDM
2010-07-04 Arthur Axel 'fREW... Run all serialized-sql files if we are not generating ddl
2010-07-04 Arthur Axel 'fREW... Add method which we can use for deploying without ddl
2010-07-04 Arthur Axel 'fREW... Fix directory of single-source-serialized-schemas
2010-07-04 Arthur Axel 'fREW... Do not put version storage in regular deploy schema
2010-06-14 Gamid Isayev fix try/catch typo
2010-06-11 Arthur Axel 'fREW... package logger instead of default logger
2010-06-04 Arthur Axel 'fREW... switch preinstall to initialize
2010-06-02 Arthur Axel 'fREW... Documentation for _source and and _preprocess_schema
2010-06-02 Arthur Axel 'fREW... Remove undocumentation
2010-06-02 Arthur Axel 'fREW... Ensure that ignore_ddl works without generated SQL
2010-06-02 Arthur Axel 'fREW... Rearrange directory names of tree
2010-06-02 Arthur Axel 'fREW... Get rid of _generic support
2010-06-01 Arthur Axel 'fREW... Directory specification complete
2010-06-01 Arthur Axel 'fREW... Initial work on specification docs
2010-06-01 Arthur Axel 'fREW... Add transforms for column renames etc
2010-06-01 Arthur Axel 'fREW... Use newly refactored code for DB interaction
2010-06-01 Arthur Axel 'fREW... Refactor SQL generation code
2010-06-01 Arthur Axel 'fREW... Make ignore_ddl test fail
2010-06-01 Arthur Axel 'fREW... Rename method so people can use it
2010-06-01 Arthur Axel 'fREW... Refactor to use serialized SQLT; take out more json...
2010-06-01 Arthur Axel 'fREW... Fix translate calls for YAML
2010-06-01 Arthur Axel 'fREW... Remove JSON code because we no longer need it
2010-05-30 Arthur Axel 'fREW... logger automatically prepends [DBICDH] now
2010-05-27 Arthur Axel 'fREW... nicer logging
2010-05-23 Arthur Axel 'fREW... Dlog should work thanks to new release of L::C
2010-05-22 Arthur Axel 'fREW... SQL errors should cause DBICDH to die
2010-05-21 Arthur Axel 'fREW... Changes
2010-05-21 Arthur Axel 'fREW... Use serialized sql instead of vanilla sql
2010-05-21 Arthur Axel 'fREW... better logging of sql
2010-05-21 Arthur Axel 'fREW... refactoring to allow more code reuse
2010-05-21 Arthur Axel 'fREW... factor out _run_* methods
2010-05-21 Arthur Axel 'fREW... No longer need to match the first part of a file
2010-05-19 Arthur Axel 'fREW... fix missing comment
2010-05-19 Arthur Axel 'fREW... Add logging
2010-05-18 Arthur Axel 'fREW... SQLT DH should be copying schema_version
2010-05-18 Arthur Axel 'fREW... SQLT DH should be copying schema_version
2010-05-18 Arthur Axel 'fREW... undocument private methods
2010-05-18 Arthur Axel 'fREW... rename upgrade_directory attr to script_directory
2010-05-18 Arthur Axel 'fREW... disallow undef in versions
2010-05-18 Arthur Axel 'fREW... Convert methods to named args and Document args
2010-05-18 Arthur Axel 'fREW... preinstall may no longer connect to the database
2010-05-16 Arthur Axel 'fREW... rename and document preinstall
2010-05-16 Arthur Axel 'fREW... fix doc
2010-05-16 Arthur Axel 'fREW... fix dep, fix doc
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-09 Arthur Axel 'fREW... rename and document preinstall
2010-05-08 Arthur Axel 'fREW... fix doc
2010-05-08 Arthur Axel 'fREW... fix dep, fix doc
2010-05-08 Arthur Axel 'fREW... use coderef instead of run method
2010-05-08 Arthur Axel 'fREW... check for failed compile
2010-05-08 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
next