2005-07-29 Helge Hess * v4.4.12 * NSData+MySQL4Val.m: fixed handling of NSData rows (proper init was missing) * MySQL4Values.m: improved logging of unsupported types 2005-04-23 Helge Hess * GNUmakefile.preamble: fixed include flags (v4.4.11) 2005-04-21 Helge Hess * GNUmakefile.preamble: use mysql_config --cflags instead of --include, the former is also available with MySQL 3.x (v4.4.10) * MySQL4Channel.m: added a -describeResults: method to allow descriptions without beautified names (v4.4.9) 2005-04-20 Helge Hess * MySQL4Channel.m: only warn if the character set could not be changed to UTF-8 (v4.4.8) 2005-04-20 Helge Hess * v4.4.7 * renamed bundle to MySQL * copied MySQL adaptor to SOPE 4.4 branch 2005-04-19 Helge Hess * v4.5.6 * MySQL4Channel.m: added support for primary key generation * NSNumber+MySQL4Val.m: added support for basic number types * v4.5.5 * MySQL4Values.m: added a workaround to support NSTemporaryString * MySQL4Channel.m: fixed errno result handling * MySQL4Adaptor.m: do not fall back to PGHOST variable if not hostname is set 2005-04-13 Helge Hess * MySQL4Channel.m: finished fetching code (v4.5.4) 2005-04-12 Helge Hess * MySQL4Channel.m: added some fetch result processing (v4.5.3) 2005-04-12 Helge Hess * MySQL4Channel.m: implemented query (v4.5.2) 2005-04-11 Helge Hess * started MySQL4 adaptor based on SQLite one (v4.5.1)