Revision history for Dancer-Plugin-Database-Core
0.20 2016-09-01
[ ENHANCEMENTS ]
- Support "ILIKE" for Postgres users (Mario Duhanic)
0.16 2016-08-13
[ BUGFIXES ]
- Fix bug introduced in 0.15's refactoring which stopped empty where
clauses (e.g. $where => {}) working
0.15 2016-08-05
[ ENHANCEMENTS ]
- factor code for Dancer::Plugin::SimpleCRUD (joshrabinowitz)
0.14 2016-01-24
[ BUGFIXES ]
- wrap the call to DBI ping in eval and handle results.
(thanks to James Russo)
- skip author tests (thanks to Stefan Hornburg)
0.13 2015-10-07
[ BUGFIXES ]
- use consistent version numbering (kwaliteee++)
0.12 2015-08-16
[ BUGFIXES ]
- use logger correctly for log_queries (thanks aka-raj for bug report)
0.11 2015-06-16
[ BUGFIXES ]
- add correct license name (thanks Jens for poking)
0.10 2015-05-14
[ BUGFIXES ]
- fix bug with hash key randomization
(thanks to Nuno Carvalho)
0.09 2015-04-30
[ BUGFIXES ]
- fix dsn regexp (thanks to Michael R. Davis)
- Scalarrefs for raw SQL / SQL function calls
- Refactor SQL generation and add tests for correctness of generated SQL
0.08 2014-10-13
[ ENHANCEMENTS ]
- Support dsn_extra option (Thanks to Michael J South)
0.07 2014-09-01
[ BUILD SYSTEM ]
- Added metainformation for metacpan.
0.06 2014-04-01
[ ENHANCEMENTS ]
- New server config option (thanks Collin Seaton)
[ BUGFIXES ]
- Fix date for 0.05 release
- Fix version numbers on documentation
0.05 2013-12-22
[ ENHANCEMENTS ]
- New offset param
[ BUGFIXES]
- Cache handle after reconnection (PR-44, @jmazon)
- Check for definedness for options (PR-45, e11it)
0.04 Sun Sep 1 13:51:26 WEST 2013
[ ENHANCEMENTS ]
- Add quick_count method (Thanks to Colin Ewen)
0.03 Mon Aug 5 21:11:23 WEST 2013
- Fix issue when using named databases
(thanks to Michael J South for reporting it)
0.02 Mon Jul 29 12:05:28 WEST 2013
- Fix DBI dependency.
0.01 Sat Jul 27 18:24:32 WEST 2013
- Module creation with D1/D2 shared stuff