0
I Use This!
Inactive

Commits : Listings

Analyzed 7 days ago. based on code collected 7 days ago.
Mar 30, 2025 — Mar 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Simplified README and added instructions to setup a development environment to contribute to CocoaSQL. More... about 14 years ago
Errors are better identified now. More... about 14 years ago
Generic tests for all the drivers are being executed now. More... about 14 years ago
Ignoring SQLite test artifacts. More... about 14 years ago
Include PostgreSQL and SQLite in tests. More... about 14 years ago
Fixed while() syntax. More... about 14 years ago
Filled in CocoaSQL_Tests from tests I already had. More... about 14 years ago
Remove test targets to add tests over again using Xcode 4.* tests infra-structure. More... about 14 years ago
Since I'm using brew to install MySQL and PostgreSQL, I don't need /opt/** in the search path anymore. More... about 14 years ago
Ignoring Xcode 4.* noises. More... about 14 years ago
First time opening the project in Xcode 4.3... More... about 14 years ago
Fixed ambiguity warning. More... about 14 years ago
Check if superclass was properly initialized. More... about 14 years ago
Fixed a bug where CSQLResultCallback wasn't being initialized after being allocated. More... about 14 years ago
user should retain the result value. More... almost 16 years ago
getError: returns BOOL now. More... almost 16 years ago
moved executeSQL:withValues:error: to the superclass. More... almost 16 years ago
fixed TZ issues with non-timezone timestamps. More... almost 16 years ago
set value to nil by default. More... almost 16 years ago
checks if error isn't NULL before dereferencing it. More... almost 16 years ago
properly initialization of empty objects. More... almost 16 years ago
Activated static analyzer in the project. More... almost 16 years ago
got rid of more dependencies. More... almost 16 years ago
indicating failure now. More... almost 16 years ago
we don't need that complicated notation. More... almost 16 years ago
got rid of some code since they're being handled by the superclass now. More... almost 16 years ago
removed some dependencies. More... almost 16 years ago
added preparedStatementClass information in CSQLDatabase and friends. More... almost 16 years ago
split tests per driver. More... almost 16 years ago
removed CSMySQLDatabase.h import. More... almost 16 years ago