2014-05-27 |
Peter Rabbitson |
Port the \[] *_sql_bind unpacker from DBIC |
tree | commitdiff |
2014-05-27 |
Peter Rabbitson |
Use variables to simplify grocking the parenthesis... |
tree | commitdiff |
2014-05-21 |
Arthur Axel 'fREW... |
Fix the reassembler to treat RNO as the precious specia... |
tree | commitdiff |
2014-05-21 |
Peter Rabbitson |
Treat RNO as a unary op, and properly normalize it |
tree | commitdiff |
2014-05-21 |
Peter Rabbitson |
Fix the binop leg of the parser to correctly consider... |
tree | commitdiff |
2014-01-17 |
Peter Rabbitson |
release 1.77 |
tree | commitdiff |
2014-01-16 |
Peter Rabbitson |
Fix regression in column level { not => undef } op |
tree | commitdiff |
2014-01-03 |
Peter Rabbitson |
Ensure that multi-nested parenthesis are never unrolled... |
tree | commitdiff |
2013-12-27 |
Peter Rabbitson |
release 1.75 |
tree | commitdiff |
2013-12-26 |
Peter Rabbitson |
Reintroduce handling of IS( NOT) ops |
tree | commitdiff |
2013-12-26 |
Peter Rabbitson |
Extensive tests and deprecations of multivalue/no value... |
tree | commitdiff |
2013-12-26 |
Peter Rabbitson |
Remove many of the settled-by-time comments, modernize... |
tree | commitdiff |
2013-12-26 |
Peter Rabbitson |
Centralize handling of in-test dumpering |
tree | commitdiff |
2013-12-22 |
Peter Rabbitson |
Extra stopword (we need to find a way to introduce... |
tree | commitdiff |
2013-12-18 |
Peter Rabbitson |
Make it clearer in examples that bool takes expressions |
tree | commitdiff |
2013-12-18 |
Peter Rabbitson |
Test BETWEEN after the IN debacle (luckily it throws... |
tree | commitdiff |
2013-12-18 |
Peter Rabbitson |
And yet more improvements in the parsing engine |
tree | commitdiff |
2013-12-18 |
Peter Rabbitson |
Do not yell loudly on TODOified is_same_* tests |
tree | commitdiff |
2013-12-18 |
Dagfinn Ilmari Man... |
Clarify in => undef exception (based on 90c87778) |
tree | commitdiff |
2013-12-18 |
Peter Rabbitson |
Backport undef-with-in tests from DQ, add "roadwork... |
tree | commitdiff |
2013-12-04 |
Dagfinn Ilmari Man... |
Document and test non-reference { -in => ... } |
tree | commitdiff |
2013-08-12 |
Dagfinn Ilmari Man... |
Fix typos in POD and comments (RT#87776) |
tree | commitdiff |
2013-06-09 |
Peter Rabbitson |
Finish a RHS branch before applying ASC/DESC mods |
tree | commitdiff |
2013-06-04 |
Peter Rabbitson |
release 1.74 |
tree | commitdiff |
2013-06-04 |
Peter Rabbitson |
Stop unknown token processing early in case a potential... |
tree | commitdiff |
2013-06-04 |
Peter Rabbitson |
Change parser to not eagerly slurp RHS expressions... |
tree | commitdiff |
2013-06-04 |
Peter Rabbitson |
The ORDER BY parsing fix in 73835ff0 only worked by... |
tree | commitdiff |
2013-06-04 |
Peter Rabbitson |
All roundtrip tests now look for the exact string |
tree | commitdiff |
2013-06-02 |
Peter Rabbitson |
Stop differentiating between ORDER BY foo and ORDER... |
tree | commitdiff |
2013-06-02 |
Peter Rabbitson |
Drop the silly Dumpered bind comparison |
tree | commitdiff |
2013-04-14 |
Dagfinn Ilmari Man... |
Revert "Add support for NULLS FIRST/LAST in ORDER BY" |
tree | commitdiff |
2013-03-21 |
Olaf Alders |
Normalize the select docs s/$table/$source/ |
tree | commitdiff |
2013-03-21 |
Peter Rabbitson |
Fix false-negative function comparisons |
tree | commitdiff |
2013-02-05 |
Dagfinn Ilmari Man... |
Fix -nulls value case-insensitivity |
tree | commitdiff |
2013-01-26 |
Dagfinn Ilmari Man... |
Add support for NULLS FIRST/LAST in ORDER BY |
tree | commitdiff |
2012-07-10 |
Arthur Axel 'fREW... |
release 1.73 |
tree | commitdiff |
2012-05-30 |
Arthur Axel 'fREW... |
release 1.73_01 |
tree | commitdiff |
2012-05-30 |
Arthur Axel 'fREW... |
fix regression introduced in 6f2a5b6 |
tree | commitdiff |
2012-04-11 |
Peter Rabbitson |
Migrate -ident and -value from dbic, reorganize docs |
tree | commitdiff |
2011-08-07 |
Ryan P. Kelly |
Document with the right name |
tree | commitdiff |
2011-08-07 |
Naveed Massjouni |
Cleaning up docs as ribasushi suggested. Made it clear... |
tree | commitdiff |
2011-08-07 |
Peter Rabbitson |
Cleanup parser a bit more, anchor everything correctly... |
tree | commitdiff |
2011-08-06 |
Peter Rabbitson |
Massively refactor arbitrary sql parser code |
tree | commitdiff |
2011-08-01 |
Peter Rabbitson |
Fix over-eager parenthesis unrolling (only legal in... |
tree | commitdiff |
2011-08-01 |
Peter Rabbitson |
Promote AS to a binop of sorts |
tree | commitdiff |
2011-07-31 |
Peter Rabbitson |
Do not import Carp functions into the namespace |
tree | commitdiff |
2011-04-08 |
Justin Hunter |
_debug not debug, RT#67179 |
tree | commitdiff |
2011-04-01 |
Justin Hunter |
fix some pod per RT65556 |
tree | commitdiff |
2011-04-01 |
Justin Hunter |
fix git url, RT67137 |
tree | commitdiff |
2011-03-29 |
Arthur Axel 'fREW... |
take out useless _table option |
tree | commitdiff |
2011-01-07 |
Peter Rabbitson |
Fix incorrect comparison of malformed lists |
tree | commitdiff |
2011-01-07 |
Peter Rabbitson |
Fix recursion warnings while parsing extremely long... |
tree | commitdiff |
2010-12-22 |
Peter Rabbitson |
Fix stupid not exists omission |
tree | commitdiff |
2010-12-21 |
Arthur Axel 'fREW... |
Release 1.72 |
tree | commitdiff |
2010-12-21 |
Peter Rabbitson |
Consolidate the injection_guard checks, fix bobby's... |
tree | commitdiff |
2010-12-21 |
Peter Rabbitson |
injection_guard implementation |
tree | commitdiff |
2010-12-21 |
Peter Rabbitson |
Undocument -nest with extreme prejudice |
tree | commitdiff |
2010-12-21 |
Wes Malone |
Removed excess parentheses in generated SQL |
tree | commitdiff |
2010-12-05 |
Peter Rabbitson |
Fix stupid assumption in parenthesis unroller |
tree | commitdiff |
2010-12-05 |
Peter Rabbitson |
Pass options to _insert_returning and allow bind rvs |
tree | commitdiff |
2010-12-01 |
Justin Hunter |
add handling for NULL when using -in |
tree | commitdiff |
2010-11-28 |
Peter Rabbitson |
Better diagnostics (unparse the parent of the failed... |
tree | commitdiff |
2010-11-24 |
Peter Rabbitson |
Warnfree tests |
tree | commitdiff |
2010-11-24 |
Peter Rabbitson |
Fix retardation in -between bind handling |
tree | commitdiff |
2010-11-13 |
Arthur Axel 'fREW... |
migrate _parenthesis_unroll to SQL::Abstract::Tree |
tree | commitdiff |
2010-11-09 |
Dagfinn Ilmari Man... |
Fix parsing of foo.* in SQLA::Tree |
tree | commitdiff |
2010-11-09 |
Peter Rabbitson |
Release 1.71 |
tree | commitdiff |
2010-11-09 |
Arthur Axel 'fREW... |
Release 1.70 |
tree | commitdiff |
2010-11-09 |
Arthur Axel 'fREW... |
better quoting logic |
tree | commitdiff |
2010-11-09 |
Arthur Axel 'fREW... |
Leave quotes from DBIC in bindargs |
tree | commitdiff |
2010-11-08 |
Peter Rabbitson |
Make resulting SQL work on MySQL |
tree | commitdiff |
2010-11-06 |
Arthur Axel 'fREW... |
Document repo |
tree | commitdiff |
2010-11-03 |
Arthur Axel 'fREW... |
Fix missing doc (RT#62587) |
tree | commitdiff |
2010-10-29 |
Arthur Axel 'fREW... |
Add error checking on "profile" for SQLA::Tree |
tree | commitdiff |
2010-10-28 |
Arthur Axel 'fREW... |
Highlight HAVING |
tree | commitdiff |
2010-10-23 |
Arthur Axel "fREW... |
make console color profile a bit easier to read |
tree | commitdiff |
2010-10-23 |
Arthur Axel "fREW... |
Highlight transaction keywords |
tree | commitdiff |
2010-10-23 |
Arthur Axel "fREW... |
fix pagination keywords |
tree | commitdiff |
2010-10-23 |
Arthur Axel "fREW... |
fix placeholder quoting |
tree | commitdiff |
2010-10-22 |
Arthur Axel "fREW... |
release SQL::Abstract 1.69 |
tree | commitdiff |
2010-10-21 |
Peter Rabbitson |
Add support for { -op => $foo } in UPDATE arguments |
tree | commitdiff |
2010-10-21 |
Peter Rabbitson |
Fix default value inserts (an op can have an empty... |
tree | commitdiff |
2010-10-21 |
Peter Rabbitson |
Fix incorrect padding |
tree | commitdiff |
2010-10-21 |
Peter Rabbitson |
Proper placeholder support in the AST |
tree | commitdiff |
2010-10-21 |
Peter Rabbitson |
Properly support ops containing _'s (valid in Oracle) |
tree | commitdiff |
2010-10-21 |
Peter Rabbitson |
Preserve \@bindargs passed to unparse() |
tree | commitdiff |
2010-10-21 |
Peter Rabbitson |
Add list support, and various mini-fixes |
tree | commitdiff |
2010-10-15 |
Arthur Axel "fREW... |
fix placeholder surround and add complex test |
tree | commitdiff |
2010-09-27 |
Peter Rabbitson |
These 'optimizations' are silly |
tree | commitdiff |
2010-09-23 |
Peter Rabbitson |
Fix bindtype omission in -in handling |
tree | commitdiff |
2010-09-22 |
Peter Rabbitson |
Backout errnoeusly committed stuff |
tree | commitdiff |
2010-09-22 |
Peter Rabbitson |
Fix incomplete handling of IN/BETWEEN sub-args |
tree | commitdiff |
2010-09-22 |
Peter Rabbitson |
Replace one more grep with a regex |
tree | commitdiff |
2010-09-22 |
Peter Rabbitson |
Stupid stupid typo |
tree | commitdiff |
2010-09-22 |
Peter Rabbitson |
Tokenizer fixed \o/ |
tree | commitdiff |
2010-09-21 |
Peter Rabbitson |
Move the colordefs to the profile def |
tree | commitdiff |
2010-09-16 |
Arthur Axel "fREW... |
release 1.68 |
tree | commitdiff |
2010-09-16 |
Arthur Axel "fREW... |
add a bit more doc, test doc, and rename a method |
tree | commitdiff |
2010-09-14 |
Arthur Axel "fREW... |
placeholder coloring! |
tree | commitdiff |
2010-09-14 |
Arthur Axel "fREW... |
doc additions and a method rename |
tree | commitdiff |
next |