Browse Source

Graham Dennis gets some props.

August Mueller 12 years ago
parent
commit
4eed21dc9b
2 changed files with 2 additions and 0 deletions
  1. 1 0
      CHANGES_AND_TODO_LIST.txt
  2. 1 0
      CONTRIBUTORS.txt

+ 1 - 0
CHANGES_AND_TODO_LIST.txt

@@ -5,6 +5,7 @@ If you would like to contribute some code- awesome!  I just ask that you make it
 
 
 2013.10.21
 2013.10.21
     Fixed a problem where having statement caching turned on would cause issues when trying to use two result sets with the same query but different binding parameters.  Thanks to Nick Hodapp for the original patch.
     Fixed a problem where having statement caching turned on would cause issues when trying to use two result sets with the same query but different binding parameters.  Thanks to Nick Hodapp for the original patch.
+    Fixed a problem where save points weren't being created with the correct names, and were not cleaned up properly.  Thanks to Graham Dennis for the patches.
 
 
 2013.10.16
 2013.10.16
     Added methods that expose va_list arguments.  Thanks to Ibrahim Ennafaa for the patch.
     Added methods that expose va_list arguments.  Thanks to Ibrahim Ennafaa for the patch.

+ 1 - 0
CONTRIBUTORS.txt

@@ -40,6 +40,7 @@ Jim Correia
 Phillip Kast
 Phillip Kast
 Chris Wright
 Chris Wright
 Joshua Tessier
 Joshua Tessier
+Graham Dennis
 Nick Hodapp
 Nick Hodapp
 
 
 Aaaaannnd, Gus Mueller (that's me!)
 Aaaaannnd, Gus Mueller (that's me!)