3 years agoadd some docs for the role
Matt S Trout [Sun, 13 Oct 2019 16:53:09 +0000]
add some docs for the role

3 years agofixup passthrough and add example
Matt S Trout [Sun, 13 Oct 2019 16:45:14 +0000]
fixup passthrough and add example

3 years agoadd join building code to sqla2 passthrough
Matt S Trout [Sun, 13 Oct 2019 15:01:40 +0000]
add join building code to sqla2 passthrough

3 years agopassthrough role for DBIC sqlmaker
Matt S Trout [Sun, 13 Oct 2019 04:24:43 +0000]
passthrough role for DBIC sqlmaker

3 years agohandle empty but defined sep correctly
Matt S Trout [Sun, 13 Oct 2019 04:24:23 +0000]
handle empty but defined sep correctly

3 years agoalways return some arrayref
Matt S Trout [Sun, 13 Oct 2019 04:24:07 +0000]
always return some arrayref

3 years agorewire sqla::More code to use only public methods
Matt S Trout [Sun, 13 Oct 2019 02:21:49 +0000]
rewire sqla::More code to use only public methods

3 years agochangelog the _where_field thing
Matt S Trout [Sat, 12 Oct 2019 20:18:36 +0000]
changelog the _where_field thing

3 years agoadd SQLA::More compat shim
Matt S Trout [Sat, 12 Oct 2019 20:15:22 +0000]
add SQLA::More compat shim

3 years agoswitch to _expand_logop to honour and/or expander wrapping
Matt S Trout [Sat, 12 Oct 2019 20:14:55 +0000]
switch to _expand_logop to honour and/or expander wrapping

3 years agorestore subclassable _where_field_IN/BETWEEN mentioned in POD (sigh)
Matt S Trout [Sat, 12 Oct 2019 19:10:08 +0000]
restore subclassable _where_field_IN/BETWEEN mentioned in POD (sigh)

3 years agoop dwim should require *only* non-word chars
Matt S Trout [Sat, 12 Oct 2019 18:40:06 +0000]
op dwim should require *only* non-word chars

3 years agoRelease commit for 1.90_02
Matt S Trout [Sat, 12 Oct 2019 18:14:01 +0000]
Release commit for 1.90_02

    - fix DBIC ident op expander compat wrapper to handle call as unop

3 years agoBumping version to 1.90_02
Matt S Trout [Sat, 12 Oct 2019 18:10:20 +0000]
Bumping version to 1.90_02

3 years agofix DBIC ident op expander compat wrapper to handle call as unop
Matt S Trout [Sat, 12 Oct 2019 18:10:08 +0000]
fix DBIC ident op expander compat wrapper to handle call as unop

3 years agoRelease commit for 1.90_01
Matt S Trout [Wed, 9 Oct 2019 01:53:34 +0000]
Release commit for 1.90_01

    - Complete overhaul of the internals, see the SQL::Abstract::Reference
      docs to understand the new implementation's affordances.

3 years agocleanup rogue whitespace
Matt S Trout [Wed, 9 Oct 2019 01:53:06 +0000]
cleanup rogue whitespace

3 years agobang overrides example name change
Matt S Trout [Wed, 9 Oct 2019 01:46:52 +0000]
bang overrides example name change

3 years agochangelog for a refactor
Matt S Trout [Wed, 9 Oct 2019 01:41:04 +0000]
changelog for a refactor

3 years agobump version
Matt S Trout [Wed, 9 Oct 2019 01:38:40 +0000]
bump version

3 years agopicked the wrong regexp escape
Matt S Trout [Wed, 9 Oct 2019 01:38:31 +0000]
picked the wrong regexp escape

3 years agomst forgot to git add this. mst is a fool. mst did this with svn too.
Matt S Trout [Mon, 7 Oct 2019 14:49:24 +0000]
mst forgot to git add this. mst is a fool. mst did this with svn too.

3 years agomove script to new api
Matt S Trout [Mon, 7 Oct 2019 05:35:49 +0000]
move script to new api

3 years agosimcop2387 once again points out that mst is an idiot
Matt S Trout [Mon, 7 Oct 2019 02:45:58 +0000]
simcop2387 once again points out that mst is an idiot

3 years agorename and mention example
Matt S Trout [Mon, 7 Oct 2019 01:47:18 +0000]
rename and mention example

3 years agoremove obsolete thing that never worked
Matt S Trout [Mon, 7 Oct 2019 01:44:44 +0000]
remove obsolete thing that never worked

3 years agodocument bangoverrides, add example
Matt S Trout [Mon, 7 Oct 2019 01:42:20 +0000]
document bangoverrides, add example

3 years agoexpand bangoverrides from order_by keys too for compat reasons
Matt S Trout [Mon, 7 Oct 2019 01:17:26 +0000]
expand bangoverrides from order_by keys too for compat reasons

3 years agomake sure extraclauses doesn't kill already extant overrides for from
Matt S Trout [Mon, 7 Oct 2019 01:14:38 +0000]
make sure extraclauses doesn't kill already extant overrides for from

3 years agosingular methods as readers never worked, mst is an idiot. fixed.
Matt S Trout [Mon, 7 Oct 2019 01:00:10 +0000]
singular methods as readers never worked, mst is an idiot. fixed.

3 years agoInstall DBIC-compatible ident renderer
Matt S Trout [Mon, 7 Oct 2019 00:59:08 +0000]
Install DBIC-compatible ident renderer

3 years agosimplify the plugin thing
Matt S Trout [Sun, 6 Oct 2019 01:08:19 +0000]
simplify the plugin thing

3 years agomore compat bits and pieces
Matt S Trout [Sat, 5 Oct 2019 02:08:28 +0000]
more compat bits and pieces

3 years agoextraclauses and plugin system
Matt S Trout [Fri, 4 Oct 2019 01:36:40 +0000]
extraclauses and plugin system

3 years agoTHERE ARE FOUR LIGHTS
Matt S Trout [Thu, 3 Oct 2019 19:58:50 +0000]
THERE ARE FOUR LIGHTS

3 years agoclean up
Matt S Trout [Thu, 3 Oct 2019 03:36:40 +0000]
clean up

3 years agoplugin registration
Matt S Trout [Thu, 3 Oct 2019 03:34:14 +0000]
plugin registration

3 years agoinsert select/rowvalues clauses, with and with_recursive
Matt S Trout [Tue, 1 Oct 2019 20:15:47 +0000]
insert select/rowvalues clauses, with and with_recursive

3 years agodocument the from and using clauses added to update and delete
Matt S Trout [Tue, 1 Oct 2019 19:46:30 +0000]
document the from and using clauses added to update and delete

3 years agoset operation examples
Matt S Trout [Tue, 1 Oct 2019 19:35:46 +0000]
set operation examples

3 years agodocument group by and having clauses
Matt S Trout [Tue, 1 Oct 2019 17:55:10 +0000]
document group by and having clauses

3 years agoexpand_maybe_list_expr now -list expander
Matt S Trout [Tue, 1 Oct 2019 16:58:42 +0000]
expand_maybe_list_expr now -list expander

3 years agotidy up as/alias expansion
Matt S Trout [Tue, 1 Oct 2019 06:20:31 +0000]
tidy up as/alias expansion

3 years agosimply from list handling
Matt S Trout [Tue, 1 Oct 2019 05:58:03 +0000]
simply from list handling

3 years agocleanup join rendering some
Matt S Trout [Tue, 1 Oct 2019 05:38:37 +0000]
cleanup join rendering some

3 years agodocument join and from lists
Matt S Trout [Tue, 1 Oct 2019 05:13:48 +0000]
document join and from lists

3 years agoclean up EC code and add pod
Matt S Trout [Tue, 1 Oct 2019 04:12:18 +0000]
clean up EC code and add pod

3 years agomore cleanup using register()
Matt S Trout [Tue, 1 Oct 2019 03:51:45 +0000]
more cleanup using register()

3 years agoconsolidate other things
Matt S Trout [Tue, 1 Oct 2019 03:39:12 +0000]
consolidate other things

3 years agosmarter register in EC
Matt S Trout [Tue, 1 Oct 2019 03:35:40 +0000]
smarter register in EC

3 years agomove more to register
Matt S Trout [Tue, 1 Oct 2019 03:28:20 +0000]
move more to register

3 years agoinitial register code for EC plugin
Matt S Trout [Tue, 1 Oct 2019 03:24:38 +0000]
initial register code for EC plugin

3 years agoEC easy node types
Matt S Trout [Tue, 1 Oct 2019 02:59:02 +0000]
EC easy node types

3 years agomake pod tests happy
Matt S Trout [Tue, 1 Oct 2019 02:29:37 +0000]
make pod tests happy

3 years agodocument remaining methods
Matt S Trout [Tue, 1 Oct 2019 02:26:52 +0000]
document remaining methods

3 years agocloser to documented
Matt S Trout [Tue, 1 Oct 2019 02:18:17 +0000]
closer to documented

3 years agomore pod for new methods
Matt S Trout [Tue, 1 Oct 2019 02:07:07 +0000]
more pod for new methods

3 years agoadd is_undef_value doc and export
Matt S Trout [Tue, 1 Oct 2019 01:59:34 +0000]
add is_undef_value doc and export

3 years agoignore internal things for podcov
Matt S Trout [Tue, 1 Oct 2019 01:53:31 +0000]
ignore internal things for podcov

3 years agomeh, with being used elsewhere
Matt S Trout [Tue, 1 Oct 2019 01:53:12 +0000]
meh, with being used elsewhere

3 years agobasic config registration pod
Matt S Trout [Tue, 1 Oct 2019 01:51:03 +0000]
basic config registration pod

3 years agonuke old sqlmaker hack
Matt S Trout [Tue, 1 Oct 2019 01:34:25 +0000]
nuke old sqlmaker hack

3 years agofixup thingop_expander code and convert EC as
Matt S Trout [Tue, 1 Oct 2019 01:22:03 +0000]
fixup thingop_expander code and convert EC as

3 years agoclean up config code
Matt S Trout [Tue, 1 Oct 2019 01:18:09 +0000]
clean up config code

3 years agomake the clauses test a standard one
Matt S Trout [Tue, 1 Oct 2019 01:02:39 +0000]
make the clauses test a standard one

3 years agoclean up clauses test
Matt S Trout [Tue, 1 Oct 2019 01:01:37 +0000]
clean up clauses test

3 years agomove ExtraClauses to -keyword
Matt S Trout [Tue, 1 Oct 2019 00:59:41 +0000]
move ExtraClauses to -keyword

3 years agounop expander wrapper conversion
Matt S Trout [Tue, 1 Oct 2019 00:52:42 +0000]
unop expander wrapper conversion

3 years agoexpansion wrapping: in
Matt S Trout [Tue, 1 Oct 2019 00:50:49 +0000]
expansion wrapping: in

3 years agoexpander wrappers initial
Matt S Trout [Tue, 1 Oct 2019 00:50:03 +0000]
expander wrappers initial

3 years agodocument delete query
Matt S Trout [Mon, 30 Sep 2019 20:05:43 +0000]
document delete query

3 years agodoc insert query
Matt S Trout [Mon, 30 Sep 2019 20:03:34 +0000]
doc insert query

3 years agodoc select and update queries
Matt S Trout [Mon, 30 Sep 2019 19:51:47 +0000]
doc select and update queries

3 years agodoc ident and value op expanders
Matt S Trout [Mon, 30 Sep 2019 19:27:46 +0000]
doc ident and value op expanders

3 years agodoc is op expander
Matt S Trout [Mon, 30 Sep 2019 19:23:32 +0000]
doc is op expander

3 years agokill vestigial _expand_noop method
Matt S Trout [Mon, 30 Sep 2019 19:19:33 +0000]
kill vestigial _expand_noop method

3 years agodoc in op expander
Matt S Trout [Mon, 30 Sep 2019 19:18:49 +0000]
doc in op expander

3 years agodoc between op expander
Matt S Trout [Mon, 30 Sep 2019 19:09:10 +0000]
doc between op expander

3 years agodocument values expander
Matt S Trout [Mon, 30 Sep 2019 18:30:04 +0000]
document values expander

3 years agodocument func expander
Matt S Trout [Mon, 30 Sep 2019 17:43:50 +0000]
document func expander

3 years agodocument op expander
Matt S Trout [Mon, 30 Sep 2019 17:40:39 +0000]
document op expander

3 years agodocument row expander
Matt S Trout [Mon, 30 Sep 2019 17:37:06 +0000]
document row expander

3 years agodocument bool expander
Matt S Trout [Mon, 30 Sep 2019 17:35:32 +0000]
document bool expander

3 years agoadd prefix unop example, and example for new keyword node type
Matt S Trout [Mon, 30 Sep 2019 17:30:10 +0000]
add prefix unop example, and example for new keyword node type

3 years agorequire explicit restoration of old unop behaviour except for special ops
Matt S Trout [Mon, 30 Sep 2019 17:15:56 +0000]
require explicit restoration of old unop behaviour except for special ops

3 years agodefault to no-op expansion for node types
Matt S Trout [Mon, 30 Sep 2019 01:12:12 +0000]
default to no-op expansion for node types

3 years agofixup keyword rendering
Matt S Trout [Mon, 30 Sep 2019 01:10:13 +0000]
fixup keyword rendering

3 years agonuke vestigial _join_sql_clauses method
Matt S Trout [Sun, 29 Sep 2019 19:33:02 +0000]
nuke vestigial _join_sql_clauses method

3 years agosimplify multop -keyword use
Matt S Trout [Sun, 29 Sep 2019 18:10:25 +0000]
simplify multop -keyword use

3 years agoturn join into an aqt expr so it can be a keyword
Matt S Trout [Sun, 29 Sep 2019 01:36:50 +0000]
turn join into an aqt expr so it can be a keyword

3 years agomurder more sqlcasing
Matt S Trout [Sun, 29 Sep 2019 01:32:59 +0000]
murder more sqlcasing

3 years agostill have to follow the rhs
Matt S Trout [Sun, 29 Sep 2019 01:17:10 +0000]
still have to follow the rhs

3 years agomurder the old _convert system
Matt S Trout [Sat, 28 Sep 2019 19:14:40 +0000]
murder the old _convert system

3 years agoswitch to using -keyword node type
Matt S Trout [Sat, 28 Sep 2019 19:02:57 +0000]
switch to using -keyword node type

3 years agonest doesn't need a node expander either
Matt S Trout [Sat, 28 Sep 2019 17:39:27 +0000]
nest doesn't need a node expander either

3 years agono-op expander and hashpair op expansion cleanup
Matt S Trout [Sat, 28 Sep 2019 17:21:51 +0000]
no-op expander and hashpair op expansion cleanup

3 years agofixup sqlacexpr
Matt S Trout [Sat, 28 Sep 2019 17:10:27 +0000]
fixup sqlacexpr

3 years agoremove a bunch more pointless expanders
Matt S Trout [Sat, 28 Sep 2019 17:06:34 +0000]
remove a bunch more pointless expanders

3 years agocall op expanders for unop hashpairs, move ident and value to op-only expand
Matt S Trout [Sat, 28 Sep 2019 16:39:57 +0000]
call op expanders for unop hashpairs, move ident and value to op-only expand

3 years agoadd docs on is dwim for undef values
Matt S Trout [Sat, 28 Sep 2019 03:00:16 +0000]
add docs on is dwim for undef values