~ubuntu-branches/ubuntu/precise/libdbi-drivers/precise

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Stefano Rivera
  • Date: 2010-08-07 14:06:29 UTC
  • mfrom: (5.1.1 libdbi-drivers)
  • Revision ID: stefanor@ubuntu.com-20100807140629-dshfwn5j6v34pqrd
Tags: 0.8.3-1-0ubuntu1
New upstream release. -- Fixes ABORT problems with sqlite3+rrdtool

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2007-02-20 01:00  mhoenicka
2
 
 
3
 
        * drivers/sqlite3/dbd_sqlite3.c (1.15): minor cleanup
4
 
 
5
 
2007-02-20 00:57  mhoenicka
6
 
 
7
 
        * acinclude.m4 (1.21): removed trailing slash from dbi_incdirs
8
 
 
9
 
2007-02-15 01:50  mhoenicka
10
 
 
11
 
        * drivers/: firebird/Makefile.am (1.5), freetds/Makefile.am (1.6),
12
 
          msql/Makefile.am (1.14), mysql/Makefile.am (1.17),
13
 
          oracle/Makefile.am (1.8), pgsql/Makefile.am (1.17),
14
 
          sqlite/Makefile.am (1.15), sqlite3/Makefile.am (1.8): added
15
 
          LIBADD_LIBDBI
16
 
 
17
 
2007-02-15 01:49  mhoenicka
18
 
 
19
 
        * configure.in (1.35): bumped up version number; added
20
 
          --enable-libdbi and --with-dbi-libdir options
21
 
 
22
 
2006-11-29 22:11  mhoenicka
23
 
 
24
 
        * drivers/mysql/dbd_mysql.c (1.90): dbd_get_encoding(): add support
25
 
          for MySQL 5.x
26
 
 
27
 
2006-10-17 21:18  mhoenicka
28
 
 
29
 
        * drivers/: sqlite/dbd_sqlite.c (1.35), sqlite3/dbd_sqlite3.c
30
 
          (1.14): allow semicolons in query strings, see bug # 1577810
31
 
 
32
 
2006-10-17 21:01  mhoenicka
33
 
 
34
 
        * drivers/sqlite3/dbd_sqlite3.c (1.13): error message handling now
35
 
          uses the sqlite3 API call instead of the sqlite v. 2 workaround,
36
 
          see bug #1577808
37
 
 
38
 
2006-10-17 21:00  mhoenicka
39
 
 
40
 
        * drivers/sqlite/dbd_sqlite.c (1.34): fixed segfault due to error
41
 
          message workaround, see bug #1577808
42
 
 
43
 
2006-10-16 22:24  mhoenicka
44
 
 
45
 
        * tests/test_dbi.c (1.37): added test_error_messages() function
46
 
 
47
 
2006-09-21 21:44  mhoenicka
48
 
 
49
 
        * drivers/pgsql/dbd_pgsql.c (1.51): Kjells patches for plugging a
50
 
          memory leak and for compatibility with older PostgreSQL versions
51
 
 
52
 
2006-09-13 21:30  mhoenicka
53
 
 
54
 
        * configure.in (1.34), drivers/freetds/Makefile.am (1.5),
55
 
          drivers/msql/Makefile.am (1.13), drivers/mysql/Makefile.am
56
 
          (1.16), drivers/oracle/Makefile.am (1.7),
57
 
          drivers/pgsql/Makefile.am (1.16), drivers/sqlite/Makefile.am
58
 
          (1.14), drivers/sqlite3/Makefile.am (1.7): dont build docs if
59
 
          --disable-docs was used
60
 
 
61
 
2006-08-29 21:49  mhoenicka
62
 
 
63
 
        * Makefile.am (1.8), configure.in (1.33): added --disable-docs
64
 
          switch
65
 
 
66
 
2006-06-02 17:27  qu1j0t3
67
 
 
68
 
        * tests/test_dbi.c (1.36): Add Ingres support to test_dbi.c
69
 
 
70
 
2006-05-31 08:52  qu1j0t3
71
 
 
72
 
        * AUTHORS (1.11), README (1.10), acinclude.m4 (1.20), configure.in
73
 
          (1.32), drivers/Makefile.am (1.8): Add Ingres 2006 (experimental)
74
 
          driver to libdbi-drivers build system. Driver has connect, query,
75
 
          fetch result functionality. Notable missing/incomplete features
76
 
          include handling of DATE, long blob, and UTF-16 column types;
77
 
          querying of system catalogs; querying of sequence values.
78
 
 
79
 
2006-05-29 21:19  qu1j0t3
80
 
 
81
 
        * drivers/pgsql/dbd_pgsql.c (1.50): use constant masks to isolate
82
 
          attributes; minor whitespace cleanup
83
 
 
84
 
2006-05-29 21:16  qu1j0t3
85
 
 
86
 
        * drivers/mysql/dbd_mysql.c (1.89): use constant masks to isolate
87
 
          attributes
88
 
 
89
 
2006-05-16 08:27  mhoenicka
90
 
 
91
 
        * drivers/mysql/dbd_mysql.c (1.88): dbd_get_encoding(): use
92
 
          get_binary() instead of get_string()
93
 
 
94
 
2006-05-15 23:07  mhoenicka
95
 
 
96
 
        * tests/test_dbi.c (1.35): added timezone tests
97
 
 
98
 
2006-05-15 23:06  mhoenicka
99
 
 
100
 
        * drivers/pgsql/: dbd_pgsql.c (1.49), dbd_pgsql.h (1.4): fixed
101
 
          timezone column type handling
102
 
 
103
 
2006-05-15 06:19  qu1j0t3
104
 
 
105
 
        * drivers/mysql/dbd_mysql.c (1.87): add support for MySQL 5.0.3's
106
 
          BIT (unsigned 64 bit vector) and NEWDECIMAL (arbitrary precision
107
 
          decimal string) types
108
 
 
109
 
2006-05-14 04:11  qu1j0t3
110
 
 
111
 
        * drivers/mysql/: AUTHORS (1.2), README (1.2), dbd_mysql.c (1.86):
112
 
          Fix string/binary test for VAR_STRING, STRING and BLOB/TEXT
113
 
          types. Add some feature support clarifications to README.
114
 
 
115
 
2006-05-14 04:01  qu1j0t3
116
 
 
117
 
        * acinclude.m4 (1.19): improve formatting of --help option text
118
 
 
119
 
2006-02-11 01:34  mhoenicka
120
 
 
121
 
        * drivers/: freetds/Makefile.am (1.4), msql/Makefile.am (1.12),
122
 
          mysql/Makefile.am (1.15), oracle/Makefile.am (1.6),
123
 
          pgsql/Makefile.am (1.15), sqlite/Makefile.am (1.13),
124
 
          sqlite3/Makefile.am (1.6): delete PDF by maintainer-clean
125
 
 
126
 
2005-11-21 22:18  mhoenicka
127
 
 
128
 
        * Makefile.w32 (1.8): renamed driver libraries
129
 
 
130
 
2005-11-08 21:06  mhoenicka
131
 
 
132
 
        * drivers/oracle/: AUTHORS (1.4), dbd_oracle.c (1.20): Ashishs Nov
133
 
          8 patch kit
134
 
 
135
 
2005-10-26 20:40  mhoenicka
136
 
 
137
 
        * doc/include/Makefile.am (1.1): initial version
138
 
 
139
 
2005-10-26 20:40  mhoenicka
140
 
 
141
 
        * doc/Makefile.am (1.4): removed old doc junk; now passes only
142
 
          through to include subdir
143
 
 
144
 
2005-10-26 20:39  mhoenicka
145
 
 
146
 
        * Makefile.am (1.7), configure.in (1.31): added doc and doc/include
147
 
          to the distributed files
148
 
 
149
 
2005-09-28 21:55  mhoenicka
150
 
 
151
 
        * tests/test_dbi.c (1.34): added empty string and NULL string tests
152
 
 
153
 
2005-09-27 20:42  mhoenicka
154
 
 
155
 
        * drivers/oracle/dbd_oracle.c (1.19): Ashish's return value fixes
156
 
 
157
 
2005-09-25 23:56  mhoenicka
158
 
 
159
 
        * drivers/: firebird/Makefile.am (1.4), freetds/Makefile.am (1.3),
160
 
          msql/Makefile.am (1.11), mysql/Makefile.am (1.14),
161
 
          oracle/Makefile.am (1.5), pgsql/Makefile.am (1.14),
162
 
          sqlite/Makefile.am (1.12), sqlite3/Makefile.am (1.5): changed
163
 
          driver lib names from libname to libdbdname
 
1
2008-02-06 20:36  mhoenicka
 
2
 
 
3
        * NEWS, configure.in: updated for 0.8.3
 
4
 
 
5
2008-02-06 17:22  mhoenicka
 
6
 
 
7
        * tests/test_dbi.c: added tests for escape functions
 
8
 
 
9
2008-01-26 18:39  mhoenicka
 
10
 
 
11
        * drivers/pgsql/dbd_pgsql.c: fixed pg_encoding_to_char() prototype
 
12
 
 
13
2008-01-23 17:39  mhoenicka
 
14
 
 
15
        * tests/test_dbi.c: added dbi_result_get_binary_copy() test
 
16
 
 
17
2008-01-15 15:11  mhoenicka
 
18
 
 
19
        * ChangeLog: final touches for 0.8.3-pre1
 
20
 
 
21
2008-01-15 15:07  mhoenicka
 
22
 
 
23
        * ChangeLog, NEWS, drivers/msql/dbd_msql.c,
 
24
        drivers/sqlite/dbd_sqlite.c, drivers/sqlite3/dbd_sqlite3.c: final
 
25
        touches for 0.8.3-pre1
 
26
 
 
27
2008-01-15 01:27  mhoenicka
 
28
 
 
29
        * drivers/firebird/dbd_firebird.c, drivers/firebird/utility.c,
 
30
        drivers/msql/dbd_msql.c, drivers/mysql/dbd_mysql.c,
 
31
        drivers/pgsql/dbd_pgsql.c, drivers/sqlite/dbd_sqlite.c,
 
32
        drivers/sqlite3/dbd_sqlite3.c, tests/test_dbi.c: assorted fixes to
 
33
        improve error handling and reporting
 
34
 
 
35
2008-01-04 01:48  mhoenicka
 
36
 
 
37
        * drivers/sqlite3/dbd_sqlite3.c: retrieve field types using
 
38
        table_info pragma
 
39
 
 
40
2008-01-04 01:44  mhoenicka
 
41
 
 
42
        * tests/test_dbi.c: fixed time_tz bug
 
43
 
 
44
2008-01-02 20:11  mhoenicka
 
45
 
 
46
        * drivers/firebird/utility.c: don't connect locally if localhost is
 
47
        requested
 
48
 
 
49
2008-01-02 20:09  mhoenicka
 
50
 
 
51
        * drivers/firebird/: Makefile.am, dbd_firebird.sgml: added driver
 
52
        doc
 
53
 
 
54
2008-01-02 17:26  mhoenicka
 
55
 
 
56
        * tests/test_dbi.c: added struct TABLEINFO to simplify data
 
57
        retrieval;run tz conversion only if data are available
 
58
 
 
59
2008-01-02 17:23  mhoenicka
 
60
 
 
61
        * drivers/firebird/utility.c: fixed buffer overflow in handling
 
62
        variable-length strings
 
63
 
 
64
2008-01-02 17:20  mhoenicka
 
65
 
 
66
        * drivers/firebird/dbd_firebird.c: fixed buffer overflow due to
 
67
        fixed size result buffer;added error handling to queries
 
68
 
 
69
2008-01-01 21:48  mhoenicka
 
70
 
 
71
        * tests/test_dbi.c: fixed local vs network access for firebird
 
72
 
 
73
2008-01-01 21:46  mhoenicka
 
74
 
 
75
        * configure.in: removed --with-ltdl switch
 
76
 
 
77
2008-01-01 01:18  mhoenicka
 
78
 
 
79
        * drivers/: firebird/dbd_firebird.c, freetds/dbd_freetds.c,
 
80
        msql/dbd_msql.c, mysql/dbd_mysql.c, oracle/dbd_oracle.c,
 
81
        pgsql/dbd_pgsql.c, sqlite/dbd_sqlite.c, sqlite3/dbd_sqlite3.c:
 
82
        added safe_dlclose driver caps
 
83
 
 
84
2008-01-01 01:16  mhoenicka
 
85
 
 
86
        * tests/test_dbi.c: fixed isql call
 
87
 
 
88
2007-12-30 21:07  mhoenicka
 
89
 
 
90
        * Makefile.am, acinclude.m4, configure.in,
 
91
        drivers/firebird/dbd_firebird.c, drivers/firebird/dbd_firebird.h,
 
92
        drivers/firebird/utility.c, tests/Makefile.am, tests/test_dbi.c:
 
93
        fixes for the firebird driver, firebird configuration, and test;
 
94
        mostly working on Debian and FreeBSD, but with a few time/date
 
95
        issues to be fixed
 
96
 
 
97
2007-12-18 22:16  mhoenicka
 
98
 
 
99
        * drivers/oracle/dbd_oracle.c: applied Brechts patch for strptime
 
100
        on mingw
 
101
 
 
102
2007-12-18 21:50  mhoenicka
 
103
 
 
104
        * tests/test_dbi.c: added windows.h and sleep() definition for
 
105
        mingw;fixed isql Debian hack for newer Debian releases
 
106
 
 
107
2007-12-18 21:47  mhoenicka
 
108
 
 
109
        * drivers/firebird/utility.c: removed gds.h;use ISC_STATUS for
 
110
        status vector; work around deprecated isc_expand_dpb;improved error
 
111
        reporting
 
112
 
 
113
2007-12-18 21:43  mhoenicka
 
114
 
 
115
        * drivers/firebird/dbd_firebird.c: removed gds.h; added FB_ALIGN
 
116
        definition; changed TEXT to ISC_SCHAR
 
117
 
 
118
2007-12-18 21:39  mhoenicka
 
119
 
 
120
        * Makefile.w32: added sqlite3
 
121
 
 
122
2007-12-11 22:49  mhoenicka
 
123
 
 
124
        * drivers/mysql/dbd_mysql.c: fixed encoding name bug in
 
125
        dbd_connect()
 
126
 
 
127
2007-12-08 23:48  mhoenicka
 
128
 
 
129
        * drivers/: mysql/dbd_mysql.sgml, sqlite/dbd_sqlite.sgml,
 
130
        sqlite3/dbd_sqlite3.sgml: added GFDL blurb
 
131
 
 
132
2007-12-07 01:30  mhoenicka
 
133
 
 
134
        * COPYING, README, drivers/sqlite/dbd_sqlite.c,
 
135
        drivers/sqlite/dbd_sqlite.h, drivers/sqlite3/dbd_sqlite3.c,
 
136
        drivers/sqlite3/dbd_sqlite3.h: changed license from GPL to LGPL
 
137
 
 
138
2007-12-07 01:11  mhoenicka
 
139
 
 
140
        * configure.in: made linking drivers against libdbi the default,
 
141
        can be turned off by --disable-libdbi; bumped up version number
 
142
 
 
143
2007-11-06 22:01  mhoenicka
 
144
 
 
145
        * drivers/oracle/dbd_oracle.c: applied Bazsis's patch
 
146
 
 
147
2007-07-16 22:24  mhoenicka
 
148
 
 
149
        * drivers/mysql/dbd_mysql.c: added conditional to include winsock.h
 
150
        on MinGW
 
151
 
 
152
2007-05-02 00:27  qu1j0t3
 
153
 
 
154
        * ChangeLog, README.osx: remove dependence on Fink and simplify
 
155
        recipe; add quickstart notes for MySQL and PostgreSQL.
 
156
 
 
157
2007-03-27 19:59  mhoenicka
 
158
 
 
159
        * drivers/pgsql/dbd_pgsql.sgml: added pgsql_foo options
 
160
 
 
161
2007-03-26 23:08  mhoenicka
 
162
 
 
163
        * drivers/pgsql/dbd_pgsql.c: Antal Novak's patch adding support for
 
164
        all PostgreSQL connection options
 
165
 
 
166
2007-03-13 22:27  mhoenicka
 
167
 
 
168
        * drivers/mysql/: dbd_mysql.c, dbd_mysql.sgml: support client flags
 
169
        for mysql_real_connect()
 
170
 
 
171
2007-02-22 10:01  mhoenicka
 
172
 
 
173
        * configure.in: bumped up version number to 0.8.2-1
164
174