2019-09-19 |
Matt S Trout |
I need these every time I debug it so might as well... |
tree | commitdiff |
2019-09-19 |
Matt S Trout |
make render_statement consistent with other render_... |
tree | commitdiff |
2019-09-16 |
Matt S Trout |
lift innerdent and unify algorithm |
tree | commitdiff |
2019-09-16 |
Matt S Trout |
better indent picking inside parens |
tree | commitdiff |
2019-09-16 |
Matt S Trout |
need $join having removed the space-after-), and resett... |
tree | commitdiff |
2019-09-16 |
Matt S Trout |
don't add nl_pre before final newline (duh) |
tree | commitdiff |
2019-09-16 |
Matt S Trout |
in practice, shoving a space after every ) turned out... |
tree | commitdiff |
2019-09-14 |
Matt S Trout |
more code cleanup |
tree | commitdiff |
2019-09-14 |
Matt S Trout |
more formatting cleanup |
tree | commitdiff |
2019-09-14 |
Matt S Trout |
cleanup and improve formatting logic |
tree | commitdiff |
2019-09-09 |
Matt S Trout |
better indentation and interpolation |
tree | commitdiff |
2019-09-09 |
Matt S Trout |
present AS correctly |
tree | commitdiff |
2019-09-09 |
Matt S Trout |
fix indentation and newlines for more cases |
tree | commitdiff |
2019-09-08 |
Matt S Trout |
clearer formatting with less pointless whitespace/newlines |
tree | commitdiff |
2019-09-06 |
Matt S Trout |
ON( now renders correctly as ON ( |
tree | commitdiff |
2019-09-06 |
Matt S Trout |
handle non-ref internals |
tree | commitdiff |
2019-09-06 |
Matt S Trout |
formatter starts to work |
tree | commitdiff |
2019-09-06 |
Matt S Trout |
better followiung principles |
tree | commitdiff |
2019-08-27 |
Matt S Trout |
make cast expander stable |
tree | commitdiff |
2019-08-24 |
Matt S Trout |
format works |
tree | commitdiff |
2019-08-24 |
Matt S Trout |
clean things up and better sqlacexpr |
tree | commitdiff |
2019-08-24 |
Matt S Trout |
improving formatting |
tree | commitdiff |
2019-08-20 |
Matt S Trout |
create sql part joining control code |
tree | commitdiff |
2019-07-15 |
Matt S Trout |
is_op and register_op |
tree | commitdiff |
2019-05-17 |
Matt S Trout |
add CAST() to ExtraClauses |
tree | commitdiff |
2019-05-02 |
Matt S Trout |
it would help if I actually enabled with for non-select... |
tree | commitdiff |
2019-04-25 |
Matt S Trout |
First attempt at SQLA2Support |
tree | commitdiff |
2019-04-22 |
Matt S Trout |
last use of row for non-rowtype |
tree | commitdiff |
2019-04-22 |
Matt S Trout |
eliminate sucky use of row |
tree | commitdiff |
2019-04-21 |
Matt S Trout |
rebuild convert using extension system |
tree | commitdiff |
2019-04-21 |
Matt S Trout |
normalise expansion methods |
tree | commitdiff |
2019-04-21 |
Matt S Trout |
make stability test try and invoke diff |
tree | commitdiff |
2019-04-21 |
Matt S Trout |
expand alias |
tree | commitdiff |
2019-04-20 |
Matt S Trout |
restore expand stability for extraclauses |
tree | commitdiff |
2019-04-20 |
Matt S Trout |
better expand stability testing |
tree | commitdiff |
2019-04-19 |
Matt S Trout |
handle convert where using expander wrapping |
tree | commitdiff |
2019-04-19 |
Matt S Trout |
move render statement to parts based |
tree | commitdiff |
2019-04-19 |
Matt S Trout |
finish porting to join_query_parts as arrayref |
tree | commitdiff |
2019-04-19 |
Matt S Trout |
extract remaining insert clause expansion handling... |
tree | commitdiff |
2019-04-19 |
Matt S Trout |
port clause renderers to arrayref convention |
tree | commitdiff |
2019-04-19 |
Matt S Trout |
clean up join call |
tree | commitdiff |
2019-04-18 |
Matt S Trout |
extract remaining insert clause expansion handling... |
tree | commitdiff |
2019-04-18 |
Matt S Trout |
improve infinite recursion debugging, fix infinite... |
tree | commitdiff |
2019-04-18 |
Matt S Trout |
there is a lurking infinite loop in 01generate inserts... |
tree | commitdiff |
2019-04-18 |
Matt S Trout |
move format_keyword into base sqla |
tree | commitdiff |
2019-04-18 |
Matt S Trout |
take advantage of join_query_parts to clean up |
tree | commitdiff |
2019-04-18 |
Matt S Trout |
make the legacy convert feature its own node |
tree | commitdiff |
2019-04-18 |
Matt S Trout |
more use cleanup, add hashref to join_sql_parts |
tree | commitdiff |
2019-04-18 |
Matt S Trout |
rename join_clauses to join_query_parts |
tree | commitdiff |
2019-04-17 |
Matt S Trout |
fixup sigil usage |
tree | commitdiff |
2019-04-17 |
Matt S Trout |
statement_list and test |
tree | commitdiff |
2019-04-17 |
Matt S Trout |
wrap expander and expander list |
tree | commitdiff |
2019-04-17 |
Matt S Trout |
consolidate with_recursive |
tree | commitdiff |
2019-04-17 |
Matt S Trout |
move setop expansion to generic rather than loop |
tree | commitdiff |
2019-04-17 |
Matt S Trout |
move clause rendering to better calling convention |
tree | commitdiff |
2019-04-16 |
Matt S Trout |
clean up calling code w/new render convention |
tree | commitdiff |
2019-04-16 |
Matt S Trout |
clean up calling convention |
tree | commitdiff |
2019-04-16 |
Matt S Trout |
fix up with clause code - got the parens wrong |
tree | commitdiff |
2019-04-16 |
Matt S Trout |
with recursive test and bugfixes |
tree | commitdiff |
2019-04-15 |
Matt S Trout |
basic with support |
tree | commitdiff |
2019-04-15 |
Matt S Trout |
refactor to add the rest of the setops |
tree | commitdiff |
2019-04-15 |
Matt S Trout |
switch keyword formatting to method, fix clause order... |
tree | commitdiff |
2019-04-15 |
Matt S Trout |
promote _join_parts to public method join_clauses |
tree | commitdiff |
2019-04-15 |
Matt S Trout |
introduce keyword concept to avoid private methods |
tree | commitdiff |
2019-04-15 |
Matt S Trout |
clauses transforms |
tree | commitdiff |
2019-04-15 |
Matt S Trout |
further APIfication |
tree | commitdiff |
2019-04-15 |
Matt S Trout |
move more stuff to method calls |
tree | commitdiff |
2019-04-15 |
Matt S Trout |
better extension api |
tree | commitdiff |
2019-04-15 |
Matt S Trout |
clean up op expansion |
tree | commitdiff |
2019-04-15 |
Matt S Trout |
clean up from_list |
tree | commitdiff |
2019-04-15 |
Matt S Trout |
move to default registration |
tree | commitdiff |
2019-04-15 |
Matt S Trout |
initial extension api |
tree | commitdiff |
2019-04-14 |
Matt S Trout |
clean up op/func handling, add exists, add de-inconsist... |
tree | commitdiff |
2019-04-14 |
Matt S Trout |
introduce "top level" concept, move -values to Clauses... |
tree | commitdiff |
2019-04-14 |
Matt S Trout |
sugar for select and multi-row insert |
tree | commitdiff |
2019-04-13 |
Matt S Trout |
make INSERT SELECT work |
tree | commitdiff |
2019-04-13 |
Matt S Trout |
delete from, update using, join using |
tree | commitdiff |
2019-04-13 |
Matt S Trout |
add, expand, and use in from, VALUES |
tree | commitdiff |
2019-04-13 |
Matt S Trout |
add as support |
tree | commitdiff |
2019-04-13 |
Matt S Trout |
join support |
tree | commitdiff |
2019-04-13 |
Matt S Trout |
add group_by and having in ExtraClauses |
tree | commitdiff |
2019-04-10 |
Matt S Trout |
wantarray cleanup and hashref query expressions |
tree | commitdiff |
2019-04-10 |
Matt S Trout |
clean up naming and provide aliases |
tree | commitdiff |
2019-04-10 |
Matt S Trout |
include MRO::Compat for 5.8 perls |
tree | commitdiff |
2019-04-10 |
Matt S Trout |
clean up fields handling |
tree | commitdiff |
2019-04-10 |
Matt S Trout |
Pass all expression stability tests. Verified by: |
tree | commitdiff |
2019-04-10 |
Matt S Trout |
clean up fields/values expansion for insert |
tree | commitdiff |
2019-04-10 |
Matt S Trout |
convert delete to extended clauses system |
tree | commitdiff |
2019-04-10 |
Matt S Trout |
expand update expansion |
tree | commitdiff |
2019-04-10 |
Matt S Trout |
switch select over to "real" clauses |
tree | commitdiff |
2019-04-10 |
Matt S Trout |
give insert fields a real name |
tree | commitdiff |
2019-04-10 |
Matt S Trout |
clean up expansion |
tree | commitdiff |
2019-04-10 |
Matt S Trout |
switch insert to clauses system |
tree | commitdiff |
2019-04-10 |
Matt S Trout |
delete as clauses |
tree | commitdiff |
2019-04-10 |
Matt S Trout |
add update to clauses |
tree | commitdiff |
2019-04-10 |
Matt S Trout |
convert direct to literal for * and single-id select |
tree | commitdiff |
2019-04-10 |
Matt S Trout |
clean up select-hackery code |
tree | commitdiff |
2019-04-10 |
Matt S Trout |
add select method to ::Clauses and fix bugs |
tree | commitdiff |
2019-04-10 |
Matt S Trout |
make sketch vaguely work |
tree | commitdiff |
2019-04-10 |
Matt S Trout |
initial sketch of Clauses.pm |
tree | commitdiff |
next |