File: Changes

package info (click to toggle)
libdancer-plugin-database-core-perl 0.20-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 176 kB
  • sloc: perl: 631; makefile: 2
file content (95 lines) | stat: -rw-r--r-- 2,348 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
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