2013-12-18 |
Peter Rabbitson |
No tabs, no trailers |
tree | commitdiff |
2013-12-18 |
Peter Rabbitson |
Test BETWEEN after the IN debacle (luckily it throws... |
tree | commitdiff |
2013-12-18 |
Peter Rabbitson |
We already have Storable as a dep, this is pointless |
tree | commitdiff |
2013-12-18 |
Peter Rabbitson |
And yet more improvements in the parsing engine |
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-18 |
Dagfinn Ilmari Man... |
Extra test from the DQ branch (passes in 1.5) |
tree | commitdiff |
2013-12-04 |
Dagfinn Ilmari Man... |
Document and test non-reference { -in => ... } |
tree | commitdiff |
2013-06-09 |
Peter Rabbitson |
Kill the plan |
tree | commitdiff |
2013-06-09 |
Peter Rabbitson |
Finish a RHS branch before applying ASC/DESC mods |
tree | commitdiff |
2013-06-04 |
Peter Rabbitson |
Make tests pass without Storable |
tree | commitdiff |
2013-06-04 |
Mark A. Stratman |
Added (now passing) test for @@ full text search |
tree | commitdiff |
2013-06-04 |
Peter Rabbitson |
Stop unknown token processing early in case a potential... |
tree | commitdiff |
2013-06-04 |
Arthur Axel 'fREW... |
Add (now passing) reassembly test |
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-01 |
Peter Rabbitson |
Pave the road to more global state |
tree | commitdiff |
2013-04-14 |
Dagfinn Ilmari Man... |
Revert "Add support for NULLS FIRST/LAST in ORDER BY" |
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-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 |
Peter Rabbitson |
Cleanup parser a bit more, anchor everything correctly... |
tree | commitdiff |
2011-08-06 |
Alexander Hartmaier |
Add test for SQL statement that used to fail before... |
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-01-07 |
Peter Rabbitson |
Add some crazy malformed SQL to make sure things do... |
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 |
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-05 |
Peter Rabbitson |
Fix stupid assumption in parenthesis unroller |
tree | commitdiff |
2010-12-01 |
Justin Hunter |
add handling for NULL when using -in |
tree | commitdiff |
2010-11-24 |
Peter Rabbitson |
Fix retardation in -between bind handling |
tree | commitdiff |
2010-11-09 |
Dagfinn Ilmari Man... |
Fix parsing of foo.* in SQLA::Tree |
tree | commitdiff |
2010-11-09 |
Peter Rabbitson |
Disable dbic-tests when no dbic is present |
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-10-28 |
Arthur Axel 'fREW... |
fixup tests |
tree | commitdiff |
2010-10-28 |
Arthur Axel 'fREW... |
tests for bulk insert |
tree | commitdiff |
2010-10-28 |
Arthur Axel 'fREW... |
squash_repeats > no_repeats |
tree | commitdiff |
2010-10-28 |
Arthur Axel 'fREW... |
test for no-repeats |
tree | commitdiff |
2010-10-22 |
Arthur Axel "fREW... |
fix tree tests |
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 |
Properly support ops containing _'s (valid in Oracle) |
tree | commitdiff |
2010-10-21 |
Peter Rabbitson |
Add list support, and various mini-fixes |
tree | commitdiff |
2010-10-20 |
John Napiorkowski |
examined placeholder status a bit more carefully |
tree | commitdiff |
2010-10-20 |
John Napiorkowski |
added test for the html profile destroyed placeholder... |
tree | commitdiff |
2010-10-15 |
Arthur Axel "fREW... |
fix placeholder surround and add complex test |
tree | commitdiff |
2010-09-29 |
Peter Rabbitson |
Fix bogus test (does not pass yet) |
tree | commitdiff |
2010-09-29 |
Peter Rabbitson |
t/01generate.t |
tree | commitdiff |
2010-09-22 |
Peter Rabbitson |
Fix incomplete handling of IN/BETWEEN sub-args |
tree | commitdiff |
2010-09-22 |
Peter Rabbitson |
Reenable the tester test - it's fast enough now |
tree | commitdiff |
2010-09-22 |
Peter Rabbitson |
Tokenizer fixed \o/ |
tree | commitdiff |
2010-09-22 |
Arthur Axel "fREW... |
add test for parsing lists |
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 |
2010-09-11 |
Arthur Axel "fREW... |
caller info does not belong here |
tree | commitdiff |
2010-09-10 |
Arthur Axel "fREW... |
initial start of warn-style caller info |
tree | commitdiff |
2010-09-09 |
Arthur Axel "fREW... |
merge configs with profiles |
tree | commitdiff |
2010-09-09 |
Arthur Axel "fREW... |
fix pod coverage test |
tree | commitdiff |
2010-09-07 |
Arthur Axel "fREW... |
add some docs |
tree | commitdiff |
2010-09-06 |
Arthur Axel "fREW... |
roundtrip tests |
tree | commitdiff |
2010-09-06 |
Arthur Axel "fREW... |
whitespace tests |
tree | commitdiff |
2010-09-06 |
Arthur Axel "fREW... |
test coloring of keyword |
tree | commitdiff |
2010-09-06 |
Arthur Axel "fREW... |
test parse to tree |
tree | commitdiff |
2010-09-04 |
Arthur Axel "fREW... |
add one more hope and dream (This should be easy to... |
tree | commitdiff |
2010-09-04 |
Arthur Axel "fREW... |
add test for somewhat complex sql and add extra config... |
tree | commitdiff |
2010-09-04 |
Arthur Axel "fREW... |
add html profile |
tree | commitdiff |
2010-09-04 |
Arthur Axel "fREW... |
test for no formatting |
tree | commitdiff |
2010-09-04 |
Arthur Axel "fREW... |
tests and slightly better profiles |
tree | commitdiff |
2010-09-03 |
Arthur Axel "fREW... |
sensible profiles and accessors for formatting |
tree | commitdiff |
2010-09-02 |
Arthur Axel "fREW... |
initial profile and configuration support |
tree | commitdiff |
2010-09-02 |
Arthur Axel "fREW... |
fix SQLATest, add more rudimentary formatting and some... |
tree | commitdiff |
2010-09-01 |
Arthur Axel "fREW... |
OO-ify and add some silly colors for fun |
tree | commitdiff |
2010-09-01 |
Arthur Axel "fREW... |
add format command |
tree | commitdiff |
2010-08-31 |
Arthur Axel "fREW... |
document hopes and dreams |
tree | commitdiff |
2010-05-31 |
Peter Rabbitson |
Fix missed preexisting borked test |
tree | commitdiff |
2010-05-30 |
Peter Rabbitson |
Fix SQLA::Test problem |
tree | commitdiff |
2010-05-27 |
Peter Rabbitson |
Whitespace/comment cleanup |
tree | commitdiff |
2010-05-16 |
Peter Rabbitson |
Puke in bind-assert and rewrite test to stop T::E from... |
tree | commitdiff |
2010-05-14 |
Nigel Metheringham |
Added some tests for -not |
tree | commitdiff |
2010-04-04 |
Peter Rabbitson |
Fix RTs #56062 and #56258 |
tree | commitdiff |
2010-03-23 |
Peter Rabbitson |
ILIKE is common enough to be in core |
tree | commitdiff |
2010-03-09 |
Peter Rabbitson |
Extra nesting test and fix |
tree | commitdiff |
2010-03-08 |
Peter Rabbitson |
Looks like its finally solved |
tree | commitdiff |
2010-03-07 |
Peter Rabbitson |
Merge 'trunk' into 'arbitrary_op_nesting' |
tree | commitdiff |
2010-03-05 |
Marc Mims |
fixed open outer parens in a multi-line literal |
tree | commitdiff |
2010-02-26 |
Peter Rabbitson |
Lose a couple of oddball dependencies (while moronizing... |
tree | commitdiff |
2010-02-04 |
Peter Rabbitson |
Merge 'trunk' into 'arbitrary_op_nesting' |
tree | commitdiff |
2010-02-04 |
Peter Rabbitson |
Things look saner now |
tree | commitdiff |
next |