Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Updated Changes and Contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
davedelong committed Mar 12, 2011
1 parent 59a209e commit ecfe4f8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGES_AND_TODO_LIST.txt
Expand Up @@ -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!

Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.txt
Expand Up @@ -27,5 +27,6 @@ David E. Wheeler
Casey Fleser
Jeff Meininger
Pascal Pfiffner
Dave DeLong

Aaaaannnd, Gus Mueller (that's me!)

0 comments on commit ecfe4f8

Please sign in to comment.