Skip to content

Commit

Permalink
Added a note that I'm not to happy about the method names I've added.
Browse files Browse the repository at this point in the history
  • Loading branch information
ccgus committed Jun 23, 2011
1 parent a010ef4 commit 358f9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Internally, the `-execute*WithFormat:` methods are properly boxing things for yo

## Using FMDatabasePool and Thread Safety.

**Note:** This is preliminary and subject to change. Consider it experimental, but feel free to try it out and give me feedback.
**Note:** This is preliminary and subject to change. Consider it experimental, but feel free to try it out and give me feedback. I'm also not a fan of the method names I've added (pullFromPool, pushTowardsPool, useDatabase:, useTransaction:) - if you've got better ideas of a name, let me know.

Using a single instance of FMDatabase from multiple threads at once is not supported. Bad things will eventually happen and you'll eventually get something to crash, or maybe get an exception, or maybe meteorites will fall out of the sky and hit your Mac Pro. *This would suck*.

Expand Down

0 comments on commit 358f9c2

Please sign in to comment.