all tests pass and impl actually makes sense
[dbsrgits/SQL-Abstract.git] / lib /
2011-01-26 Arthur Axel 'fREW... all tests pass and impl actually makes sense func_op
2011-01-24 Shlomi Fish Add the -func operator
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 'fREW... 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 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-24 Peter Rabbitson Warnfree tests
2010-11-24 Peter Rabbitson Fix retardation in -between bind handling
2010-11-13 Arthur Axel 'fREW... migrate _parenthesis_unroll to SQL::Abstract::Tree
2010-11-09 Dagfinn Ilmari Man... Fix parsing of foo.* in SQLA::Tree
2010-11-09 Peter Rabbitson Release 1.71 v1.71
2010-11-09 Arthur Axel 'fREW... Release 1.70 v1.70
2010-11-09 Arthur Axel 'fREW... no raw ASCII
2010-11-09 Arthur Axel 'fREW... better quoting logic
2010-11-09 Arthur Axel 'fREW... Leave quotes from DBIC in bindargs
2010-11-08 Peter Rabbitson Make resulting SQL work on MySQL
2010-11-06 Arthur Axel 'fREW... Document repo
2010-11-03 Arthur Axel 'fREW... Fix missing doc (RT#62587)
2010-10-29 Arthur Axel 'fREW... Add error checking on "profile" for SQLA::Tree
2010-10-28 Arthur Axel 'fREW... Highlight HAVING
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... make console color profile a bit easier to read
2010-10-23 Arthur Axel "fREW... Highlight transaction keywords
2010-10-23 Arthur Axel "fREW... Hide bulk inserts from DBIx::Class
2010-10-23 Arthur Axel "fREW... fix pagination keywords
2010-10-23 Arthur Axel "fREW... fix placeholder quoting
2010-10-22 Arthur Axel "fREW... release SQL::Abstract 1.69
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-15 Arthur Axel "fREW... fix placeholder surround and add complex test
2010-10-09 Arthur Axel "fREW... s// does not return the modified string, $_ does
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 Stupid stupid typo
2010-09-22 Peter Rabbitson Tokenizer fixed \o/
2010-09-21 Peter Rabbitson Move the colordefs to the profile def
2010-09-16 Arthur Axel "fREW... release 1.68
2010-09-16 Arthur Axel "fREW... add a bit more doc, test doc, and rename a method
2010-09-14 Arthur Axel "fREW... placeholder coloring!
2010-09-14 Arthur Axel "fREW... doc additions and a method rename
2010-09-12 Arthur Axel "fREW... use object interface to Hash::Merge
2010-09-12 Arthur Axel "fREW... release 1.67_03
2010-09-11 Arthur Axel "fREW... docs for ::Tree
2010-09-11 Arthur Axel "fREW... caller info does not belong here
2010-09-10 Arthur Axel "fREW... initial start of warn-style caller info
2010-09-09 Arthur Axel "fREW... merge configs with profiles
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-09 Arthur Axel "fREW... fix oddity in initial newlines
2010-09-09 Arthur Axel "fREW... add placeholder support
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-08 Arthur Axel "fREW... slightly nicer newline handling for stuff in parens
2010-09-08 Arthur Axel "fREW... a bit less indentation
2010-09-07 Arthur Axel "fREW... add some docs
2010-09-07 Arthur Axel "fREW... fix colors for from
2010-09-07 Arthur Axel "fREW... from has to stay
2010-09-06 Arthur Axel "fREW... add examples and DBIC::Storage::PrettyPrinter
2010-09-06 Arthur Axel "fREW... add more keywords, colors, and indentation rules
2010-09-06 Arthur Axel "fREW... whitespace tests
2010-09-06 Arthur Axel "fREW... add space to fix stuff pressing up against last paren
2010-09-06 Arthur Axel "fREW... parse RNO, better coloring for some keywords
2010-09-04 Arthur Axel "fREW... add test for somewhat complex sql and add extra config...
2010-09-04 Arthur Axel "fREW... add html profile
2010-09-04 Arthur Axel "fREW... tests and slightly better profiles
2010-09-03 Arthur Axel "fREW... sensible profiles and accessors for formatting
2010-09-02 Arthur Axel "fREW... initial profile and configuration support
2010-09-02 Arthur Axel "fREW... less warnings
2010-09-02 Arthur Axel "fREW... do not indent for the first select
2010-09-02 Arthur Axel "fREW... good formatting for both subqueries and otherwise
2010-09-02 Arthur Axel "fREW... rearrange things, looks almost good
2010-09-02 Arthur Axel "fREW... fix SQLATest, add more rudimentary formatting and some...
2010-09-01 Arthur Axel "fREW... OO-ify and add some silly colors for fun
2010-09-01 Arthur Axel "fREW... add format command
2010-08-31 Arthur Axel "fREW... document hopes and dreams
2010-08-31 Arthur Axel "fREW... break out Tree
next