Преглед изворни кода

Updated Changes and Contributors

Dave DeLong пре 15 година
родитељ
комит
ecfe4f8003
2 измењених фајлова са 9 додато и 0 уклоњено
  1. 8 0
      CHANGES_AND_TODO_LIST.txt
  2. 1 0
      CONTRIBUTORS.txt

+ 8 - 0
CHANGES_AND_TODO_LIST.txt

@@ -3,6 +3,14 @@ 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.
 
+2011.03.12
+	Added compatibility with garbage collection.
+	When an FMDatabase is closed, all open FMResultSets pertaining to that database are also closed.
+    Added:
+    - (id) objectForColumnIndex:(int)columnIdx;
+    - (id) objectForColumnName:(NSString*)columnName;
+	Changes by Dave DeLong.
+
 2011.02.05
     The -(int)changes; method on FMDatabase is a bit more robust now, and there's a new static library target.  And if a database path is nil, we now open up a :memory: database. Patch from Pascal Pfiffner!
 

+ 1 - 0
CONTRIBUTORS.txt

@@ -27,5 +27,6 @@ David E. Wheeler
 Casey Fleser
 Jeff Meininger
 Pascal Pfiffner
+Dave DeLong
 
 Aaaaannnd, Gus Mueller (that's me!)