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>2012-05-26 00:01:46 +0400
committerccgus <gus@flyingmeat.com>2012-05-26 00:01:46 +0400
commiteef884233feea36e93b1f0cc2e5cc33a2bd43fc2 (patch)
tree61a0652e753c255bba993a03382917d3d7c812ff /CHANGES_AND_TODO_LIST.txt
parent9c749a981a497d98556cc19ccea0d136b9cd335b (diff)
Deprecated columnExists:columnName: in favor of columnExists:inTableWithName:
Diffstat (limited to 'CHANGES_AND_TODO_LIST.txt')
-rw-r--r--CHANGES_AND_TODO_LIST.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES_AND_TODO_LIST.txt b/CHANGES_AND_TODO_LIST.txt
index d53c0b1..bc16f5e 100644
--- a/CHANGES_AND_TODO_LIST.txt
+++ b/CHANGES_AND_TODO_LIST.txt
@@ -3,7 +3,10 @@ Zip, nada, zilch. Got any ideas?
If you would like to contribute some code- awesome! I just ask that you make it conform to the coding conventions already set in here, and to add a couple of tests for your new code to fmdb.m. And of course, the code should be of general use to more than just a couple of folks. Send your patches to gus@flyingmeat.com.
-
+2012.05.25:
+ Deprecated columnExists:columnName: in favor of columnExists:inTableWithName:
+ Remembered to update the changes notes. I've been forgetting to do this recently.
+
2012.03.22:
Deprecated resultDict and replaced it with resultDictionary on FMResultSet. Slight change in behavior as well- resultDictionary will return case sensitive keys.
Fixed a problem with getTableSchema: not working with table names that start with a number.