MySQL Objective C API for Cocoa News
Brought to you by:
sergecohen
Better handling of INT/BIGINT columns and TEXT columns.
Now SMySQL is able to recognise (and keep information) for unsigned integers (up to UNSIGNED BIGINT == unsigned long long == 64b unsigned integer).
The TEXT columns are now retrieved as text, hopefully using the proper encoding (coming from the DB server).