5 years agoremove _expr_ from method names
Matt S Trout [Mon, 1 Apr 2019 04:51:08 +0000]
remove _expr_ from method names

5 years agoextract expand_bind to a method
Matt S Trout [Mon, 1 Apr 2019 04:19:02 +0000]
extract expand_bind to a method

5 years agoclean up row and op expansion to methods
Matt S Trout [Mon, 1 Apr 2019 04:16:09 +0000]
clean up row and op expansion to methods

5 years agostop treating old special ops normally
Matt S Trout [Mon, 1 Apr 2019 04:07:47 +0000]
stop treating old special ops normally

5 years agofix last warning
Matt S Trout [Mon, 1 Apr 2019 03:55:52 +0000]
fix last warning

5 years agokill ident/value specialness
Matt S Trout [Mon, 1 Apr 2019 03:16:14 +0000]
kill ident/value specialness

5 years agopush comparison invocation into ident and value expanders
Matt S Trout [Mon, 1 Apr 2019 03:13:52 +0000]
push comparison invocation into ident and value expanders

5 years agorename -tuple to -row
Matt S Trout [Mon, 1 Apr 2019 02:53:34 +0000]
rename -tuple to -row

5 years agomake -is work at top level
Matt S Trout [Mon, 1 Apr 2019 01:52:15 +0000]
make -is work at top level

5 years agotest more complex in clause
Matt S Trout [Mon, 1 Apr 2019 01:47:00 +0000]
test more complex in clause

5 years agoteach between to work as a unop
Matt S Trout [Mon, 1 Apr 2019 01:30:54 +0000]
teach between to work as a unop

5 years agomake 05in_between handle die() usefully
Matt S Trout [Mon, 1 Apr 2019 01:30:25 +0000]
make 05in_between handle die() usefully

5 years agoexpand between better
Matt S Trout [Mon, 1 Apr 2019 01:01:49 +0000]
expand between better

5 years agomake between work as a binop
Matt S Trout [Mon, 1 Apr 2019 00:35:41 +0000]
make between work as a binop

5 years agorename list node type to tuple
Matt S Trout [Wed, 27 Mar 2019 04:27:49 +0000]
rename list node type to tuple

5 years agomake , special cased to avoid premature generalisation
Matt S Trout [Wed, 27 Mar 2019 04:22:11 +0000]
make , special cased to avoid premature generalisation

5 years agomake list always parenthesised, make , op work for everything else
Matt S Trout [Wed, 27 Mar 2019 04:19:41 +0000]
make list always parenthesised, make , op work for everything else

5 years agoremove $logic from maybe_list_expr
Matt S Trout [Wed, 27 Mar 2019 04:00:08 +0000]
remove $logic from maybe_list_expr

5 years agomake weird undef order_by cases explicit
Matt S Trout [Wed, 27 Mar 2019 03:58:35 +0000]
make weird undef order_by cases explicit

5 years agoforce , as multop, switch order_by
Matt S Trout [Wed, 27 Mar 2019 03:48:23 +0000]
force , as multop, switch order_by

5 years agoswitch value defaulting in _in expansion to standard
Matt S Trout [Wed, 27 Mar 2019 03:27:31 +0000]
switch value defaulting in _in expansion to standard

5 years agobetter in handling
Matt S Trout [Wed, 27 Mar 2019 03:25:15 +0000]
better in handling

5 years agorestore -in dying to have tests clean before breaking it
Matt S Trout [Wed, 27 Mar 2019 02:43:24 +0000]
restore -in dying to have tests clean before breaking it

5 years agonormalize ops to _ style
Matt S Trout [Wed, 27 Mar 2019 02:37:54 +0000]
normalize ops to _ style

5 years agotmp
Matt S Trout [Wed, 27 Mar 2019 01:59:18 +0000]
tmp

5 years agonormalise ops to foo, foo_bar etc.
Matt S Trout [Wed, 27 Mar 2019 01:25:39 +0000]
normalise ops to foo, foo_bar etc.

5 years agocondense op handling
Matt S Trout [Wed, 27 Mar 2019 01:22:40 +0000]
condense op handling

5 years agoonly remove a leading - if word char following to avoid murdering e.g. --
Matt S Trout [Wed, 27 Mar 2019 01:21:55 +0000]
only remove a leading - if word char following to avoid murdering e.g. --

5 years agosimplify Default_Scalar_to code
Matt S Trout [Wed, 27 Mar 2019 01:15:05 +0000]
simplify Default_Scalar_to code

5 years agokill dying on IN for non-DBIC
Matt S Trout [Tue, 26 Mar 2019 05:38:39 +0000]
kill dying on IN for non-DBIC

5 years agofew more comments
Matt S Trout [Tue, 26 Mar 2019 04:41:22 +0000]
few more comments

5 years agoextract scalar handling
Matt S Trout [Tue, 26 Mar 2019 04:40:00 +0000]
extract scalar handling

5 years agomove _render_op above specific op renderers
Matt S Trout [Tue, 26 Mar 2019 04:06:13 +0000]
move _render_op above specific op renderers

5 years agoold SQLA extension system compat marked
Matt S Trout [Tue, 26 Mar 2019 04:03:30 +0000]
old SQLA extension system compat marked

5 years agoextract concept of undef value
Matt S Trout [Tue, 26 Mar 2019 03:53:37 +0000]
extract concept of undef value

5 years agoextract _hashpair_cmp for using default cmp
Matt S Trout [Tue, 26 Mar 2019 03:43:43 +0000]
extract _hashpair_cmp for using default cmp

5 years agouse hashtriple for auto-expand generation
Matt S Trout [Tue, 26 Mar 2019 03:40:53 +0000]
use hashtriple for auto-expand generation

5 years agouse hashtriple for auto-{cmp}
Matt S Trout [Tue, 26 Mar 2019 03:38:23 +0000]
use hashtriple for auto-{cmp}

5 years agofactor the rest of the undef handling out
Matt S Trout [Tue, 26 Mar 2019 03:30:48 +0000]
factor the rest of the undef handling out

5 years agostart to extract op checking for null
Matt S Trout [Tue, 26 Mar 2019 03:27:18 +0000]
start to extract op checking for null

5 years agoeverything else is notreached, so rename unhandled to notreached
Matt S Trout [Tue, 26 Mar 2019 03:11:19 +0000]
everything else is notreached, so rename unhandled to notreached

5 years agoextract hashtriple expander
Matt S Trout [Tue, 26 Mar 2019 03:10:21 +0000]
extract hashtriple expander

5 years agoandor for hashpair RHS
Matt S Trout [Tue, 26 Mar 2019 03:03:42 +0000]
andor for hashpair RHS

5 years agoswitch more is expansion cases
Matt S Trout [Tue, 26 Mar 2019 02:51:50 +0000]
switch more is expansion cases

5 years agonuke is/is not code now handled by render_op
Matt S Trout [Tue, 26 Mar 2019 02:45:09 +0000]
nuke is/is not code now handled by render_op

5 years agoextract IS/IS NOT
Matt S Trout [Tue, 26 Mar 2019 02:40:21 +0000]
extract IS/IS NOT

5 years agoclean up op handling code more
Matt S Trout [Tue, 26 Mar 2019 02:17:56 +0000]
clean up op handling code more

5 years agomove rendering to default render_op
Matt S Trout [Tue, 26 Mar 2019 01:57:59 +0000]
move rendering to default render_op

5 years agoextract andor rendering
Matt S Trout [Tue, 26 Mar 2019 01:56:56 +0000]
extract andor rendering

5 years agoextract _render_op_in
Matt S Trout [Tue, 26 Mar 2019 01:55:22 +0000]
extract _render_op_in

5 years agoextract between rendering into a method
Matt S Trout [Tue, 26 Mar 2019 01:53:57 +0000]
extract between rendering into a method

5 years agoclean up part of the arrayref stuff
Matt S Trout [Tue, 26 Mar 2019 01:49:53 +0000]
clean up part of the arrayref stuff

5 years agolet andor expand the ident hashref case
Matt S Trout [Tue, 26 Mar 2019 00:47:22 +0000]
let andor expand the ident hashref case

5 years agofurther andor consolidation
Matt S Trout [Tue, 26 Mar 2019 00:42:29 +0000]
further andor consolidation

5 years agoadd some hopefully useful comments
Matt S Trout [Tue, 26 Mar 2019 00:40:32 +0000]
add some hopefully useful comments

5 years agomove more expansion into andor
Matt S Trout [Tue, 26 Mar 2019 00:36:28 +0000]
move more expansion into andor

5 years agomake scalar/blessed args cleaner
Matt S Trout [Mon, 25 Mar 2019 03:20:01 +0000]
make scalar/blessed args cleaner

5 years agosurface _expand_ident call
Matt S Trout [Mon, 25 Mar 2019 03:11:58 +0000]
surface _expand_ident call

5 years agolet _expand_expr produce the deprecation warning
Matt S Trout [Mon, 25 Mar 2019 03:10:34 +0000]
let _expand_expr produce the deprecation warning

5 years agoextract _expr_hashpair_op_ident
Matt S Trout [Mon, 25 Mar 2019 02:51:08 +0000]
extract _expr_hashpair_op_ident

5 years agomove injection handling into _hashpair_op and clean up code a bit
Matt S Trout [Mon, 25 Mar 2019 02:45:28 +0000]
move injection handling into _hashpair_op and clean up code a bit

5 years agoextract _expand_expr_hashpair_op
Matt S Trout [Mon, 25 Mar 2019 02:40:11 +0000]
extract _expand_expr_hashpair_op

5 years agoremove unused clause
Matt S Trout [Mon, 25 Mar 2019 02:32:01 +0000]
remove unused clause

5 years agoswitch ident/value to proposed unop style
Matt S Trout [Mon, 25 Mar 2019 02:11:22 +0000]
switch ident/value to proposed unop style

5 years agorename _expand_andor to _expand_op_andor
Matt S Trout [Mon, 25 Mar 2019 02:05:43 +0000]
rename _expand_andor to _expand_op_andor

5 years agoeliminate passing of unused logic op name
Matt S Trout [Mon, 25 Mar 2019 01:59:57 +0000]
eliminate passing of unused logic op name

5 years agoandor now handled primarily by _expand_op
Matt S Trout [Mon, 25 Mar 2019 01:57:59 +0000]
andor now handled primarily by _expand_op

5 years agoimprove 04modifiers diagnostics
Matt S Trout [Mon, 25 Mar 2019 01:57:43 +0000]
improve 04modifiers diagnostics

5 years agomurder the $logic variable
Matt S Trout [Mon, 25 Mar 2019 01:38:27 +0000]
murder the $logic variable

5 years agoeliminate $logic from _expand_expr
Matt S Trout [Mon, 25 Mar 2019 01:31:42 +0000]
eliminate $logic from _expand_expr

5 years agoarrayref logic can just use $self
Matt S Trout [Mon, 25 Mar 2019 01:30:43 +0000]
arrayref logic can just use $self

5 years ago_expand_expr hashref is always and
Matt S Trout [Mon, 25 Mar 2019 01:30:03 +0000]
_expand_expr hashref is always and

5 years agonuke old Data-Query symlink
Matt S Trout [Mon, 25 Mar 2019 00:20:00 +0000]
nuke old Data-Query symlink

5 years agolift injection validation
Matt S Trout [Thu, 21 Mar 2019 05:34:28 +0000]
lift injection validation

5 years agoextract another andor case
Matt S Trout [Thu, 21 Mar 2019 05:32:24 +0000]
extract another andor case

5 years agoextract -nest code
Matt S Trout [Thu, 21 Mar 2019 05:28:26 +0000]
extract -nest code

5 years agothis is always andor so bypass expr
Matt S Trout [Thu, 21 Mar 2019 05:20:10 +0000]
this is always andor so bypass expr

5 years agoswitch another case to andor expansion
Matt S Trout [Thu, 21 Mar 2019 05:18:26 +0000]
switch another case to andor expansion

5 years agoswitch ident and value to expand_op
Matt S Trout [Thu, 21 Mar 2019 05:11:58 +0000]
switch ident and value to expand_op

5 years agore-engineer ident
Matt S Trout [Thu, 21 Mar 2019 05:08:58 +0000]
re-engineer ident

5 years agoextract ident handling
Matt S Trout [Thu, 21 Mar 2019 05:03:54 +0000]
extract ident handling

5 years agoexpand andor for more cases
Matt S Trout [Thu, 21 Mar 2019 04:55:03 +0000]
expand andor for more cases

5 years agoextract in/not in code
Matt S Trout [Thu, 21 Mar 2019 04:39:09 +0000]
extract in/not in code

5 years agointroduce expand_op concept and move between to it
Matt S Trout [Thu, 21 Mar 2019 04:35:47 +0000]
introduce expand_op concept and move between to it

5 years agoextract op rendering prefix+not
Matt S Trout [Thu, 21 Mar 2019 04:22:03 +0000]
extract op rendering prefix+not

5 years agosimplify unop_postfix code
Matt S Trout [Thu, 21 Mar 2019 04:12:54 +0000]
simplify unop_postfix code

5 years agomurder special use for and/or
Matt S Trout [Thu, 21 Mar 2019 04:11:31 +0000]
murder special use for and/or

5 years agoremove postfix code
Matt S Trout [Thu, 21 Mar 2019 04:04:04 +0000]
remove postfix code

5 years agoop rendering w/postfix
Matt S Trout [Thu, 21 Mar 2019 04:02:55 +0000]
op rendering w/postfix

5 years agoclean custom op rendering to $self config
Matt S Trout [Thu, 21 Mar 2019 03:47:44 +0000]
clean custom op rendering to $self config

5 years agono longer required, op is normalised earlier
Matt S Trout [Thu, 21 Mar 2019 03:38:00 +0000]
no longer required, op is normalised earlier

5 years agokill final_op normalisation since no longer required
Matt S Trout [Thu, 21 Mar 2019 03:35:24 +0000]
kill final_op normalisation since no longer required

5 years agoremove duplicate value expansion code
Matt S Trout [Mon, 18 Mar 2019 17:06:21 +0000]
remove duplicate value expansion code

5 years agoextract and/or expansion
Matt S Trout [Mon, 18 Mar 2019 17:04:43 +0000]
extract and/or expansion

5 years agoadd notreached barf to and/or processing
Matt S Trout [Mon, 18 Mar 2019 04:56:48 +0000]
add notreached barf to and/or processing

5 years agoextract _expand_bool method
Matt S Trout [Mon, 18 Mar 2019 04:43:33 +0000]
extract _expand_bool method

5 years agomove _expand_not to method
Matt S Trout [Mon, 18 Mar 2019 04:42:32 +0000]
move _expand_not to method

5 years ago_expand_value
Matt S Trout [Mon, 18 Mar 2019 04:41:33 +0000]
_expand_value

5 years agoexpandify -bool
Matt S Trout [Mon, 18 Mar 2019 04:37:53 +0000]
expandify -bool

5 years agomove -not to an expander
Matt S Trout [Mon, 18 Mar 2019 04:34:37 +0000]
move -not to an expander