]> err.no Git - sope/blob - sope-gdl1/MySQL/ChangeLog
lF fixes
[sope] / sope-gdl1 / MySQL / ChangeLog
1 2006-07-24  Helge Hess  <helge.hess@opengroupware.org>
2
3         * MySQL4Channel+Model.m: added SHOW TABLES to retrieve MySQL table
4           names (v4.5.14)
5
6 2006-07-04  Helge Hess  <helge.hess@opengroupware.org>
7
8         * use %p for pointer formats, fixed gcc 4.1 warnings (v4.5.13)
9
10 2005-07-29  Helge Hess  <helge.hess@skyrix.com>
11
12         * v4.5.12
13
14         * NSData+MySQL4Val.m: fixed handling of NSData rows (proper init was
15           missing)
16
17         * MySQL4Values.m: improved logging of unsupported types
18
19 2005-07-27  Helge Hess  <helge.hess@skyrix.com>
20
21         * fixed gcc 4.0 warnings (char signedness) (v4.5.11)
22
23 2005-04-23  Helge Hess  <helge.hess@opengroupware.org>
24
25         * GNUmakefile.preamble: fixed include flags (v4.5.10)
26
27 2005-04-21  Helge Hess  <helge.hess@skyrix.com>
28
29         * v4.5.9
30
31         * GNUmakefile.preamble: use mysql_config --cflags instead of --include,
32           the former is also available with MySQL 3.x
33         
34         * MySQL4Channel.m: added a -describeResults: method to allow
35           descriptions without beautified names
36
37 2005-04-20  Helge Hess  <helge.hess@opengroupware.org>
38
39         * MySQL4Channel.m: only warn if the character set could not be changed
40           to UTF-8 (v4.5.8)
41
42         * renamed MySQL4 adaptor to MySQL to avoid confusion (v4.5.7)
43
44 2005-04-19  Helge Hess  <helge.hess@skyrix.com>
45
46         * v4.5.6
47         
48         * MySQL4Channel.m: added support for primary key generation
49         
50         * NSNumber+MySQL4Val.m: added support for basic number types
51         
52         * v4.5.5
53         
54         * MySQL4Values.m: added a workaround to support NSTemporaryString
55
56         * MySQL4Channel.m: fixed errno result handling
57         
58         * MySQL4Adaptor.m: do not fall back to PGHOST variable if not hostname
59           is set
60
61 2005-04-13  Helge Hess  <helge.hess@opengroupware.org>
62
63         * MySQL4Channel.m: finished fetching code (v4.5.4)
64
65 2005-04-12  Helge Hess  <helge.hess@opengroupware.org>
66
67         * MySQL4Channel.m: added some fetch result processing (v4.5.3)
68
69 2005-04-12  Helge Hess  <helge.hess@skyrix.com>
70
71         * MySQL4Channel.m: implemented query (v4.5.2)
72
73 2005-04-11  Helge Hess  <helge.hess@opengroupware.org>
74
75         * started MySQL4 adaptor based on SQLite one (v4.5.1)