-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
320 lines (206 loc) · 9.31 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
2010-06-21 11:57 david_nichols
* README, RELEASE-NOTES, configure.ac, qore-sybase-modules.spec:
updates for 1.0.3 release; updates to compile on mandrive 2009 on
opensuse build service
2010-06-21 10:36 david_nichols
* configure.ac, qore-sybase-modules.spec: corrected module name in
configure error msg; updated spec file to build on oder platforms
in opensuse build service
2010-06-21 09:12 david_nichols
* qore-sybase-modules.spec: updated spec files to generically
determine *suse versions for distribution tagging in rpm file
names
2010-06-21 09:11 david_nichols
* src/conversions.cc: fixed long long integer tagging to compile on
compilers that complain with very large integers (> 32 bits)
without explicit "ll" tags
2010-06-20 06:03 david_nichols
* ChangeLog: fixed ChangeLogs with non-broken svn2cl
2010-06-15 18:49 david_nichols
* docs/sybase-module-doc.html: updated tikiwiki and added updated
color scheme
2010-06-10 14:27 david_nichols
* RELEASE-NOTES, docs/sybase-module-doc.html: updated docs for new
release
2010-05-12 11:49 david_nichols
* configure.ac: solaris and sun studio compile and warning
fixes/enhancements
2010-05-11 14:45 david_nichols
* reconf.sh: compile fixes for solaris
2010-04-28 10:15 david_nichols
* test/db-test.q: updates for new qore API and to address new
warnings in test scripts
2010-04-21 11:46 david_nichols
* src/conversions.cc, src/sybase.cc, test/db-test.q: fixed
Datasource::exec() with sybase and freetds drivers, updated to
use more efficient date/time APIs when compiled with qore >= 0.8
2010-04-16 09:32 subik
* RELEASE-NOTES, src/sybase.cc: sql drivers versions bump to spot
execRaw. execRaw feature promoted to all drivers' feature lists.
execRaw constant naming unified.
2010-02-25 14:53 subik
* src/connection.cc, src/connection.h, src/sybase.cc: execRaw for
sybase/freetds
2009-12-09 12:58 david_nichols
* configure.ac: fixed all modules to use decimal comparisons with
the qore version string instead of octal so that they will still
compile with qore v0.8.0 and up...
2009-11-22 06:03 david_nichols
* configure.ac: updated configure to assume 64-bit build if
host_cpu = "amd64"
2009-10-30 08:22 david_nichols
* configure.ac: updated all module configure scripts to use gnutar
on darwin to avoid picking up OSX resource files in source
releases
2009-09-21 11:07 david_nichols
* configure.ac: updated module configure scripts to select 64-bit
target mode by default on snow leopard i386
2009-09-10 06:49 david_nichols
* configure.ac: updated configure.ac to properly compile in 32-bit
mode on OSX snow leopard (10.6)
2009-08-18 11:29 david_nichols
* RELEASE-NOTES: fixed auto-reconnect to mark the datasource as
closed when auto-reconnect
fails; otherwise a crash can occur when the datasource is reused
2009-08-18 11:26 david_nichols
* src/connection.cc: mark Datasource as closed if auto-reconnect
fails
2009-07-20 13:16 david_nichols
* configure.ac, qore-sybase-modules.spec: added opensuse 11.2
detection to spec file, fixed rhel detection in spec files,
updated configure.ac to work with older versions of autotools
2009-07-02 14:05 david_nichols
* reconf.sh: suppress extraneous error messages
2009-07-01 15:43 david_nichols
* src/sybase.cc: updated web site home page in modules' url
2009-06-25 14:59 david_nichols
* RELEASE-NOTES, configure.ac, qore-sybase-modules.spec,
src/connection.cc, src/connection.h, src/sybase.cc: implemented
support for specifying the hostname and port in the datasource in
order to override the interfaces file; requires qore 0.7.5 or
above
updated version to 1.0.3
2009-06-08 08:38 david_nichols
* qore-sybase-modules.spec: fixed qore module dir detection
2009-05-29 07:11 david_nichols
* qore-sybase-modules.spec: fixed typo in sles version detection
2009-04-13 12:50 david_nichols
* src/connection.cc: disabled warning
2009-04-10 09:15 david_nichols
* TODO: added TODO file
2009-04-10 09:11 david_nichols
* README, RELEASE-NOTES, src/command.cc, src/command.h,
src/connection.cc, src/connection.h, src/sybase.cc: added
auto-reconnect feature to driver; will automatically reconnect to
the server if the connection is dropped while not in a
transaction; tested with both sybase and freetds drivers.
2009-02-10 13:48 david_nichols
* ChangeLog: updated changelog
2009-02-10 13:47 david_nichols
* README: minor updates
2009-01-08 15:13 david_nichols
* qore-sybase-modules.spec: commented-out additional "Source0" line
so that packages will build on Fedora 10 (OBS)
2009-01-08 14:44 david_nichols
* reconf.sh: updated reconf.sh to look for glibtoolize as well as
libtoolize
2009-01-07 13:15 david_nichols
* Makefile.am, configure.ac, ltmain.sh, qore-sybase-modules.spec,
reconf.sh: upadted reconf.sh to generate ltmain.sh using
libtoolize
2009-01-03 22:43 david_nichols
* RELEASE-NOTES, configure.ac, qore-sybase-modules.spec: fixed
version to be 1.0.2 instead of 1.0.3
2009-01-03 22:42 david_nichols
* RELEASE-NOTES, configure.ac, qore-sybase-modules.spec: updated
configure to check the directory specified with --prefix first
when looking for dependent libraries
2008-11-25 16:42 david_nichols
* qore-sybase-modules.spec: add release notes to rpm
2008-11-24 16:48 david_nichols
* configure.ac, qore-sybase-modules.spec: updated for next version
(sometime in the future), minor configure fixes to respect
--without-freetds and --without-sybase
2008-11-18 14:46 david_nichols
* qore-sybase-modules.spec: sybase module will be expected if the
environment variable $SYBASE is set when the module is built
2008-11-03 14:07 david_nichols
* ChangeLog, RELEASE-NOTES, configure.ac, qore-sybase-modules.spec,
src/sybase.cc: updated to new module handling; make module
version reflect package version
2008-11-03 13:54 david_nichols
* Makefile.am, configure.ac, qore-sybase-modules.spec,
src/Makefile.am: updated to new module handling
2008-10-30 17:20 david_nichols
* qore-sybase-modules.spec: various fixes
2008-10-23 06:30 david_nichols
* configure.ac: updated to set 64-bit compile mode by default on
itanium with g++ and aCC
2008-10-08 20:16 david_nichols
* qore-sybase-modules.spec, src/Makefile.am: spec file and module
build fixes using prefix=/usr and make install
DESTDIR=$RPM_BUILD_ROOT
2008-10-07 05:16 david_nichols
* ChangeLog: updated changelog
2008-10-07 05:14 david_nichols
* ChangeLog: updated changelog
2008-09-09 09:11 david_nichols
* docs/sybase-module-doc.html: updated docs
2008-09-09 07:17 david_nichols
* ChangeLog, qore-sybase-modules.spec: updated license tag in spec
file to LGPL
2008-09-08 13:53 david_nichols
* README, docs/sybase-module-doc.html: minor doc updates
2008-09-08 13:50 david_nichols
* Makefile.am, docs, docs/sybase-module-doc.html,
qore-sybase-modules.spec, test/db-test.q: added module
documentation
2008-09-08 12:27 david_nichols
* configure.ac, src/command.cc, src/connection.cc,
src/connection.h, src/conversions.cc, src/encoding_helpers.cc,
src/row_output_buffers.cc, src/sybase.cc, src/sybase.h,
src/sybase_query.cc: error reporting fixes, fixed Sybase 64-bit
compiles
2008-09-08 07:42 david_nichols
* src/connection.cc, src/connection.h, src/sybase.cc: added a
context class to manage CS_CONTEXT pointers; updated the
get_client_version DBI method to no longer require a connection
to the server; fixed 2 memory leaks in the get_client_version
function
2008-09-04 16:37 david_nichols
* README: module updates, moved oracle to separate module, qore
library updates
2008-09-03 14:03 david_nichols
* qore-sybase-modules.spec: corrected module names
2008-09-03 14:01 david_nichols
* src/tests, src/tests/arguments_tests.cc,
src/tests/command_tests.cc, src/tests/common.h,
src/tests/connection_tests.cc, src/tests/conversions_tests.cc,
src/tests/direct_execute_tests.cc,
src/tests/encoding_helpers_tests.cc,
src/tests/executor_rpc_tests.cc, src/tests/executor_tests.cc,
src/tests/initiate_language_command_tests.cc,
src/tests/initiate_rpc_command_tests.cc,
src/tests/read_output_image_tests.cc,
src/tests/read_output_simple_tests.cc,
src/tests/read_output_text_tests.cc,
src/tests/send_command_tests.cc, src/tests/transactions_tests.cc:
added old minitest tests
2008-09-03 13:52 david_nichols
* Makefile.am, configure.ac, qore-sybase-modules.spec,
src/Makefile.am, src/command.cc, src/connection.cc,
src/conversions.cc, src/encoding_helpers.cc, src/minitest.hpp,
src/sybase.cc, src/sybase_query.cc: build and packaging fixes,
renamed "mssql" module to "freetds"
2008-09-03 13:35 david_nichols
* ., AUTHORS, COPYING, ChangeLog, FreeTDS_differences.txt, INSTALL,
Makefile.am, NEWS, README, configure.ac, ltmain.sh, m4,
m4/acx_pthread.m4, qore-sybase-modules.spec, reconf.sh, src,
src/Makefile.am, src/command.cc, src/command.h,
src/common_constants.h, src/connection.cc, src/connection.h,
src/conversions.cc, src/conversions.h, src/encoding_helpers.cc,
src/encoding_helpers.h, src/row_output_buffers.cc,
src/row_output_buffers.h, src/single-compilation-unit.cc,
src/sybase.cc, src/sybase.h, src/sybase_query.cc,
src/sybase_query.h, test, test/db-test.q: initial repository
import of independent project