dbsrgits/SQL-Abstract.git
2011-01-26 Arthur Axel... all tests pass and impl actually makes sense func_op
2011-01-24 Shlomi Fish Add the -func operator
2011-01-07 Peter Rabbitson Add some crazy malformed SQL to make sure things do...
2011-01-07 Peter Rabbitson Fix incorrect comparison of malformed lists
2011-01-07 Peter Rabbitson Fix recursion warnings while parsing extremely long...
2010-12-22 Peter Rabbitson Fix stupid not exists omission
2010-12-21 Arthur Axel... Release 1.72 v1.72
2010-12-21 Peter Rabbitson Consolidate the injection_guard checks, fix bobby's...
2010-12-21 Peter Rabbitson injection_guard implementation
2010-12-21 Peter Rabbitson Require bugfixed CAG
2010-12-21 Peter Rabbitson Undocument -nest with extreme prejudice
2010-12-21 Wes Malone Removed excess parentheses in generated SQL
2010-12-05 Peter Rabbitson Fix stupid assumption in parenthesis unroller
2010-12-05 Peter Rabbitson Pass options to _insert_returning and allow bind rvs
2010-12-01 Justin Hunter add handling for NULL when using -in
2010-11-28 Peter Rabbitson Better diagnostics (unparse the parent of the failed...
2010-11-27 Peter Rabbitson Ask for a faster CAG, switch to MI::AI
2010-11-24 Peter Rabbitson Warnfree tests
2010-11-24 Peter Rabbitson Fix retardation in -between bind handling
2010-11-13 Arthur Axel... migrate _parenthesis_unroll to SQL::Abstract::Tree
2010-11-09 Dagfinn Ilmari... Fix parsing of foo.* in SQLA::Tree
2010-11-09 Peter Rabbitson Release 1.71 v1.71
2010-11-09 Peter Rabbitson Disable dbic-tests when no dbic is present
2010-11-09 Arthur Axel... Release 1.70 v1.70
2010-11-09 Arthur Axel... sort changes by importance
2010-11-09 Arthur Axel... no raw ASCII
2010-11-09 Arthur Axel... better quoting logic
2010-11-09 Arthur Axel... Leave quotes from DBIC in bindargs
2010-11-08 Peter Rabbitson Make resulting SQL work on MySQL
2010-11-08 Peter Rabbitson gitignore
2010-11-08 Peter Rabbitson Reenable show_progress in example
2010-11-06 Arthur Axel... Document repo
2010-11-03 Arthur Axel... Fix missing doc (RT#62587)
2010-10-29 Arthur Axel... Add error checking on "profile" for SQLA::Tree
2010-10-28 Arthur Axel... Highlight HAVING
2010-10-28 Arthur Axel... docs for pretty printer
2010-10-28 Arthur Axel... fixup tests
2010-10-28 Arthur Axel... fix precedence for executing in new
2010-10-28 Arthur Axel... tests for bulk insert
2010-10-28 Arthur Axel... Do not show_progress by default
2010-10-28 Arthur Axel... squash_repeats > no_repeats
2010-10-28 Arthur Axel... test for no-repeats
2010-10-28 Arthur Axel... Add "no_repeats" option to fix it such that repeated...
2010-10-23 Arthur Axel... try DBIC colorizer!
2010-10-23 Arthur Axel... better bulk insert support
2010-10-23 Arthur Axel... allow disabling of show_progress; _ some accessors
2010-10-23 Arthur Axel... Add EXECUTING for clarity of long running SQL
2010-10-23 Arthur Axel... make console color profile a bit easier to read
2010-10-23 Arthur Axel... Highlight transaction keywords
2010-10-23 Arthur Axel... Hide bulk inserts from DBIx::Class
2010-10-23 Arthur Axel... fix pagination keywords
2010-10-23 Arthur Axel... fix placeholder quoting
2010-10-22 Arthur Axel... release SQL::Abstract 1.69
2010-10-22 Arthur Axel... fix tree tests
2010-10-21 Peter Rabbitson Add support for { -op => $foo } in UPDATE arguments
2010-10-21 Peter Rabbitson Fix default value inserts (an op can have an empty...
2010-10-21 Peter Rabbitson Fix incorrect padding
2010-10-21 Peter Rabbitson Proper placeholder support in the AST
2010-10-21 Peter Rabbitson Properly support ops containing _'s (valid in Oracle)
2010-10-21 Peter Rabbitson Preserve \@bindargs passed to unparse()
2010-10-21 Peter Rabbitson Add list support, and various mini-fixes
2010-10-20 John Napiorkowski examined placeholder status a bit more carefully
2010-10-20 John Napiorkowski added test for the html profile destroyed placeholder...
2010-10-15 Arthur Axel... fix placeholder surround and add complex test
2010-10-09 Arthur Axel... Changes for past two commits
2010-10-09 Arthur Axel... s// does not return the modified string, $_ does
2010-10-09 Arthur Axel... make format-sql actually useful
2010-10-09 Arthur Axel... add a couple more examples
2010-09-29 Peter Rabbitson Fix bogus test (does not pass yet)
2010-09-29 Peter Rabbitson t/01generate.t
2010-09-27 Peter Rabbitson These 'optimizations' are silly
2010-09-23 Peter Rabbitson Fix bindtype omission in -in handling
2010-09-22 Peter Rabbitson Backout errnoeusly committed stuff
2010-09-22 Peter Rabbitson Fix incomplete handling of IN/BETWEEN sub-args
2010-09-22 Peter Rabbitson Replace one more grep with a regex
2010-09-22 Peter Rabbitson Reenable the tester test - it's fast enough now
2010-09-22 Peter Rabbitson Stupid stupid typo
2010-09-22 Peter Rabbitson Tokenizer fixed \o/
2010-09-22 Arthur Axel... add test for parsing lists
2010-09-21 Peter Rabbitson Move the colordefs to the profile def
2010-09-16 Arthur Axel... release 1.68
2010-09-16 Arthur Axel... add a bit more doc, test doc, and rename a method
2010-09-14 Arthur Axel... placeholder coloring!
2010-09-14 Arthur Axel... doc additions and a method rename
2010-09-12 Arthur Axel... use object interface to Hash::Merge
2010-09-12 Arthur Axel... release 1.67_03
2010-09-11 Arthur Axel... docs for ::Tree
2010-09-11 Arthur Axel... caller info does not belong here
2010-09-10 Arthur Axel... initial start of warn-style caller info
2010-09-10 Arthur Axel... add missing dep
2010-09-09 Arthur Axel... merge configs with profiles
2010-09-09 Arthur Axel... in case there were no bindargs passed
2010-09-09 Arthur Axel... integrate placeholder population with DBIC
2010-09-09 Arthur Axel... fix oddity in initial newlines
2010-09-09 Arthur Axel... add placeholder support
2010-09-09 Arthur Axel... fix pod coverage test
2010-09-09 Arthur Axel... add quotes to examples to show hidden whitespace
2010-09-08 Arthur Axel... change overridden method to pretty print more
2010-09-08 Arthur Axel... rename DBIC::Storage::PP and get ready to re-release
2010-09-08 Arthur Axel... update changes
next