projects
/
dbsrgits/SQL-Abstract.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
HEAD
⋅ prev ⋅
next
dbsrgits/SQL-Abstract.git
2020-07-24
Matt S Trout
cleanup multop rendering
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
fix a (bizarre) compatibility issue
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
no op normalization required - already happened outside
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
switch to explicit node type returns for non-op nodes
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
finish removing leading /^-/
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
remove leading - from expand and render
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
remove - from expand keys
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
remove _expr_ from method names
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
extract expand_bind to a method
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
clean up row and op expansion to methods
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
stop treating old special ops normally
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
fix last warning
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
kill ident/value specialness
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
push comparison invocation into ident and value expanders
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
rename -tuple to -row
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
make -is work at top level
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
test more complex in clause
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
teach between to work as a unop
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
make 05in_between handle die() usefully
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
expand between better
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
make between work as a binop
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
rename list node type to tuple
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
make , special cased to avoid premature generalisation
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
make list always parenthesised, make , op work for...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
remove $logic from maybe_list_expr
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
make weird undef order_by cases explicit
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
force , as multop, switch order_by
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
switch value defaulting in _in expansion to standard
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
better in handling
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
restore -in dying to have tests clean before breaking it
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
normalize ops to _ style
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
tmp
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
normalise ops to foo, foo_bar etc.
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
condense op handling
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
only remove a leading - if word char following to avoid...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
simplify Default_Scalar_to code
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
kill dying on IN for non-DBIC
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
few more comments
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
extract scalar handling
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
move _render_op above specific op renderers
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
old SQLA extension system compat marked
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
extract concept of undef value
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
extract _hashpair_cmp for using default cmp
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
use hashtriple for auto-expand generation
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
use hashtriple for auto-{cmp}
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
factor the rest of the undef handling out
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
start to extract op checking for null
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
everything else is notreached, so rename unhandled...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
extract hashtriple expander
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
andor for hashpair RHS
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
switch more is expansion cases
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
nuke is/is not code now handled by render_op
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
extract IS/IS NOT
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
clean up op handling code more
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
move rendering to default render_op
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
extract andor rendering
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
extract _render_op_in
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
extract between rendering into a method
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
clean up part of the arrayref stuff
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
let andor expand the ident hashref case
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
further andor consolidation
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
add some hopefully useful comments
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
move more expansion into andor
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
make scalar/blessed args cleaner
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
surface _expand_ident call
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
let _expand_expr produce the deprecation warning
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
extract _expr_hashpair_op_ident
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
move injection handling into _hashpair_op and clean...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
extract _expand_expr_hashpair_op
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
remove unused clause
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
switch ident/value to proposed unop style
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
rename _expand_andor to _expand_op_andor
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
eliminate passing of unused logic op name
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
andor now handled primarily by _expand_op
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
improve 04modifiers diagnostics
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
murder the $logic variable
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
eliminate $logic from _expand_expr
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
arrayref logic can just use $self
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
_expand_expr hashref is always and
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
nuke old Data-Query symlink
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
lift injection validation
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
extract another andor case
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
extract -nest code
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
this is always andor so bypass expr
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
switch another case to andor expansion
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
switch ident and value to expand_op
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
re-engineer ident
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
extract ident handling
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
expand andor for more cases
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
extract in/not in code
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
introduce expand_op concept and move between to it
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
extract op rendering prefix+not
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
simplify unop_postfix code
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
murder special use for and/or
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
remove postfix code
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
op rendering w/postfix
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
clean custom op rendering to $self config
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
no longer required, op is normalised earlier
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
kill final_op normalisation since no longer required
commit
|
commitdiff
|
tree
|
snapshot
2020-07-24
Matt S Trout
remove duplicate value expansion code
commit
|
commitdiff
|
tree
|
snapshot
next