summaryrefslogtreecommitdiff
path: root/p/hdbc/debian/changelog
blob: baf0ef6c3b34b89486ece14ac121fedf11c96b2b (plain)
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
hdbc (2.1.0-2) unstable; urgency=low

  * Rebuild for GHC 6.10

 -- John Goerzen <jgoerzen@complete.org>  Fri, 06 Mar 2009 08:06:57 -0600

hdbc (2.1.0-1) unstable; urgency=low

  * Adjust default String conversions of date/time types to support
    fractional parts of seconds.

 -- John Goerzen <jgoerzen@complete.org>  Wed, 04 Feb 2009 10:50:47 -0600

hdbc (2.0.0-1) unstable; urgency=low

  * New release:
    + Native support for the new exception handling in GHC
      6.10, wich CPP conditional compilation to continue supporting the
      old-style exceptions in GHC 6.8 and Hugs.

    + Now supports converting Data.Time.* types to/from SqlValue.

    + Major expansion of SqlValue to be able to carry date/time data to/from
      databases in terms of Data.Time.* types.

    + Rework how SqlType typeclass works.  Replace fromSql with
      safeFromSql that returns Left on impossible conversions instead
      raising an exception.  Wrote new fromSql that provides old behavior by
      raising the error from safeFromSql in the old manner.  Greatly
      enhanced many error messages throughout SqlType instances.

    + Moved SqlType and SqlValue code from Database.HDBC.Satement to
      Database.HDBC.SqlValue.  Database.HDBC.Statement continues to
      re-export them for compatibility, but this is deprecated.
      Database.HDBC and Database.HDBC.Types both continue to re-export them,
      and this is not deprecated.

    + Old System.Time APIs are retained for now, but marked deprecated.
      The above API changes are designed to be non-invasive in most cases,
      but may require code change in some extremely rare corner cases.

    + Fixes for Haddock formatting.

    + Expansion of Haddock docs.

  * Noting addition of profiling libraries.  Closes: #473520, #509848.

  * No longer a Debian-native package due to problems with dh_haskell_depends.

  * Adding doc package.

 -- John Goerzen <jgoerzen@complete.org>  Fri, 30 Jan 2009 14:22:38 -0600

hdbc (1.1.6.2) unstable; urgency=high

  * Rebuild for new GHC.

 -- John Goerzen <jgoerzen@complete.org>  Mon, 19 Jan 2009 16:07:43 -0600

hdbc (1.1.6.1) unstable; urgency=low

  * Added dh_haskell_depends.

 -- John Goerzen <jgoerzen@complete.org>  Tue, 30 Dec 2008 08:58:48 -0600

hdbc (1.1.6.0) unstable; urgency=low

  * Applied GHC 6.10 compatibility patch from Brian Bloniarz
  * Accept '0' and '1' as Bools

 -- John Goerzen <jgoerzen@complete.org>  Tue, 30 Dec 2008 08:49:28 -0600

hdbc (1.1.5.0) unstable; urgency=low

  * Added missing ConnWrapper(..) to exports.

 -- John Goerzen <jgoerzen@complete.org>  Tue, 27 May 2008 14:14:27 -0500

hdbc (1.1.4.0) unstable; urgency=low

  * Updates for GHC 6.8.x.

 -- John Goerzen <jgoerzen@complete.org>  Fri, 11 Jan 2008 05:07:31 -0600

hdbc (1.1.3.0) unstable; urgency=low

  * New release of HDBC.
  * [API] Added strict versions of fetchAll* and related functions.
    Specific new functions are: quickQuery', fetchAllRows',
    fetchAllRowsAL', fetchAllRowsMAP', sFetchAllRows'.  This does
    not impact database drivers.  No user impact.
  * [API] Changed spec to make the following functions strict
    in their result: describeResult, getTables, describeTable.
    No code change in HDBC.  Potential code change in backends.
    No anticipated user impact.
  * Add SqlByteString constructor to SqlValue.  Patch from
    Toby Allsopp.

 -- John Goerzen <jgoerzen@complete.org>  Wed, 31 Oct 2007 04:26:39 -0500

hdbc (1.1.2.2) unstable; urgency=low

  * Build doc all the time.  Closes: #427977.

 -- John Goerzen <jgoerzen@complete.org>  Fri, 15 Jun 2007 05:24:17 -0500

hdbc (1.1.2.1) unstable; urgency=low

  * Update for newer GHC 6.6.1.  Closes: #422290, #426127.

 -- John Goerzen <jgoerzen@complete.org>  Wed, 06 Jun 2007 06:58:02 -0500

hdbc (1.1.2.0) unstable; urgency=low

  * Fix export of wrapped connections.

 -- John Goerzen <jgoerzen@complete.org>  Thu, 03 May 2007 04:28:20 -0500

hdbc (1.1.1.0) unstable; urgency=low

  * New connection wrapping features.

 -- John Goerzen <jgoerzen@complete.org>  Thu, 03 May 2007 04:10:54 -0500

hdbc (1.1.0.0) unstable; urgency=low

  * New API thanks to Peter Thiemann.
  * Fixed fromSql thanks to patch from Marco Tulio Gontijo e Silva.
    Closes: #399858.

 -- John Goerzen <jgoerzen@complete.org>  Wed, 02 May 2007 05:21:38 -0500

hdbc (1.0.1.2) unstable; urgency=low

  * Updated for GHC 6.6.  Closes: #393805.

 -- John Goerzen <jgoerzen@complete.org>  Thu, 19 Oct 2006 05:12:31 -0500

hdbc (1.0.1.1) unstable; urgency=low

  * Rebuild with non-broken tar.

 -- John Goerzen <jgoerzen@complete.org>  Sat, 22 Jul 2006 07:19:54 -0500

hdbc (1.0.1) unstable; urgency=low

  * Now accept T and F for True and False from the underlying database
    layer -- compatibility with PostgreSQL

 -- John Goerzen <jgoerzen@complete.org>  Sat, 22 Jul 2006 07:11:08 -0500

hdbc (1.0.0) unstable; urgency=low

  * Blessing this version as 1.0.0.  Whee!

 -- John Goerzen <jgoerzen@complete.org>  Thu, 29 Jun 2006 18:23:03 -0500

hdbc (0.99.3) unstable; urgency=low

  * [bringert] Better error messages when fromSql encounters
    data it doesn't understand
  * Rebuilt for GHC 6.4.2

 -- John Goerzen <jgoerzen@complete.org>  Wed, 28 Jun 2006 15:00:09 -0500

hdbc (0.99.2) unstable; urgency=low

  * New call dbTransactionSupport

 -- John Goerzen <jgoerzen@complete.org>  Tue, 28 Mar 2006 04:57:00 -0600

hdbc (0.99.1) unstable; urgency=low

  * Release 0.99.1.  New features include generalized memory
    management support and column metadata.

 -- John Goerzen <jgoerzen@complete.org>  Mon, 27 Mar 2006 18:54:24 -0600

hdbc (0.99.0) unstable; urgency=low

  * Initial Release.  Closes: #344913.

 -- John Goerzen <jgoerzen@complete.org>  Tue, 27 Dec 2005 10:22:53 -0600