Revision history for DBIx::Query 1.14 2022-03-19 17:49:50-07:00 America/Los_Angeles - Minor documentation update 1.13 2021-11-18 09:10:25-08:00 America/Los_Angeles - Silence a "once" warning 1.12 2021-01-13 11:10:03-08:00 America/Los_Angeles - Override some minimum version reqs in dist.ini 1.11 2021-01-10 14:29:36-08:00 America/Los_Angeles - Migrate to Test2::V0 - Improve .gitignore file - License migrate to Artistic 2.0 - Migrate Travis CI and Coveralls to GitHub Actions and Codecov - Update copyright year 1.10 2020-05-26 09:59:56-07:00 America/Los_Angeles - Fix bug in all() to always return arrayref despite context 1.09 2020-03-12 09:51:14-07:00 America/Los_Angeles - POD improvements and remove empty ()s in code 1.08 2020-03-09 19:11:34-07:00 America/Los_Angeles - croak instead of die when RaiseError - JIT SQL parsing for efficiency (meaning no need to call *_fast() anymore) - Allow explicit SQL parsing dialect to be set - Deprecate sql_fast() and get_fast() in favor of sql() and fast() - Use caching by default; provide uncached alternatives - Improve efficiecy of first() - connect() uses caching; connect_uncached() skips caching - Improved test coverage 1.07 2019-08-27 15:27:56-07:00 America/Los_Angeles - Update Travis YAML - Adding Perl versions to test; annual general update for 2018 - Add first() and column() methods to row set objects 1.06 2015-01-29 19:52:36-08:00 America/Los_Angeles - Add explicit module prereq for test 1.05 2015-01-29 16:45:21-08:00 America/Los_Angeles - Implementing use of Dist::Zilla. 1.04 Wed Jul 17 15:21:41 PDT 2013 - Some OCD, and added TravisCI and Coveralls. 1.03 Wed Jul 17 15:21:41 PDT 2013 - Added Perl 5.10.1 as a dependency to pick up parent pragma. 1.02 Wed Jul 17 15:21:41 PDT 2013 - Fixed unmarked dependency on DBD::SQLite. 1.01 Mon Jun 10 18:56:29 PDT 2013 - First version, released on an unsuspecting world.