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:
authorccgus <gus@flyingmeat.com>2013-05-24 23:43:31 +0400
committerccgus <gus@flyingmeat.com>2013-05-24 23:43:31 +0400
commit8c259dbe5d7b04e3f2fad7f6fa51f26e3b158dfa (patch)
tree37cf2e6edc1113871d6ebcef3a87db18a24bac42 /CHANGES_AND_TODO_LIST.txt
parent61b6e19436c388b3556236c7f1a226b465bceedf (diff)
Fixed a problem where executeUpdateWithFormat: + %@ as a placeholder and the value was nil would cause a bad value to be inserted. Thanks to rustybox on github for the fix.
Diffstat (limited to 'CHANGES_AND_TODO_LIST.txt')
-rw-r--r--CHANGES_AND_TODO_LIST.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES_AND_TODO_LIST.txt b/CHANGES_AND_TODO_LIST.txt
index 4d85fe5..81946b4 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.05.24
Merged in Chris Wright's date format additions to FMDatabase.
+ Fixed a problem where executeUpdateWithFormat: + %@ as a placeholder and the value was nil would cause a bad value to be inserted. Thanks to rustybox on github for the fix.
2013.04.17
Added two new methods to FMDatabase for setting crypto keys, which take NSData objects. Thanks to Phillip Kast for the patch! <https://github.com/ccgus/fmdb/pull/135>