remove obsolete thing that never worked
[scpubgit/Q-Branch.git] / lib / DBIx / Class /
2019-10-01 Matt S Trout nuke old sqlmaker hack
2019-09-23 Matt S Trout accidentally committed this, never mind
2019-09-06 Matt S Trout better followiung principles
2019-04-25 Matt S Trout surface with_recursive as well
2019-04-25 Matt S Trout First attempt at SQLA2Support
2017-04-13 Dagfinn Ilmari Man... Whitespace cleanup
2010-11-09 Arthur Axel 'fREW... no raw ASCII
2010-11-09 Arthur Axel 'fREW... Leave quotes from DBIC in bindargs
2010-11-03 Arthur Axel 'fREW... Fix missing doc (RT#62587)
2010-10-28 Arthur Axel 'fREW... docs for pretty printer
2010-10-28 Arthur Axel 'fREW... fix precedence for executing in new
2010-10-28 Arthur Axel 'fREW... tests for bulk insert
2010-10-28 Arthur Axel 'fREW... Do not show_progress by default
2010-10-28 Arthur Axel 'fREW... squash_repeats > no_repeats
2010-10-28 Arthur Axel 'fREW... Add "no_repeats" option to fix it such that repeated...
2010-10-23 Arthur Axel "fREW... better bulk insert support
2010-10-23 Arthur Axel "fREW... allow disabling of show_progress; _ some accessors
2010-10-23 Arthur Axel "fREW... Add EXECUTING for clarity of long running SQL
2010-10-23 Arthur Axel "fREW... Hide bulk inserts from DBIx::Class
2010-10-09 Arthur Axel "fREW... s// does not return the modified string, $_ does
2010-09-09 Arthur Axel "fREW... in case there were no bindargs passed
2010-09-09 Arthur Axel "fREW... integrate placeholder population with DBIC
2010-09-08 Arthur Axel "fREW... change overridden method to pretty print more
2010-09-08 Arthur Axel "fREW... rename DBIC::Storage::PP and get ready to re-release
2010-09-07 Arthur Axel "fREW... add some docs
2010-09-06 Arthur Axel "fREW... add examples and DBIC::Storage::PrettyPrinter