Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ccgus/fmdb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAugust Mueller <gus@flyingmeat.com>2013-10-22 09:02:19 +0400
committerAugust Mueller <gus@flyingmeat.com>2013-10-22 09:02:19 +0400
commit4eed21dc9b8007c9ff8c0565ac9e1d0fe38f1329 (patch)
tree062bb02ebfc1bac7c274f16b2f0ba39d2af3c720
parentcac897ed8707a13697d8609768bab37d55d80c4d (diff)
Graham Dennis gets some props.
-rw-r--r--CHANGES_AND_TODO_LIST.txt1
-rw-r--r--CONTRIBUTORS.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES_AND_TODO_LIST.txt b/CHANGES_AND_TODO_LIST.txt
index 40ec000..ee702d5 100644
--- a/CHANGES_AND_TODO_LIST.txt
+++ b/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
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
Added methods that expose va_list arguments. Thanks to Ibrahim Ennafaa for the patch.
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 96a30f1..afad342 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -40,6 +40,7 @@ Jim Correia
Phillip Kast
Chris Wright
Joshua Tessier
+Graham Dennis
Nick Hodapp
Aaaaannnd, Gus Mueller (that's me!)