Matt S Trout [Sat, 10 Aug 2024 23:14:29 +0000]
Work around DBIx::Class leak test bug for users of SQLA based DBIC
t/52leaks.t mistakenly treats non-closure anon sub declarations (which perl
caches in the optree) as a leak; introducing a spurious but minimally
invasive lexical makes them into closures and works around this.
Since people are considering testing SQLA against DBIx::Class via downgrading
to the last release before the hostile fork of SQLA::Classic and that release
is set in stone, this seems like the least horribad way to still pass the
DBIC t/ and xt/ test suites.
Matt S Trout [Sun, 11 Aug 2024 20:12:13 +0000]
modify belch and puke to operate as method calls
SQL::Abstract::Classic made this change and honestly I'm not sure why we
didn't do that sooner.
Either way, though, (a) current DBIx::Class depends on that change so would
fail against mainline SQL::Abstract as a result (b) it's a good idea so the
spirit of open source demands stealing it.
Matt S Trout [Sat, 10 Aug 2024 23:12:56 +0000]
include 5.8 syntax fix in changelog
Dagfinn Ilmari Mannsåker [Thu, 12 May 2022 11:32:27 +0000]
Fix syntax error in example
Dagfinn Ilmari Mannsåker [Wed, 19 May 2021 11:29:49 +0000]
Fix syntax error on perl 5.8
Matt S Trout [Sat, 23 Jan 2021 07:24:27 +0000]
Release commit for 2.000001
- Remove Module::Runtime requirement
Matt S Trout [Sat, 23 Jan 2021 07:24:01 +0000]
Bumping version to 2.000001
Matt S Trout [Sat, 23 Jan 2021 07:22:39 +0000]
that wasn't nearly enough usage to add the dependency
Matt S Trout [Thu, 21 Jan 2021 21:24:51 +0000]
Release commit for 2.000000
- Collapse custom join conditions back to something DBIC might understand
Matt S Trout [Thu, 21 Jan 2021 20:40:12 +0000]
include Data::Dumper::Concise in dep list
Matt S Trout [Thu, 21 Jan 2021 20:34:17 +0000]
bump version
Matt S Trout [Thu, 21 Jan 2021 20:33:30 +0000]
Merge branch 'q'
Dagfinn Ilmari Mannsåker [Mon, 28 Oct 2019 11:08:59 +0000]
Fix warning on thing => [ undef, ... ]
In passing, change warnings_exist to warnings_like, to catch
unexpected warnings.
Matt S Trout [Wed, 16 Oct 2019 01:19:39 +0000]
explain dbic limitations
Matt S Trout [Wed, 16 Oct 2019 01:03:49 +0000]
try to fold custom join conds back to something DBIC will allow
Matt S Trout [Sun, 13 Oct 2019 17:19:56 +0000]
Release commit for 1.90_03
- Add proof of concept DBIx::Class::SQLMaker::Role::SQLA2Passthrough
- _where_field_IN/BETWEEN are documented as subclassable; feature restored
Matt S Trout [Sun, 13 Oct 2019 17:00:30 +0000]
Bumping version to 1.90_03
Matt S Trout [Sun, 13 Oct 2019 17:00:14 +0000]
changelog addition of passthrough role
Matt S Trout [Sun, 13 Oct 2019 16:53:09 +0000]
add some docs for the role
Matt S Trout [Sun, 13 Oct 2019 16:45:14 +0000]
fixup passthrough and add example
Matt S Trout [Sun, 13 Oct 2019 15:01:40 +0000]
add join building code to sqla2 passthrough
Matt S Trout [Sun, 13 Oct 2019 04:24:43 +0000]
passthrough role for DBIC sqlmaker
Matt S Trout [Sun, 13 Oct 2019 04:24:23 +0000]
handle empty but defined sep correctly
Matt S Trout [Sun, 13 Oct 2019 04:24:07 +0000]
always return some arrayref
Matt S Trout [Sun, 13 Oct 2019 02:21:49 +0000]
rewire sqla::More code to use only public methods
Matt S Trout [Sat, 12 Oct 2019 20:18:36 +0000]
changelog the _where_field thing
Matt S Trout [Sat, 12 Oct 2019 20:15:22 +0000]
add SQLA::More compat shim
Matt S Trout [Sat, 12 Oct 2019 20:14:55 +0000]
switch to _expand_logop to honour and/or expander wrapping
Matt S Trout [Sat, 12 Oct 2019 19:10:08 +0000]
restore subclassable _where_field_IN/BETWEEN mentioned in POD (sigh)
Matt S Trout [Sat, 12 Oct 2019 18:40:06 +0000]
op dwim should require *only* non-word chars
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
Matt S Trout [Sat, 12 Oct 2019 18:10:20 +0000]
Bumping version to 1.90_02
Matt S Trout [Sat, 12 Oct 2019 18:10:08 +0000]
fix DBIC ident op expander compat wrapper to handle call as unop
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.
Matt S Trout [Wed, 9 Oct 2019 01:53:06 +0000]
cleanup rogue whitespace
Matt S Trout [Wed, 9 Oct 2019 01:46:52 +0000]
bang overrides example name change
Matt S Trout [Wed, 9 Oct 2019 01:41:04 +0000]
changelog for a refactor
Matt S Trout [Wed, 9 Oct 2019 01:38:40 +0000]
bump version
Matt S Trout [Wed, 9 Oct 2019 01:38:31 +0000]
picked the wrong regexp escape
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.
Matt S Trout [Mon, 7 Oct 2019 05:35:49 +0000]
move script to new api
Matt S Trout [Mon, 7 Oct 2019 02:45:58 +0000]
simcop2387 once again points out that mst is an idiot
Matt S Trout [Mon, 7 Oct 2019 01:47:18 +0000]
rename and mention example
Matt S Trout [Mon, 7 Oct 2019 01:44:44 +0000]
remove obsolete thing that never worked
Matt S Trout [Mon, 7 Oct 2019 01:42:20 +0000]
document bangoverrides, add example
Matt S Trout [Mon, 7 Oct 2019 01:17:26 +0000]
expand bangoverrides from order_by keys too for compat reasons
Matt S Trout [Mon, 7 Oct 2019 01:14:38 +0000]
make sure extraclauses doesn't kill already extant overrides for from
Matt S Trout [Mon, 7 Oct 2019 01:00:10 +0000]
singular methods as readers never worked, mst is an idiot. fixed.
Matt S Trout [Mon, 7 Oct 2019 00:59:08 +0000]
Install DBIC-compatible ident renderer
Matt S Trout [Sun, 6 Oct 2019 01:08:19 +0000]
simplify the plugin thing
Matt S Trout [Sat, 5 Oct 2019 02:08:28 +0000]
more compat bits and pieces
Matt S Trout [Fri, 4 Oct 2019 01:36:40 +0000]
extraclauses and plugin system
Matt S Trout [Thu, 3 Oct 2019 19:58:50 +0000]
THERE ARE FOUR LIGHTS
Matt S Trout [Thu, 3 Oct 2019 03:36:40 +0000]
clean up
Matt S Trout [Thu, 3 Oct 2019 03:34:14 +0000]
plugin registration
Matt S Trout [Tue, 1 Oct 2019 20:15:47 +0000]
insert select/rowvalues clauses, with and with_recursive
Matt S Trout [Tue, 1 Oct 2019 19:46:30 +0000]
document the from and using clauses added to update and delete
Matt S Trout [Tue, 1 Oct 2019 19:35:46 +0000]
set operation examples
Matt S Trout [Tue, 1 Oct 2019 17:55:10 +0000]
document group by and having clauses
Matt S Trout [Tue, 1 Oct 2019 16:58:42 +0000]
expand_maybe_list_expr now -list expander
Matt S Trout [Tue, 1 Oct 2019 06:20:31 +0000]
tidy up as/alias expansion
Matt S Trout [Tue, 1 Oct 2019 05:58:03 +0000]
simply from list handling
Matt S Trout [Tue, 1 Oct 2019 05:38:37 +0000]
cleanup join rendering some
Matt S Trout [Tue, 1 Oct 2019 05:13:48 +0000]
document join and from lists
Matt S Trout [Tue, 1 Oct 2019 04:12:18 +0000]
clean up EC code and add pod
Matt S Trout [Tue, 1 Oct 2019 03:51:45 +0000]
more cleanup using register()
Matt S Trout [Tue, 1 Oct 2019 03:39:12 +0000]
consolidate other things
Matt S Trout [Tue, 1 Oct 2019 03:35:40 +0000]
smarter register in EC
Matt S Trout [Tue, 1 Oct 2019 03:28:20 +0000]
move more to register
Matt S Trout [Tue, 1 Oct 2019 03:24:38 +0000]
initial register code for EC plugin
Matt S Trout [Tue, 1 Oct 2019 02:59:02 +0000]
EC easy node types
Matt S Trout [Tue, 1 Oct 2019 02:29:37 +0000]
make pod tests happy
Matt S Trout [Tue, 1 Oct 2019 02:26:52 +0000]
document remaining methods
Matt S Trout [Tue, 1 Oct 2019 02:18:17 +0000]
closer to documented
Matt S Trout [Tue, 1 Oct 2019 02:07:07 +0000]
more pod for new methods
Matt S Trout [Tue, 1 Oct 2019 01:59:34 +0000]
add is_undef_value doc and export
Matt S Trout [Tue, 1 Oct 2019 01:53:31 +0000]
ignore internal things for podcov
Matt S Trout [Tue, 1 Oct 2019 01:53:12 +0000]
meh, with being used elsewhere
Matt S Trout [Tue, 1 Oct 2019 01:51:03 +0000]
basic config registration pod
Matt S Trout [Tue, 1 Oct 2019 01:34:25 +0000]
nuke old sqlmaker hack
Matt S Trout [Tue, 1 Oct 2019 01:22:03 +0000]
fixup thingop_expander code and convert EC as
Matt S Trout [Tue, 1 Oct 2019 01:18:09 +0000]
clean up config code
Matt S Trout [Tue, 1 Oct 2019 01:02:39 +0000]
make the clauses test a standard one
Matt S Trout [Tue, 1 Oct 2019 01:01:37 +0000]
clean up clauses test
Matt S Trout [Tue, 1 Oct 2019 00:59:41 +0000]
move ExtraClauses to -keyword
Matt S Trout [Tue, 1 Oct 2019 00:52:42 +0000]
unop expander wrapper conversion
Matt S Trout [Tue, 1 Oct 2019 00:50:49 +0000]
expansion wrapping: in
Matt S Trout [Tue, 1 Oct 2019 00:50:03 +0000]
expander wrappers initial
Matt S Trout [Mon, 30 Sep 2019 20:05:43 +0000]
document delete query
Matt S Trout [Mon, 30 Sep 2019 20:03:34 +0000]
doc insert query
Matt S Trout [Mon, 30 Sep 2019 19:51:47 +0000]
doc select and update queries
Matt S Trout [Mon, 30 Sep 2019 19:27:46 +0000]
doc ident and value op expanders
Matt S Trout [Mon, 30 Sep 2019 19:23:32 +0000]
doc is op expander
Matt S Trout [Mon, 30 Sep 2019 19:19:33 +0000]
kill vestigial _expand_noop method
Matt S Trout [Mon, 30 Sep 2019 19:18:49 +0000]
doc in op expander
Matt S Trout [Mon, 30 Sep 2019 19:09:10 +0000]
doc between op expander
Matt S Trout [Mon, 30 Sep 2019 18:30:04 +0000]
document values expander
Matt S Trout [Mon, 30 Sep 2019 17:43:50 +0000]
document func expander
Matt S Trout [Mon, 30 Sep 2019 17:40:39 +0000]
document op expander
Matt S Trout [Mon, 30 Sep 2019 17:37:06 +0000]
document row expander