2020-07-24 |
Matt S Trout |
cleanup and improve formatting logic |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
better indentation and interpolation |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
present AS correctly |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
fix indentation and newlines for more cases |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
clearer formatting with less pointless whitespace/newlines |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
ON( now renders correctly as ON ( |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
handle non-ref internals |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
formatter starts to work |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
better followiung principles |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
make cast expander stable |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
bender |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
format works |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
clean things up and better sqlacexpr |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
improving formatting |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
create sql part joining control code |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
is_op and register_op |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
add CAST() to ExtraClauses |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
smarter sqlacexpr |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
allow plain - to fall through in hashpair expansion |
commit | commitdiff | tree | snapshot |
2020-07-24 |
John Napiorkowski |
another update test |
commit | commitdiff | tree | snapshot |
2020-07-24 |
John Napiorkowski |
CTEs with DELETE and having |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
fix stupid mistake when converting list to qw() |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
with + insert test |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
it would help if I actually enabled with for non-select... |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
surface with_recursive as well |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
First attempt at SQLA2Support |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
add with.pm to extras |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
last use of row for non-rowtype |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
eliminate sucky use of row |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
rebuild convert using extension system |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
normalise expansion methods |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
make stability test try and invoke diff |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
expand alias |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
restore expand stability for extraclauses |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
better expand stability testing |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
handle convert where using expander wrapping |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
move render statement to parts based |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
finish porting to join_query_parts as arrayref |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
extract remaining insert clause expansion handling... |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
move render_aqt to arrayref |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
port clause renderers to arrayref convention |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
first step towards arrayref render_aqt return |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
move multop rendering to join_query_parts |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
fuck wantarray |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
clean up join call |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
extract remaining insert clause expansion handling... |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
improve infinite recursion debugging, fix infinite... |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
murder AUTOLOAD by default because I keep getting confu... |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
there is a lurking infinite loop in 01generate inserts... |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
switch Abstract.pm renderers to using join_query_parts |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
compact andor |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
cleanup andor |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
between and in cleanup |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
make join_query_parts handle scalars |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
first keyword move |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
move format_keyword into base sqla |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
row and between |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
move func rendering over to join_query_parts |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
take advantage of join_query_parts to clean up |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
make the legacy convert feature its own node |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
more use cleanup, add hashref to join_sql_parts |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
rename join_clauses to join_query_parts |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
eliminate vestigial length checks |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
fixup sigil usage |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
Added the sql expr scripts I've been using to test |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
statement_list and test |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
wrap expander and expander list |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
consolidate with_recursive |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
move setop expansion to generic rather than loop |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
move clause rendering to better calling convention |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
clean up calling code w/new render convention |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
clean up calling convention |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
fix up with clause code - got the parens wrong |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
with recursive test and bugfixes |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
basic with support |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
refactor to add the rest of the setops |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
LHS of as is interpreted as ident so this is more correct |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
switch keyword formatting to method, fix clause order... |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
promote _join_parts to public method join_clauses |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
introduce keyword concept to avoid private methods |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
clauses transforms |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
further APIfication |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
move more stuff to method calls |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
better extension api |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
clean up op expansion |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
clean up from_list |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
move to default registration |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
initial extension api |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
demonstrate adding clauses with no special expand/render |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
verify "col = (SELECT ...)" works |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
clean up op/func handling, add exists, add de-inconsist... |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
introduce "top level" concept, move -values to Clauses... |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
sugar for select and multi-row insert |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
make INSERT SELECT work |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
subselect in from renders ok |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
delete from, update using, join using |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
add, expand, and use in from, VALUES |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
values clause |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
add as support |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Matt S Trout |
clauses test (xt/ because extra deps) |
commit | commitdiff | tree | snapshot |
next |