2012-05-07 |
Matt S Trout |
document order by madness |
commit | commitdiff | tree | snapshot |
2012-04-20 |
Matt S Trout |
simple literals get detected and turned into nodes |
commit | commitdiff | tree | snapshot |
2012-04-20 |
Matt S Trout |
ASC purge: t/06order_by.t |
commit | commitdiff | tree | snapshot |
2012-04-20 |
Matt S Trout |
less generous literal parsing |
commit | commitdiff | tree | snapshot |
2012-04-20 |
Matt S Trout |
parse simple order literals |
commit | commitdiff | tree | snapshot |
2012-04-20 |
Matt S Trout |
abstract order specification |
commit | commitdiff | tree | snapshot |
2012-04-20 |
Matt S Trout |
make renderer and converter classes more pluggable |
commit | commitdiff | tree | snapshot |
2012-04-17 |
Matt S Trout |
handle ->_where_to_dq($plain_sql_string) |
commit | commitdiff | tree | snapshot |
2012-04-16 |
Matt S Trout |
more tweaks |
commit | commitdiff | tree | snapshot |
2012-04-16 |
Matt S Trout |
refactor a bit more, honour literals in converter |
commit | commitdiff | tree | snapshot |
2012-04-16 |
Matt S Trout |
factor out Converter |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
simplify and generalize table literal handling |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
factor out select logic a bit more |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
pass unknown @_ downwards for subclassers |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
order inside select node |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
factor some stuff out and enable writeable quoting... |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
throw toys out the pram and convert to Moo |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
clean up always_quote usage, factor out _render_sqla |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
port -ident and -value |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
fix handling for nested function calls - see giant... |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
handle scalarref in arrayref of table names |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
delete vestigial _join_sql_clauses method |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
annihilate refkind stupidity |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
gut values using _mutation_rhs_to_dq code |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
de-REFKIND-rubbish-ify from handling |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
port INSERT, factor out mutation op RHS code |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
convert update, refactor some stuff |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
factor out from+where handling and port DELETE |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
separate out _where_to_dq from _expr_to_dq and rewrite... |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
fix expression generation for UPDATE |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
first cut at convert and case options |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
implement $self->{logic} and kill numbered modifiers |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Peter Rabbitson |
Convert deprec. test to expectation of fatal error |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
improve and/or handling |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
remove builtin special ops; handled elsewhere |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
special ops handling |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
allow \n in op names - not sure why this ever worked... |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
refactor operator construction and add injection guard... |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
switch { foo => \'= bar' } to using multipart literal... |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
clean up IN/BETWEEN handling |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
sort hash keys when found as RHS in a hashpair |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
handle empty where clauses, fix a quoting bug in litera... |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
handle crack fueled inner function thing |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
rewrite _where_to_dq to get rid of refkind switch |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
handle more IN/BETWEEN odd cases, fix value_meta handling |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
first chunk of WHERE clause conversion |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
refactor somewhat and convert order_by |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
factor _table_dq out and use in SELECT |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
pass SELECT's FROM+etc. through DQ |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
generate SELECT list using DQ |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
move _render_dq call for _table to top level of method |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
handle \@from via DQ |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
switch literal FROM clause generation |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
create Data::Query::Renderer::SQL::Naive object and... |
commit | commitdiff | tree | snapshot |
2012-04-11 |
Peter Rabbitson |
Pull in some dependency bugfixes |
commit | commitdiff | tree | snapshot |
2012-04-11 |
Peter Rabbitson |
Upgrade M::I |
commit | commitdiff | tree | snapshot |
2012-04-11 |
Peter Rabbitson |
Migrate -ident and -value from dbic, reorganize docs |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Ryan P. Kelly |
Document with the right name |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Naveed Massjouni |
Cleaning up docs as ribasushi suggested. Made it clear... |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Peter Rabbitson |
Cleanup parser a bit more, anchor everything correctly... |
commit | commitdiff | tree | snapshot |
2011-08-06 |
Alexander Hartmaier |
Add test for SQL statement that used to fail before... |
commit | commitdiff | tree | snapshot |
2011-08-06 |
Peter Rabbitson |
Massively refactor arbitrary sql parser code |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Peter Rabbitson |
Fix over-eager parenthesis unrolling (only legal in... |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Peter Rabbitson |
Promote AS to a binop of sorts |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Peter Rabbitson |
Do not import Carp functions into the namespace |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Justin Hunter |
_debug not debug, RT#67179 |
commit | commitdiff | tree | snapshot |
2011-04-01 |
Justin Hunter |
fix some pod per RT65556 |
commit | commitdiff | tree | snapshot |
2011-04-01 |
Justin Hunter |
fix git url, RT67137 |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Arthur Axel... |
take out useless _table option |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Peter Rabbitson |
Add some crazy malformed SQL to make sure things do... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Peter Rabbitson |
Fix incorrect comparison of malformed lists |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Peter Rabbitson |
Fix recursion warnings while parsing extremely long... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Peter Rabbitson |
Fix stupid not exists omission |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Arthur Axel... |
Release 1.72 v1.72 |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Peter Rabbitson |
Consolidate the injection_guard checks, fix bobby's... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Peter Rabbitson |
injection_guard implementation |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Peter Rabbitson |
Require bugfixed CAG |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Peter Rabbitson |
Undocument -nest with extreme prejudice |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Wes Malone |
Removed excess parentheses in generated SQL |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Peter Rabbitson |
Fix stupid assumption in parenthesis unroller |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Peter Rabbitson |
Pass options to _insert_returning and allow bind rvs |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Justin Hunter |
add handling for NULL when using -in |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Peter Rabbitson |
Better diagnostics (unparse the parent of the failed... |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Peter Rabbitson |
Ask for a faster CAG, switch to MI::AI |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Peter Rabbitson |
Warnfree tests |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Peter Rabbitson |
Fix retardation in -between bind handling |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Arthur Axel... |
migrate _parenthesis_unroll to SQL::Abstract::Tree |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Dagfinn Ilmari... |
Fix parsing of foo.* in SQLA::Tree |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Peter Rabbitson |
Release 1.71 v1.71 |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Peter Rabbitson |
Disable dbic-tests when no dbic is present |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Arthur Axel... |
Release 1.70 v1.70 |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Arthur Axel... |
sort changes by importance |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Arthur Axel... |
no raw ASCII |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Arthur Axel... |
better quoting logic |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Arthur Axel... |
Leave quotes from DBIC in bindargs |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Peter Rabbitson |
Make resulting SQL work on MySQL |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Peter Rabbitson |
gitignore |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Peter Rabbitson |
Reenable show_progress in example |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Arthur Axel... |
Document repo |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Arthur Axel... |
Fix missing doc (RT#62587) |
commit | commitdiff | tree | snapshot |
next |