Fix the reassembler to treat RNO as the precious special snowflake it is
[dbsrgits/SQL-Abstract.git] / lib / SQL / Abstract / Tree.pm
2014-05-21 Arthur Axel 'fREW... Fix the reassembler to treat RNO as the precious specia...
2014-05-21 Peter Rabbitson Treat RNO as a unary op, and properly normalize it
2014-05-21 Peter Rabbitson Fix the binop leg of the parser to correctly consider...
2014-01-03 Peter Rabbitson Ensure that multi-nested parenthesis are never unrolled...
2013-12-22 Peter Rabbitson Extra stopword (we need to find a way to introduce...
2013-12-18 Peter Rabbitson And yet more improvements in the parsing engine
2013-08-12 Dagfinn Ilmari Man... Fix typos in POD and comments (RT#87776)
2013-06-09 Peter Rabbitson Finish a RHS branch before applying ASC/DESC mods
2013-06-04 Peter Rabbitson Stop unknown token processing early in case a potential...
2013-06-04 Peter Rabbitson Change parser to not eagerly slurp RHS expressions...
2013-06-04 Peter Rabbitson The ORDER BY parsing fix in 73835ff0 only worked by...
2013-06-04 Peter Rabbitson All roundtrip tests now look for the exact string
2013-06-02 Peter Rabbitson Stop differentiating between ORDER BY foo and ORDER...
2013-03-21 Peter Rabbitson Fix false-negative function comparisons
2012-05-30 Arthur Axel 'fREW... fix regression introduced in 6f2a5b6
2011-08-07 Ryan P. Kelly Document with the right name
2011-08-07 Peter Rabbitson Cleanup parser a bit more, anchor everything correctly...
2011-08-06 Peter Rabbitson Massively refactor arbitrary sql parser code
2011-08-01 Peter Rabbitson Fix over-eager parenthesis unrolling (only legal in...
2011-08-01 Peter Rabbitson Promote AS to a binop of sorts
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 Wes Malone Removed excess parentheses in generated SQL
2010-12-05 Peter Rabbitson Fix stupid assumption in parenthesis unroller
2010-11-24 Peter Rabbitson Warnfree tests
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 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-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-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... fix pagination keywords
2010-10-23 Arthur Axel "fREW... fix placeholder quoting
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 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-09-27 Peter Rabbitson These 'optimizations' are silly
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... 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-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... 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... 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 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