2019-10-07 |
Matt S Trout |
document bangoverrides, add example |
commit | commitdiff | tree | snapshot |
2019-10-07 |
Matt S Trout |
expand bangoverrides from order_by keys too for compat... |
commit | commitdiff | tree | snapshot |
2019-10-07 |
Matt S Trout |
make sure extraclauses doesn't kill already extant... |
commit | commitdiff | tree | snapshot |
2019-10-07 |
Matt S Trout |
singular methods as readers never worked, mst is an... |
commit | commitdiff | tree | snapshot |
2019-10-07 |
Matt S Trout |
Install DBIC-compatible ident renderer |
commit | commitdiff | tree | snapshot |
2019-10-06 |
Matt S Trout |
simplify the plugin thing |
commit | commitdiff | tree | snapshot |
2019-10-05 |
Matt S Trout |
more compat bits and pieces |
commit | commitdiff | tree | snapshot |
2019-10-04 |
Matt S Trout |
extraclauses and plugin system |
commit | commitdiff | tree | snapshot |
2019-10-03 |
Matt S Trout |
THERE ARE FOUR LIGHTS |
commit | commitdiff | tree | snapshot |
2019-10-03 |
Matt S Trout |
clean up |
commit | commitdiff | tree | snapshot |
2019-10-03 |
Matt S Trout |
plugin registration |
commit | commitdiff | tree | snapshot |
2019-10-01 |
Matt S Trout |
insert select/rowvalues clauses, with and with_recursive |
commit | commitdiff | tree | snapshot |
2019-10-01 |
Matt S Trout |
document the from and using clauses added to update... |
commit | commitdiff | tree | snapshot |
2019-10-01 |
Matt S Trout |
set operation examples |
commit | commitdiff | tree | snapshot |
2019-10-01 |
Matt S Trout |
document group by and having clauses |
commit | commitdiff | tree | snapshot |
2019-10-01 |
Matt S Trout |
expand_maybe_list_expr now -list expander |
commit | commitdiff | tree | snapshot |
2019-10-01 |
Matt S Trout |
tidy up as/alias expansion |
commit | commitdiff | tree | snapshot |
2019-10-01 |
Matt S Trout |
simply from list handling |
commit | commitdiff | tree | snapshot |
2019-10-01 |
Matt S Trout |
cleanup join rendering some |
commit | commitdiff | tree | snapshot |
2019-10-01 |
Matt S Trout |
document join and from lists |
commit | commitdiff | tree | snapshot |
2019-10-01 |
Matt S Trout |
clean up EC code and add pod |
commit | commitdiff | tree | snapshot |
2019-10-01 |
Matt S Trout |
more cleanup using register() |
commit | commitdiff | tree | snapshot |
2019-10-01 |
Matt S Trout |
consolidate other things |
commit | commitdiff | tree | snapshot |
2019-10-01 |
Matt S Trout |
smarter register in EC |
commit | commitdiff | tree | snapshot |
2019-10-01 |
Matt S Trout |
move more to register |
commit | commitdiff | tree | snapshot |
2019-10-01 |
Matt S Trout |
initial register code for EC plugin |
commit | commitdiff | tree | snapshot |
2019-10-01 |
Matt S Trout |
EC easy node types |
commit | commitdiff | tree | snapshot |
2019-10-01 |
Matt S Trout |
make pod tests happy |
commit | commitdiff | tree | snapshot |
2019-10-01 |
Matt S Trout |
document remaining methods |
commit | commitdiff | tree | snapshot |
2019-10-01 |
Matt S Trout |
closer to documented |
commit | commitdiff | tree | snapshot |
2019-10-01 |
Matt S Trout |
more pod for new methods |
commit | commitdiff | tree | snapshot |
2019-10-01 |
Matt S Trout |
add is_undef_value doc and export |
commit | commitdiff | tree | snapshot |
2019-10-01 |
Matt S Trout |
ignore internal things for podcov |
commit | commitdiff | tree | snapshot |
2019-10-01 |
Matt S Trout |
meh, with being used elsewhere |
commit | commitdiff | tree | snapshot |
2019-10-01 |
Matt S Trout |
basic config registration pod |
commit | commitdiff | tree | snapshot |
2019-10-01 |
Matt S Trout |
nuke old sqlmaker hack |
commit | commitdiff | tree | snapshot |
2019-10-01 |
Matt S Trout |
fixup thingop_expander code and convert EC as |
commit | commitdiff | tree | snapshot |
2019-10-01 |
Matt S Trout |
clean up config code |
commit | commitdiff | tree | snapshot |
2019-10-01 |
Matt S Trout |
make the clauses test a standard one |
commit | commitdiff | tree | snapshot |
2019-10-01 |
Matt S Trout |
clean up clauses test |
commit | commitdiff | tree | snapshot |
2019-10-01 |
Matt S Trout |
move ExtraClauses to -keyword |
commit | commitdiff | tree | snapshot |
2019-10-01 |
Matt S Trout |
unop expander wrapper conversion |
commit | commitdiff | tree | snapshot |
2019-10-01 |
Matt S Trout |
expansion wrapping: in |
commit | commitdiff | tree | snapshot |
2019-10-01 |
Matt S Trout |
expander wrappers initial |
commit | commitdiff | tree | snapshot |
2019-09-30 |
Matt S Trout |
document delete query |
commit | commitdiff | tree | snapshot |
2019-09-30 |
Matt S Trout |
doc insert query |
commit | commitdiff | tree | snapshot |
2019-09-30 |
Matt S Trout |
doc select and update queries |
commit | commitdiff | tree | snapshot |
2019-09-30 |
Matt S Trout |
doc ident and value op expanders |
commit | commitdiff | tree | snapshot |
2019-09-30 |
Matt S Trout |
doc is op expander |
commit | commitdiff | tree | snapshot |
2019-09-30 |
Matt S Trout |
kill vestigial _expand_noop method |
commit | commitdiff | tree | snapshot |
2019-09-30 |
Matt S Trout |
doc in op expander |
commit | commitdiff | tree | snapshot |
2019-09-30 |
Matt S Trout |
doc between op expander |
commit | commitdiff | tree | snapshot |
2019-09-30 |
Matt S Trout |
document values expander |
commit | commitdiff | tree | snapshot |
2019-09-30 |
Matt S Trout |
document func expander |
commit | commitdiff | tree | snapshot |
2019-09-30 |
Matt S Trout |
document op expander |
commit | commitdiff | tree | snapshot |
2019-09-30 |
Matt S Trout |
document row expander |
commit | commitdiff | tree | snapshot |
2019-09-30 |
Matt S Trout |
document bool expander |
commit | commitdiff | tree | snapshot |
2019-09-30 |
Matt S Trout |
add prefix unop example, and example for new keyword... |
commit | commitdiff | tree | snapshot |
2019-09-30 |
Matt S Trout |
require explicit restoration of old unop behaviour... |
commit | commitdiff | tree | snapshot |
2019-09-30 |
Matt S Trout |
default to no-op expansion for node types |
commit | commitdiff | tree | snapshot |
2019-09-30 |
Matt S Trout |
fixup keyword rendering |
commit | commitdiff | tree | snapshot |
2019-09-29 |
Matt S Trout |
nuke vestigial _join_sql_clauses method |
commit | commitdiff | tree | snapshot |
2019-09-29 |
Matt S Trout |
simplify multop -keyword use |
commit | commitdiff | tree | snapshot |
2019-09-29 |
Matt S Trout |
turn join into an aqt expr so it can be a keyword |
commit | commitdiff | tree | snapshot |
2019-09-29 |
Matt S Trout |
murder more sqlcasing |
commit | commitdiff | tree | snapshot |
2019-09-29 |
Matt S Trout |
still have to follow the rhs |
commit | commitdiff | tree | snapshot |
2019-09-28 |
Matt S Trout |
murder the old _convert system |
commit | commitdiff | tree | snapshot |
2019-09-28 |
Matt S Trout |
switch to using -keyword node type |
commit | commitdiff | tree | snapshot |
2019-09-28 |
Matt S Trout |
nest doesn't need a node expander either |
commit | commitdiff | tree | snapshot |
2019-09-28 |
Matt S Trout |
no-op expander and hashpair op expansion cleanup |
commit | commitdiff | tree | snapshot |
2019-09-28 |
Matt S Trout |
fixup sqlacexpr |
commit | commitdiff | tree | snapshot |
2019-09-28 |
Matt S Trout |
remove a bunch more pointless expanders |
commit | commitdiff | tree | snapshot |
2019-09-28 |
Matt S Trout |
call op expanders for unop hashpairs, move ident and... |
commit | commitdiff | tree | snapshot |
2019-09-28 |
Matt S Trout |
add docs on is dwim for undef values |
commit | commitdiff | tree | snapshot |
2019-09-28 |
Matt S Trout |
arrayref expr |
commit | commitdiff | tree | snapshot |
2019-09-27 |
Matt S Trout |
add more expression types to reference |
commit | commitdiff | tree | snapshot |
2019-09-26 |
Matt S Trout |
kil a couple of tyops |
commit | commitdiff | tree | snapshot |
2019-09-25 |
Matt S Trout |
extra definitions entries, examples for ident type... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Matt S Trout |
podregen fixups |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Matt S Trout |
reference docs so far |
commit | commitdiff | tree | snapshot |
2019-09-23 |
Matt S Trout |
clean up select.setop renderer |
commit | commitdiff | tree | snapshot |
2019-09-23 |
Matt S Trout |
switch to direct from list expansion |
commit | commitdiff | tree | snapshot |
2019-09-23 |
Matt S Trout |
use simple return system for delete.using |
commit | commitdiff | tree | snapshot |
2019-09-23 |
Matt S Trout |
clean up EC _expand_select |
commit | commitdiff | tree | snapshot |
2019-09-23 |
Matt S Trout |
extract setop select expander |
commit | commitdiff | tree | snapshot |
2019-09-23 |
Matt S Trout |
puke unused anyway |
commit | commitdiff | tree | snapshot |
2019-09-23 |
Matt S Trout |
extract setop expander |
commit | commitdiff | tree | snapshot |
2019-09-23 |
Matt S Trout |
extract setop expansion |
commit | commitdiff | tree | snapshot |
2019-09-23 |
Matt S Trout |
extract setop rendering to a method |
commit | commitdiff | tree | snapshot |
2019-09-23 |
Matt S Trout |
extract more extraclauses stuff to methods |
commit | commitdiff | tree | snapshot |
2019-09-23 |
Matt S Trout |
promote expand_maybe_list_expr to public method |
commit | commitdiff | tree | snapshot |
2019-09-23 |
Matt S Trout |
accidentally committed this, never mind |
commit | commitdiff | tree | snapshot |
2019-09-23 |
Matt S Trout |
cleaner plugin registration |
commit | commitdiff | tree | snapshot |
2019-09-23 |
Matt S Trout |
switch to plugin style |
commit | commitdiff | tree | snapshot |
2019-09-22 |
Matt S Trout |
fixup SQL::Abstract::ExtraClauses to subclass SQLA... |
commit | commitdiff | tree | snapshot |
2019-09-22 |
Matt S Trout |
better override handling, handle defined-but-empty... |
commit | commitdiff | tree | snapshot |
2019-09-22 |
Matt S Trout |
clausify select and add config system |
commit | commitdiff | tree | snapshot |
2019-09-22 |
Matt S Trout |
don't expand unknown clauses, nerf returning support... |
commit | commitdiff | tree | snapshot |
2019-09-22 |
Matt S Trout |
switch insert over to clauses system |
commit | commitdiff | tree | snapshot |
2019-09-22 |
Matt S Trout |
update switched to clauses system |
commit | commitdiff | tree | snapshot |
next |