projects
/
dbsrgits/SQL-Abstract.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
document the from and using clauses added to update and delete
[dbsrgits/SQL-Abstract.git]
/
lib
/
SQL
/
Abstract
/
ExtraClauses.pm
2020-07-24
Matt S Trout
document the from and using clauses added to update...
blob
|
commitdiff
2020-07-24
Matt S Trout
set operation examples
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
document group by and having clauses
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
expand_maybe_list_expr now -list expander
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
tidy up as/alias expansion
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
simply from list handling
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
cleanup join rendering some
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
document join and from lists
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
clean up EC code and add pod
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
more cleanup using register()
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
consolidate other things
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
smarter register in EC
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
move more to register
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
initial register code for EC plugin
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
EC easy node types
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
make pod tests happy
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
fixup thingop_expander code and convert EC as
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
move ExtraClauses to -keyword
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
clean up select.setop renderer
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
switch to direct from list expansion
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
use simple return system for delete.using
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
clean up EC _expand_select
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
extract setop select expander
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
puke unused anyway
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
extract setop expander
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
extract setop expansion
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
extract setop rendering to a method
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
extract more extraclauses stuff to methods
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
promote expand_maybe_list_expr to public method
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
cleaner plugin registration
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
switch to plugin style
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
fixup SQL::Abstract::ExtraClauses to subclass SQLA...
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
more formatting cleanup
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
present AS correctly
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
make cast expander stable
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
add CAST() to ExtraClauses
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
it would help if I actually enabled with for non-select...
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
last use of row for non-rowtype
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
eliminate sucky use of row
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
expand alias
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
restore expand stability for extraclauses
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
finish porting to join_query_parts as arrayref
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
port clause renderers to arrayref convention
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
clean up join call
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
move format_keyword into base sqla
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
take advantage of join_query_parts to clean up
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
rename join_clauses to join_query_parts
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
wrap expander and expander list
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
consolidate with_recursive
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
move setop expansion to generic rather than loop
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
move clause rendering to better calling convention
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
clean up calling code w/new render convention
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
clean up calling convention
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
fix up with clause code - got the parens wrong
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
with recursive test and bugfixes
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
basic with support
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
refactor to add the rest of the setops
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
switch keyword formatting to method, fix clause order...
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
promote _join_parts to public method join_clauses
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
introduce keyword concept to avoid private methods
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
clauses transforms
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
further APIfication
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
move more stuff to method calls
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
better extension api
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
clean up from_list
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
move to default registration
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
introduce "top level" concept, move -values to Clauses...
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
sugar for select and multi-row insert
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
delete from, update using, join using
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
add, expand, and use in from, VALUES
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
add as support
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
join support
blob
|
commitdiff
|
diff to current
2020-07-24
Matt S Trout
add group_by and having in ExtraClauses
blob
|
commitdiff
|
diff to current