[Pkg-haskell-commits] darcs: hdbc: Updated changelog to clarify API changes

John Goerzen jgoerzen at complete.org
Fri Jan 4 15:06:34 UTC 2013


Wed Oct 31 22:57:59 UTC 2007  John Goerzen <jgoerzen at complete.org>
  * Updated changelog to clarify API changes
  Ignore-this: 27cdee79deaa42777a827a9b1eec1996
  

    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: 27cdee79deaa42777a827a9b1eec1996
  
diff -rN -u old-hdbc//changelog new-hdbc//changelog
--- old-hdbc//changelog	2013-01-04 15:06:28.734233821 +0000
+++ new-hdbc//changelog	2013-01-04 15:06:34.211732778 +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