2024-08-13 |
Matt S Trout |
modify belch and puke to operate as method calls master |
commit | commitdiff |
2022-05-12 |
Dagfinn Ilmari Man... |
Fix syntax error in example |
commit | commitdiff |
2021-01-23 |
Matt S Trout |
Bumping version to 2.000001 |
commit | commitdiff |
2021-01-23 |
Matt S Trout |
that wasn't nearly enough usage to add the dependency |
commit | commitdiff |
2021-01-21 |
Matt S Trout |
bump version |
commit | commitdiff |
2020-07-24 |
Dagfinn Ilmari Man... |
Fix warning on thing => [ undef, ... ] q |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
Bumping version to 1.90_03 |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
handle empty but defined sep correctly |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
always return some arrayref |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
rewire sqla::More code to use only public methods |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
add SQLA::More compat shim |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
switch to _expand_logop to honour and/or expander wrapping |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
restore subclassable _where_field_IN/BETWEEN mentioned... |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
op dwim should require *only* non-word chars |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
Bumping version to 1.90_02 |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
fix DBIC ident op expander compat wrapper to handle... |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
cleanup rogue whitespace |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
bump version |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
singular methods as readers never worked, mst is an... |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
Install DBIC-compatible ident renderer |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
simplify the plugin thing |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
more compat bits and pieces |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
extraclauses and plugin system |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
clean up |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
plugin registration |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
expand_maybe_list_expr now -list expander |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
document remaining methods |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
closer to documented |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
more pod for new methods |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
add is_undef_value doc and export |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
basic config registration pod |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
fixup thingop_expander code and convert EC as |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
clean up config code |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
unop expander wrapper conversion |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
expansion wrapping: in |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
expander wrappers initial |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
kill vestigial _expand_noop method |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
require explicit restoration of old unop behaviour... |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
default to no-op expansion for node types |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
fixup keyword rendering |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
nuke vestigial _join_sql_clauses method |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
simplify multop -keyword use |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
turn join into an aqt expr so it can be a keyword |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
murder more sqlcasing |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
still have to follow the rhs |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
murder the old _convert system |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
switch to using -keyword node type |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
nest doesn't need a node expander either |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
no-op expander and hashpair op expansion cleanup |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
remove a bunch more pointless expanders |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
call op expanders for unop hashpairs, move ident and... |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
promote expand_maybe_list_expr to public method |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
better override handling, handle defined-but-empty... |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
clausify select and add config system |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
don't expand unknown clauses, nerf returning support... |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
switch insert over to clauses system |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
update switched to clauses system |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
auto-generate clause expansion config |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
switch delete to clauses system |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
extract basic usage to a static hash |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
handle completely bizarre edge case |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
detect disabled ops earlier and fail |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
test is case insensitive, result should be lower cased |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
fix deep empty expr to render nothing |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
improving formatting |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
create sql part joining control code |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
is_op and register_op |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
allow plain - to fall through in hashpair expansion |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
handle convert where using expander wrapping |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
move render_aqt to arrayref |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
first step towards arrayref render_aqt return |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
move multop rendering to join_query_parts |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
fuck wantarray |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
murder AUTOLOAD by default because I keep getting confu... |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
switch Abstract.pm renderers to using join_query_parts |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
compact andor |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
cleanup andor |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
between and in cleanup |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
make join_query_parts handle scalars |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
first keyword move |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
move format_keyword into base sqla |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
row and between |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
move func rendering over to join_query_parts |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
more use cleanup, add hashref to join_sql_parts |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
rename join_clauses to join_query_parts |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
eliminate vestigial length checks |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
move clause rendering to better calling convention |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
clean up calling convention |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
promote _join_parts to public method join_clauses |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
clean up op/func handling, add exists, add de-inconsist... |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
introduce "top level" concept, move -values to Clauses... |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
make INSERT SELECT work |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
add, expand, and use in from, VALUES |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
values clause |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
add as support |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
join support |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
expand function arguments |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
make non-ascii operators work |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
wantarray cleanup and hashref query expressions |
commit | commitdiff |
2020-07-24 |
Matt S Trout |
expand , args while not doubling listification |
commit | commitdiff |
next |