2012-04-14 |
Matt S Trout |
improve and/or handling |
tree | commitdiff |
2012-04-14 |
Matt S Trout |
remove builtin special ops; handled elsewhere |
tree | commitdiff |
2012-04-14 |
Matt S Trout |
special ops handling |
tree | commitdiff |
2012-04-14 |
Matt S Trout |
allow \n in op names - not sure why this ever worked... |
tree | commitdiff |
2012-04-14 |
Matt S Trout |
refactor operator construction and add injection guard... |
tree | commitdiff |
2012-04-14 |
Matt S Trout |
switch { foo => \'= bar' } to using multipart literal... |
tree | commitdiff |
2012-04-14 |
Matt S Trout |
clean up IN/BETWEEN handling |
tree | commitdiff |
2012-04-14 |
Matt S Trout |
sort hash keys when found as RHS in a hashpair |
tree | commitdiff |
2012-04-14 |
Matt S Trout |
handle empty where clauses, fix a quoting bug in litera... |
tree | commitdiff |
2012-04-14 |
Matt S Trout |
handle crack fueled inner function thing |
tree | commitdiff |
2012-04-14 |
Matt S Trout |
rewrite _where_to_dq to get rid of refkind switch |
tree | commitdiff |
2012-04-14 |
Matt S Trout |
handle more IN/BETWEEN odd cases, fix value_meta handling |
tree | commitdiff |
2012-04-14 |
Matt S Trout |
first chunk of WHERE clause conversion |
tree | commitdiff |
2012-04-14 |
Matt S Trout |
refactor somewhat and convert order_by |
tree | commitdiff |
2012-04-14 |
Matt S Trout |
factor _table_dq out and use in SELECT |
tree | commitdiff |
2012-04-14 |
Matt S Trout |
pass SELECT's FROM+etc. through DQ |
tree | commitdiff |
2012-04-14 |
Matt S Trout |
generate SELECT list using DQ |
tree | commitdiff |
2012-04-14 |
Matt S Trout |
move _render_dq call for _table to top level of method |
tree | commitdiff |
2012-04-14 |
Matt S Trout |
handle \@from via DQ |
tree | commitdiff |
2012-04-14 |
Matt S Trout |
switch literal FROM clause generation |
tree | commitdiff |
2012-04-14 |
Matt S Trout |
create Data::Query::Renderer::SQL::Naive object and... |
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 v1.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 v1.71 |
tree | commitdiff |
2010-11-09 |
Arthur Axel 'fREW... |
Release 1.70 v1.70 |
tree | commitdiff |
2010-11-09 |
Arthur Axel 'fREW... |
no raw ASCII |
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-28 |
Arthur Axel 'fREW... |
docs for pretty printer |
tree | commitdiff |
2010-10-28 |
Arthur Axel 'fREW... |
fix precedence for executing in new |
tree | commitdiff |
2010-10-28 |
Arthur Axel 'fREW... |
tests for bulk insert |
tree | commitdiff |
2010-10-28 |
Arthur Axel 'fREW... |
Do not show_progress by default |
tree | commitdiff |
2010-10-28 |
Arthur Axel 'fREW... |
squash_repeats > no_repeats |
tree | commitdiff |
2010-10-28 |
Arthur Axel 'fREW... |
Add "no_repeats" option to fix it such that repeated... |
tree | commitdiff |
2010-10-23 |
Arthur Axel "fREW... |
better bulk insert support |
tree | commitdiff |
2010-10-23 |
Arthur Axel "fREW... |
allow disabling of show_progress; _ some accessors |
tree | commitdiff |
2010-10-23 |
Arthur Axel "fREW... |
Add EXECUTING for clarity of long running SQL |
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... |
Hide bulk inserts from DBIx::Class |
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-10-09 |
Arthur Axel "fREW... |
s// does not return the modified string, $_ does |
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 |
2010-09-12 |
Arthur Axel "fREW... |
use object interface to Hash::Merge |
tree | commitdiff |
2010-09-12 |
Arthur Axel "fREW... |
release 1.67_03 |
tree | commitdiff |
2010-09-11 |
Arthur Axel "fREW... |
docs for ::Tree |
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 |
next |