[Pkg-haskell-commits] darcs: haskell-convertible: Updated changelog to clarify API changes
John Goerzen
jgoerzen at complete.org
Fri Jan 4 14:38:42 UTC 2013
Wed Oct 31 22:57:59 UTC 2007 John Goerzen <jgoerzen at complete.org>
* Updated changelog to clarify API changes
Ignore-this: 3bda339c96eb3b3feda030470e9ca9c1
M ./changelog -3 +8
Wed Oct 31 22:57:59 UTC 2007 John Goerzen <jgoerzen at complete.org>
* Updated changelog to clarify API changes
Ignore-this: 3bda339c96eb3b3feda030470e9ca9c1
diff -rN -u old-haskell-convertible//changelog new-haskell-convertible//changelog
--- old-haskell-convertible//changelog 2013-01-04 14:38:39.075853261 +0000
+++ new-haskell-convertible//changelog 2013-01-04 14:38:42.086346548 +0000
@@ -1,9 +1,14 @@
hdbc (1.1.3.0) unstable; urgency=low
* New release of HDBC.
- * Added strict versions of row functions.
- * Changed getTables and similar functions to be listed as strict
- in the docs.
+ * [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.
More information about the Pkg-haskell-commits
mailing list