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