ydbd-pg 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: bfb7901d7ae3a47a39b05e5b73b8896fa816fe1f
4
+ data.tar.gz: 389274f920db28a1eda66621e88a0cba2574e7d4
5
+ SHA512:
6
+ metadata.gz: b131319fe0bb0109d97bed66f8ef22de90951ec59634d22aec05c87b688ef058f3c0d9b21fae36f585718a3f66dab1d9e6a7ea4ac50cea0c87dde493bc9e07cc
7
+ data.tar.gz: 0a6fc5d7517c682943933958534fcc340329215457663dfa455f559261ede7f402bfff5a5b325c076fe922b1a44f6e463a7384b6e9a60c93e32cf0505af7b499
@@ -0,0 +1,3703 @@
1
+ ## 0.5.1 - 10/05/2016
2
+
3
+ * dbd-pg gem renamed to ydb-pg which requires gem 'ydbi'
4
+
5
+ ## 0.5.0 - 10/05/2016
6
+
7
+ * Gem renamed to ydbi. Some small changes to run under Ruby 2.x
8
+ * Use "bundler/gem_tasks"in rakefile
9
+
10
+ ## 0.4.0 - 08/23/2008
11
+
12
+ ##= Summary
13
+
14
+ * Type conversion is now universally managed amongst DBDs. Please see
15
+ DBI::Type and DBI::TypeUtil and the DBI::StatementHandle#bind_coltype method.
16
+ * Rubygems support! All DBDs and DBI will now install and appropriately fetch
17
+ prerequisites (when possible) via the 'gem' command and other Rubygems
18
+ interfaces.
19
+ * Lots of code has been cleaned up and the filesystem has been significantly
20
+ reorganized.
21
+ * Many bugfixes due to inconsistencies between DBDs.
22
+ * DBDs that were deprecated in 0.2.0 have been removed, as have the Proxy and
23
+ Trace libraries (they didn't work anyways.) Proxy and Trace will be revisited
24
+ in the future.
25
+ * Several calls and classes have been deprecated in favor of native
26
+ ruby replacements.
27
+ * Tons of new documentation for both DBI users and DBD developers alike.
28
+
29
+ commit:: c717f76f0f9e3645d8a0e3a4d4daa6e0f2380273
30
+ Author:: Erik Hollensbe <erik@hollensbe.org>
31
+ Date:: Sat Aug 23 01:48:08 2008 -0700
32
+
33
+ * Fixed test1.rb to include StatementHandle#finish.
34
+
35
+ commit:: 0f1ef6e5e8babb9741b8300ed63d826eeeb6b98f
36
+ Author:: Erik Hollensbe <erik@hollensbe.org>
37
+ Date:: Sat Aug 23 00:59:46 2008 -0700
38
+
39
+ * Made the examples a little more in-your-face in the README.
40
+
41
+ commit:: 10c81ba90ff766b0c28288ba065472d7ab2497d2
42
+ Author:: Erik Hollensbe <erik@hollensbe.org>
43
+ Date:: Tue Aug 19 13:29:13 2008 -0700
44
+
45
+ * Changes to DBD version handling: DBI::VERSION is now used for comparison, and the comparison actually works.
46
+
47
+ commit:: 10272829eb255580a40967458f0490649ea0584a
48
+ Author:: Erik Hollensbe <erik@hollensbe.org>
49
+ Date:: Tue Aug 19 12:52:37 2008 -0700
50
+
51
+ * Made native binding toggleable
52
+
53
+ commit:: 0fba5e6125a48b4c38fe95818e96092ff2d46e0c
54
+ Author:: Erik Hollensbe <erik@hollensbe.org>
55
+ Date:: Tue Aug 19 11:40:46 2008 -0700
56
+
57
+ * Fix for new pg driver
58
+
59
+ commit:: c4692c89ab6c392a9da0a82f4e43abf01a009bbc
60
+ Author:: Erik Hollensbe <erik@hollensbe.org>
61
+ Date:: Mon Aug 18 04:13:28 2008 -0700
62
+
63
+ * test to prove #20489 wrong
64
+
65
+ commit:: af530d0103a80c16f305ea0e5fb6db1263119b50
66
+ Author:: Erik Hollensbe <erik@hollensbe.org>
67
+ Date:: Fri Aug 15 11:51:48 2008 -0700
68
+
69
+ * "standard" pl/sql replacement for plpgsql function used for testing the last bug. not all postgres installations have plpgsql and there were other issues.
70
+
71
+ commit:: 04c3371efb7fe37b5dbad88efd069e14287e9654
72
+ Author:: Erik Hollensbe <erik@hollensbe.org>
73
+ Date:: Fri Aug 15 11:06:39 2008 -0700
74
+
75
+ * 0.4.0 fix for #21567, part 2.
76
+
77
+ commit:: 2782db825e809bb0ebd93ac39d4a9318c3c76058
78
+ Author:: Erik Hollensbe <erik@hollensbe.org>
79
+ Date:: Fri Aug 15 08:38:34 2008 -0700
80
+
81
+ * DBD::Pg documentation.
82
+
83
+ commit:: 53d08b7b87b20b36bc0088498ec9aacc43e12def
84
+ Author:: Erik Hollensbe <erik@hollensbe.org>
85
+ Date:: Fri Aug 15 07:32:09 2008 -0700
86
+
87
+ * DBD::ODBC documentation
88
+
89
+ commit:: 24c99b9296c9175082f67266327a6178442b0e69
90
+ Author:: Erik Hollensbe <erik@hollensbe.org>
91
+ Date:: Fri Aug 15 07:14:35 2008 -0700
92
+
93
+ * A couple of touchups on the SQLite3 documentation
94
+
95
+ commit:: dfe4a9faa80cb21d57d1535e41697fefd2ff717b
96
+ Author:: Erik Hollensbe <erik@hollensbe.org>
97
+ Date:: Thu Aug 14 13:06:46 2008 -0700
98
+
99
+ * Fix for #21567, modified for 0.4.0
100
+ * As a result, removed unnecessary fill_array method in Tuples class.
101
+
102
+ commit:: 00fac0444f1e37404b1540e6ca7e8837e3627f63
103
+ Author:: Erik Hollensbe <erik@hollensbe.org>
104
+ Date:: Wed Aug 13 06:13:40 2008 -0700
105
+
106
+ * DBD::SQLite3
107
+
108
+ commit:: 7fd22432756e088090aa8411063cbdf18c968ebe
109
+ Author:: Erik Hollensbe <erik@hollensbe.org>
110
+ Date:: Wed Aug 13 05:30:23 2008 -0700
111
+
112
+ * DBD::SQLite docs
113
+
114
+ commit:: 1febe97a63a0da70869c46d6ec608e73ba66b310
115
+ Author:: Erik Hollensbe <erik@hollensbe.org>
116
+ Date:: Wed Aug 13 03:47:39 2008 -0700
117
+
118
+ * Mysql::Statement docs
119
+ * Fixed some formatting issues related to bullet lists and ::
120
+
121
+ commit:: 9c8df9cbeb61a9520671837ac66d8ad0c8422c9b
122
+ Author:: Erik Hollensbe <erik@hollensbe.org>
123
+ Date:: Wed Aug 13 02:34:19 2008 -0700
124
+
125
+ * Mysql::Driver
126
+
127
+ commit:: e1409c0fb791ddeca483c95aa32cf9e9f2a8c3c3
128
+ Author:: Erik Hollensbe <erik@hollensbe.org>
129
+ Date:: Wed Aug 13 02:26:51 2008 -0700
130
+
131
+ * First stab at MySQL Docs
132
+ * Base Namespace and Database documented
133
+
134
+ commit:: 2646f291c2fb48ffdbe6b3c684a92fd89e8ddd9c
135
+ Author:: Pistos <gitsomegrace.5.pistos@geoshell.com>
136
+ Date:: Tue Aug 12 14:28:50 2008 -0400
137
+
138
+ Added English comment to gem installation lines.
139
+
140
+ commit:: 7f4a757dc2bed50ebdaf6993062f4688a6d9b7d0
141
+ Author:: Pistos <gitsomegrace.5.pistos@geoshell.com>
142
+ Date:: Tue Aug 12 14:26:09 2008 -0400
143
+
144
+ English edits on Exceptions section of DBI_SPEC.
145
+
146
+ commit:: 11b8e19fb8a93fe2c9ad4691862d6e577a4cebcb
147
+ Author:: Pistos <gitsomegrace.5.pistos@geoshell.com>
148
+ Date:: Tue Aug 12 14:18:25 2008 -0400
149
+
150
+ Added "DBI::" namespace to titles for clarity.
151
+
152
+ commit:: c83b56ee84115247d64f96fb921d04d289c8785a
153
+ Author:: Pistos <gitsomegrace.5.pistos@geoshell.com>
154
+ Date:: Tue Aug 12 14:15:07 2008 -0400
155
+
156
+ English edits in Classes section of DBI_SPEC.
157
+
158
+ commit:: fdf38829a89a885a83d7d6a4625bff35e891d717
159
+ Author:: Pistos <gitsomegrace.5.pistos@geoshell.com>
160
+ Date:: Tue Aug 12 14:12:08 2008 -0400
161
+
162
+ Changed UPPERCASE titles to Title Case.
163
+
164
+ commit:: e9a22e7e0c38a0d2c5bca233b059b5e7a3e65a1c
165
+ Author:: Pistos <gitsomegrace.5.pistos@geoshell.com>
166
+ Date:: Tue Aug 12 14:11:48 2008 -0400
167
+
168
+ English edits on Design section of DBI_SPEC.
169
+
170
+ commit:: 4b3d7bf730182cb320f7f76520586a79af53a6e7
171
+ Author:: Pistos <gitsomegrace.5.pistos@geoshell.com>
172
+ Date:: Tue Aug 12 14:03:02 2008 -0400
173
+
174
+ English edits on DBI_SPEC foreword.
175
+
176
+ commit:: a1a6fba702e308562b8f13e9d6a8373332f43961
177
+ Author:: Pistos <gitsomegrace.5.pistos@geoshell.com>
178
+ Date:: Tue Aug 12 13:44:14 2008 -0400
179
+
180
+ Adjusted kitebird link title.
181
+
182
+ commit:: 49ed014939701f4bdce9c359a46160b93c3e18d9
183
+ Author:: Pistos <gitsomegrace.5.pistos@geoshell.com>
184
+ Date:: Tue Aug 12 13:44:05 2008 -0400
185
+
186
+ Added URI to github repo.
187
+
188
+ commit:: cd58249dec1d26771d97c612020bbdf0f53be4c7
189
+ Author:: Pistos <gitsomegrace.5.pistos@geoshell.com>
190
+ Date:: Tue Aug 12 13:41:25 2008 -0400
191
+
192
+ Changed most indentation in README from 3 to 4 spaces.
193
+
194
+ commit:: e9b3e43176b39207562216cfde6d233943d7f95b
195
+ Author:: Pistos <gitsomegrace.5.pistos@geoshell.com>
196
+ Date:: Tue Aug 12 13:41:04 2008 -0400
197
+
198
+ English edit in README.
199
+
200
+ commit:: 98511628a6316be2506cb3d61ec214b398032220
201
+ Author:: Pistos <gitsomegrace.5.pistos@geoshell.com>
202
+ Date:: Tue Aug 12 13:33:48 2008 -0400
203
+
204
+ Added test/sql.log to .gitignore.
205
+
206
+ commit:: 64d66c276e633496e1241f9fc5c0bd8a53c73496
207
+ Author:: Pistos <gitsomegrace.5.pistos@geoshell.com>
208
+ Date:: Tue Aug 12 13:32:16 2008 -0400
209
+
210
+ Added .gitignore. Currently only ignoring rdocs.
211
+
212
+ commit:: 89ed83c8ff1a61b46aaaa4765948fdffa9155efa
213
+ Author:: Pistos <gitsomegrace.5.pistos@geoshell.com>
214
+ Date:: Mon Aug 11 23:55:26 2008 -0400
215
+
216
+ Minor English change in README.
217
+
218
+ commit:: 8e64908cc68797a3022cea8a281645c7c7852e55
219
+ Author:: Erik Hollensbe <erik@hollensbe.org>
220
+ Date:: Sat Aug 9 22:51:49 2008 -0700
221
+
222
+ * New DBD_SPEC. Not sure if I like it yet.
223
+
224
+ commit:: cdba7c7f461734e860b7f7ad140679418274022a
225
+ Author:: Erik Hollensbe <erik@hollensbe.org>
226
+ Date:: Sat Aug 9 05:49:33 2008 -0700
227
+
228
+ * Some cleanup on LICENSE and README
229
+
230
+ commit:: c0825d7056fcb0c562d2481e5215eac05478419c
231
+ Author:: Erik Hollensbe <erik@hollensbe.org>
232
+ Date:: Sat Aug 9 05:41:52 2008 -0700
233
+
234
+ * DBI::Utils namespace complete
235
+
236
+ commit:: 308533d39dd35a8f350d833b6f17fb84224cd49c
237
+ Author:: Erik Hollensbe <erik@hollensbe.org>
238
+ Date:: Sat Aug 9 05:20:30 2008 -0700
239
+
240
+ * DBI::Type, DBI::Type::*, DBI::TypeUtil
241
+
242
+ commit:: 16cadf97edb581b1ba09bd73dcf03682e2e220e2
243
+ Author:: Erik Hollensbe <erik@hollensbe.org>
244
+ Date:: Sat Aug 9 04:36:41 2008 -0700
245
+
246
+ * DBI::Row, DBI::SQL, DBI::SQL::PreparedStatement
247
+ * Some start in on DBI::Type
248
+
249
+ commit:: 0e67d266f30284418c8cf3bc6725a67991da7049
250
+ Author:: Erik Hollensbe <erik@hollensbe.org>
251
+ Date:: Sat Aug 9 04:17:06 2008 -0700
252
+
253
+ * StatementHandle
254
+
255
+ commit:: 1b3fd5b85a419742216e6e1644e0add6cc7d6377
256
+ Author:: Erik Hollensbe <erik@hollensbe.org>
257
+ Date:: Sat Aug 9 02:55:24 2008 -0700
258
+
259
+ * DBI::Binary, DBI::ColumnInfo, All Handle classes except StatementHandle.
260
+
261
+ commit:: bd90081b59da321d41ca5abb4704f74b24a67f3c
262
+ Author:: Erik Hollensbe <erik@hollensbe.org>
263
+ Date:: Sat Aug 9 02:00:30 2008 -0700
264
+
265
+ * DBI, BaseDatabase, BaseStatement, BaseDriver documented.
266
+ * Some rdoc task tweaks.
267
+
268
+ commit:: f69083b1e578c234614e79b954ed2cd8120c91bc
269
+ Author:: Erik Hollensbe <erik@hollensbe.org>
270
+ Date:: Fri Aug 8 03:57:38 2008 -0700
271
+
272
+ * Revised DBI SPEC
273
+
274
+ commit:: fb4248efff21b4b929c179be2407750d88c29de7
275
+ Author:: Erik Hollensbe <erik@hollensbe.org>
276
+ Date:: Fri Aug 8 03:11:42 2008 -0700
277
+
278
+ * README
279
+
280
+ commit:: de1fe2b859109fe7be7c414917b77cbb93a83555
281
+ Author:: Erik Hollensbe <erik@hollensbe.org>
282
+ Date:: Fri Aug 8 03:00:25 2008 -0700
283
+
284
+ * Rendered trace module impotent; this is going to have to be addressed in 0.6.0
285
+
286
+ commit:: f76bd745213c56394d1529748d6c5c479b561c25
287
+ Author:: Erik Hollensbe <erik@hollensbe.org>
288
+ Date:: Fri Aug 8 02:08:35 2008 -0700
289
+
290
+ * bind_coltype implementation
291
+ * DBI 0.4.0 is feature-complete
292
+
293
+ commit:: 752532a90082986f21a3feec2c29951bdafa293c
294
+ Author:: Erik Hollensbe <erik@hollensbe.org>
295
+ Date:: Thu Jul 31 02:30:16 2008 -0700
296
+
297
+ * You can now turn off type management by twiddling the convert_types bit on DBI, and the Driver, Database, and Statement handles.
298
+ * These changes will propogate upwards as new items are constructed
299
+ * This is tested in test_types
300
+ * Lots, lots, lots of fixes were made so this works properly
301
+
302
+ commit:: 047576e57fcc5c2043115c7fe8df7c2ed963020b
303
+ Author:: Erik Hollensbe <erik@hollensbe.org>
304
+ Date:: Thu Jul 31 01:02:22 2008 -0700
305
+
306
+ * Fixed another regression I missed earlier
307
+ * DBI::Row did shallow copies of the delegated array, which was causing problems with Pg arrays. Using a marshal dump/load method now, hope it's not too slow.
308
+
309
+ commit:: 5a985a202efc3c0bc7dd7ef19ffe93a1ddd15b6d
310
+ Author:: Erik Hollensbe <erik@hollensbe.org>
311
+ Date:: Wed Jul 30 23:55:04 2008 -0700
312
+
313
+ * Found a pretty ugly bug in DBI::Row, which caused a lot of regressions that should have happened when I started the type changes.
314
+ * Started to add some new tests
315
+
316
+ commit:: fb3112aa212114c28fe1084030f470474219bc7c
317
+ Author:: Erik Hollensbe <erik@hollensbe.org>
318
+ Date:: Wed Jul 30 23:39:19 2008 -0700
319
+
320
+ * DBI::Row changes for convert_types; no tests yet
321
+
322
+ commit:: 3299bcb6493cd46959641dd129be5f6d58ee01f2
323
+ Author:: Erik Hollensbe <erik@hollensbe.org>
324
+ Date:: Wed Jul 30 23:34:23 2008 -0700
325
+
326
+ * Added convert_types to DBI, this is propogated up through the various handles.
327
+ * Reformatted lib/dbi.rb
328
+
329
+ commit:: 4d0f31673a840528b527b27719652bbf0a6ab8e2
330
+ Author:: Erik Hollensbe <erik@hollensbe.org>
331
+ Date:: Wed Jul 30 23:28:52 2008 -0700
332
+
333
+ * Ok, convert_types works through the whole handler chain now (still untested)
334
+
335
+ commit:: 45091467537e68cffd03c5be56a58d5b1f32b064
336
+ Author:: Erik Hollensbe <erik@hollensbe.org>
337
+ Date:: Wed Jul 30 23:18:16 2008 -0700
338
+
339
+ * All handles now have a "convert_types" attribute
340
+ * DatabaseHandles now use the "convert_types" attribute to determine if they are to convert types :)
341
+ * the columns() method is now a required method for Database classes. Will raise NotSupportedError otherwise.
342
+
343
+ commit:: 74ededbef484b7d4bfe8d16c34c0dc418b89a62a
344
+ Author:: Erik Hollensbe <erik@hollensbe.org>
345
+ Date:: Wed Jul 30 22:59:25 2008 -0700
346
+
347
+ * Converted all tests running w/ system() previously to now use rake's ruby(). This'll ensure the right ruby gets executed.
348
+
349
+ commit:: c04f2e9f2328f2def41ee77925660fe7a78748e2
350
+ Author:: Erik Hollensbe <erik@hollensbe.org>
351
+ Date:: Wed Jul 30 22:58:10 2008 -0700
352
+
353
+ * Rakefile changes:
354
+ * test_dbi and test_dbd targets added to DBI rakefile. These test the DBD and DBI individually.
355
+ * test target in DBI rakefile now depends on the above targets
356
+
357
+ commit:: 2cb5402815de46f94ff72ea9a34ffe18d27061aa
358
+ Author:: Erik Hollensbe <erik@hollensbe.org>
359
+ Date:: Tue Jul 29 22:35:06 2008 -0700
360
+
361
+ * Removed a lot of obsolete files in the build/ directory
362
+
363
+ commit:: 2d0f6b402449912f11999e89877b250e92b5bcb1
364
+ Author:: Erik Hollensbe <erik@hollensbe.org>
365
+ Date:: Tue Jul 29 20:54:16 2008 -0700
366
+
367
+ * Gem prereqs for DBDs
368
+
369
+ commit:: 9824637cdd2563627a95386fb05d4e1967dd65e1
370
+ Author:: Erik Hollensbe <erik@hollensbe.org>
371
+ Date:: Tue Jul 29 20:01:14 2008 -0700
372
+
373
+ * ODBC fixes
374
+
375
+ commit:: 0fb69f4f7af40df665afd29db13be7db8bbabced
376
+ Author:: Erik Hollensbe <erik@hollensbe.org>
377
+ Date:: Sun Jul 27 21:25:57 2008 -0700
378
+
379
+ * Fix for #5336
380
+
381
+ commit:: d993fd1b78981ee26d2d91218646f4fde500166e
382
+ Author:: Erik Hollensbe <erik@hollensbe.org>
383
+ Date:: Sun Jul 27 20:38:26 2008 -0700
384
+
385
+ * Q&D fix for null result set -> tableformatter - fix for #4944
386
+
387
+ commit:: 09fc86af845dc5bb8dbf2281c5b97b4716fe842f
388
+ Author:: Erik Hollensbe <erik@hollensbe.org>
389
+ Date:: Sun Jul 27 20:17:01 2008 -0700
390
+
391
+ * Finally fixed files left around from the postgresql/test_blob.rb test. Thanks again Mike Pomraning.
392
+
393
+ commit:: a7519cbf170283b5e6f565d05982e0f753b572d1
394
+ Author:: Erik Hollensbe <erik@hollensbe.org>
395
+ Date:: Sun Jul 27 20:09:06 2008 -0700
396
+
397
+ * Pg: integrated Mike Pomraning's patches from #18925:
398
+ * async support
399
+ * Native binds (yay)
400
+ * TypeUtil: conversion cascade changes
401
+ * Instead of checking if our object changed during a conversion attempt and
402
+ cascading down if it didn't, we now have a cascade flag (true or false) which
403
+ is used. This allows the driver to be more explicit.
404
+ * Many, many, many of these changes were the result of this modification.
405
+
406
+ commit:: 062447a9e228d66cdaf44ab1cdb73c2e09139149
407
+ Author:: Erik Hollensbe <erik@hollensbe.org>
408
+ Date:: Sat Jul 26 17:24:49 2008 -0700
409
+
410
+ * Fix for Pg array parser and varchar elements (regression from \ fix in earlier commit)
411
+
412
+ commit:: 7511f9b9794a9504f314159a073f6e3885a5aa83
413
+ Author:: Erik Hollensbe <erik@hollensbe.org>
414
+ Date:: Sat Jul 26 17:08:36 2008 -0700
415
+
416
+ * Mysql couldn't store blobs properly (the blob test wasn't running.. whoops)
417
+ * All strings were not properly escaping \ characters.
418
+
419
+ commit:: 4426ac9a65fd05d84a09354e2a0e06f5331894d5
420
+ Author:: Erik Hollensbe <erik@hollensbe.org>
421
+ Date:: Sat Jul 26 16:53:43 2008 -0700
422
+
423
+ * Some statement tests for ODBC
424
+
425
+ commit:: afdda9620818e270666e5534851291db16122a87
426
+ Author:: Erik Hollensbe <erik@hollensbe.org>
427
+ Date:: Sat Jul 26 16:46:57 2008 -0700
428
+
429
+ * ODBC working w/ general DBD tests
430
+ * Reformatted lib/dbi/row.rb
431
+
432
+ commit:: 5f5771a6bc69746f12e61622ee6b3f347253f520
433
+ Author:: Erik Hollensbe <erik@hollensbe.org>
434
+ Date:: Sat Jul 26 13:50:35 2008 -0700
435
+
436
+ * Updated test/dbi/tc_dbi.rb reflecting Proxy.rb change
437
+
438
+ commit:: 2e3d8a1d2aa1c94b4821ac1b3273dfbb9037db5c
439
+ Author:: Erik Hollensbe <erik@hollensbe.org>
440
+ Date:: Sat Jul 26 13:44:53 2008 -0700
441
+
442
+ * Proxy files are a goner; we'll resurrect them in 0.6.0
443
+
444
+ commit:: 4b447421ce0b4efdd93e49363db5c3389a445d1c
445
+ Author:: Erik Hollensbe <erik@hollensbe.org>
446
+ Date:: Sat Jul 26 13:41:40 2008 -0700
447
+
448
+ * TODO updates
449
+ * bin/dbd_proxy never worked, it's now removed from release... hoping to touch on it in 0.6.0
450
+ * Removed un-used build/Rakefile.dbd.rb
451
+ * Updated Rakefile.dbi.rb gemspec to contain 'dbi' as an executable
452
+
453
+ commit:: 2f94d9439b06978cfa4f32b6050d3fa9c75db25e
454
+ Author:: Erik Hollensbe <erik@hollensbe.org>
455
+ Date:: Sat Jul 26 13:20:09 2008 -0700
456
+
457
+ * Lots of fixes to bin/dbi
458
+
459
+ commit:: 2e9471d1b688aaaa6e2d4f493b0c267924af930f
460
+ Author:: Erik Hollensbe <erik@hollensbe.org>
461
+ Date:: Sat Jul 26 12:33:45 2008 -0700
462
+
463
+ * A few fixes to tableformatter and bin/dbi
464
+
465
+ commit:: 68a62555c54897dd7d3ce2eef607739aa076f667
466
+ Author:: Erik Hollensbe <erik@hollensbe.org>
467
+ Date:: Sat Jul 26 00:41:56 2008 -0700
468
+
469
+ * Fix for the DBI test that tests the version
470
+
471
+ commit:: 76fbf73f56bb1f4c008299eab1c23d80f337bfa7
472
+ Author:: Erik Hollensbe <erik@hollensbe.org>
473
+ Date:: Sat Jul 26 00:40:31 2008 -0700
474
+
475
+ * Bumped version on DBI so gems will still work and have proper deps
476
+
477
+ commit:: d67ba5f69c8d47aa4dd007086f879ef5a685f6b1
478
+ Author:: Erik Hollensbe <erik@hollensbe.org>
479
+ Date:: Sat Jul 26 00:37:20 2008 -0700
480
+
481
+ * Added dependencies for DBI
482
+ * Played around with lib/dbi/trace.rb; it's not going to stay. updated TODO
483
+
484
+ commit:: 0c1c2109f2599b96d22f2df2cb0accfb61d7a457
485
+ Author:: Erik Hollensbe <erik@hollensbe.org>
486
+ Date:: Fri Jul 25 20:30:46 2008 -0700
487
+
488
+ * DBI and DBD Rakefiles both work as expected:
489
+ * DBI Rakefile includes the right files in DBI and DBD packages
490
+ * DBD .tar.gz and .zip files include all the tools to make gems, test, and repackage
491
+ * DBDs now attempt to require DBI, this is to ensure that testing works without DBI in the package.
492
+
493
+ commit:: e1eec1157fc79426d5d00ec6582bc16029a140ae
494
+ Author:: Erik Hollensbe <erik@hollensbe.org>
495
+ Date:: Thu Jul 24 18:13:44 2008 -0700
496
+
497
+ * new required DBD constant: DESCRIPTION, which describes the DBD's purpose.
498
+ * Rakefile.dbi.rb is properly generating packages again
499
+
500
+ commit:: 1136a81721598dee5812a9723690d0dfaa7b4212
501
+ Author:: Erik Hollensbe <erik@hollensbe.org>
502
+ Date:: Thu Jul 24 17:55:20 2008 -0700
503
+
504
+ * Stage 2 of Rakefile changes
505
+
506
+ commit:: 39c0cbb9e8a6c01653fac9c93e0ff188c2eb49dd
507
+ Author:: Erik Hollensbe <erik@hollensbe.org>
508
+ Date:: Thu Jul 24 17:25:13 2008 -0700
509
+
510
+ * Moved /Rakefile -> build/Rakefile.dbi - alterations will come in next commit
511
+
512
+ commit:: 82a6d26d3e054239c72d528bab15c933537ec6f1
513
+ Author:: Erik Hollensbe <erik@hollensbe.org>
514
+ Date:: Thu Jul 24 09:01:18 2008 -0700
515
+
516
+ * Created Rakefile.dbd (which does not work yet) for using with DBD packages
517
+ * Removed the DOC_FILES addition in most package specs, this was already being included elsewhere
518
+
519
+ commit:: 904ab1d452100b7c77e1b83dd679a83cb7b8630f
520
+ Author:: Erik Hollensbe <erik@hollensbe.org>
521
+ Date:: Thu Jul 24 08:16:26 2008 -0700
522
+
523
+ * Rakefile changes:
524
+ * Stock 3.4.1 setup.rb in all .tar.gz's and .zip's now
525
+ * LICENSE/README/etc in all packages
526
+ * fixes to ensure all dbd portions are included
527
+ * DBD-specific tests are now included in packages
528
+
529
+ commit:: 556e08726d9716e5b06d558b8250eb9f0d06df9e
530
+ Author:: Erik Hollensbe <erik@hollensbe.org>
531
+ Date:: Wed Jul 23 17:28:00 2008 -0700
532
+
533
+ * removed bin/PATHCONV and translated the affected filenames
534
+
535
+ commit:: 6d19af7147e4be01363613426610d29e00f72faa
536
+ Author:: Erik Hollensbe <erik@hollensbe.org>
537
+ Date:: Wed Jul 23 17:26:51 2008 -0700
538
+
539
+ * Moved scripts to bin directory instead of the subdir thing they were in
540
+
541
+ commit:: e4b250f620eab7a2aa2f29de8fe70d066e0fdc1b
542
+ Author:: Erik Hollensbe <erik@hollensbe.org>
543
+ Date:: Wed Jul 23 17:16:27 2008 -0700
544
+
545
+ * Sybase DBD is GONE
546
+ * New setup.rb
547
+
548
+ commit:: b40c85c821a3ef36918386f7097646226d21c2eb
549
+ Author:: Erik Hollensbe <erik@hollensbe.org>
550
+ Date:: Wed Jul 23 16:08:10 2008 -0700
551
+
552
+ * Removed that nasty ColumnInfo mixin in the Mysql DBD
553
+
554
+ commit:: 724ac6bf6d5642442eacd8e1b6254740574997ea
555
+ Author:: Erik Hollensbe <erik@hollensbe.org>
556
+ Date:: Wed Jul 23 16:06:44 2008 -0700
557
+
558
+ * Fixed DBD tests re: forcing all ColumnInfo keys to symbol
559
+
560
+ commit:: b5c21526df27da7eafea5a9969d46d3fdd681e0a
561
+ Author:: Erik Hollensbe <erik@hollensbe.org>
562
+ Date:: Wed Jul 23 15:55:19 2008 -0700
563
+
564
+ * Removed a lot of cruft from ColumnInfo & Tests
565
+ * Added deprecation warnings to the aliases provided in ColumnInfo
566
+
567
+ commit:: 89ec97e6eb14268d7cc0a117bf4b3c7245a9a802
568
+ Author:: Erik Hollensbe <erik@hollensbe.org>
569
+ Date:: Wed Jul 23 14:23:02 2008 -0700
570
+
571
+ * ColumnInfo is now a DelegateClass of Hash, instead of inheriting from Hash directly.
572
+
573
+ commit:: bd9ff5bc608fadda89c9df4b57f321b35a5a83dd
574
+ Author:: Erik Hollensbe <erik@hollensbe.org>
575
+ Date:: Fri Jul 18 07:53:18 2008 -0700
576
+
577
+ * Added a nullable requirement for all drivers in dbh#columns.
578
+ * Fixed a pretty nasty bug getting pkey/unique information in the Pg driver
579
+
580
+ commit:: a12c25181800a258c4085a48925e15eb96295863
581
+ Author:: Erik Hollensbe <erik@hollensbe.org>
582
+ Date:: Fri Jul 18 06:50:42 2008 -0700
583
+
584
+ * Precision/Scale tests: now works both in columns and column_info output for all drivers
585
+
586
+ commit:: fa6df70c17e589d6977831543ceaf43885a5ba9d
587
+ Author:: Erik Hollensbe <erik@hollensbe.org>
588
+ Date:: Fri Jul 18 04:18:46 2008 -0700
589
+
590
+ * Integrated precision_test table into column and columninfo tests. Required collateral changes below.
591
+ * New Type: DBI::Type::Decimal to represent DECIMAL and NUMERIC types, falls back to Float, parses to stdlib BigDecimal.
592
+ * TypeUtil's generic conversion map was updated to handle this type and appropriately communicate it in a query.
593
+ * MySQL treats NUMERIC/DECIMAL as type 246, which isn't in the TYPE_MAP and therefor never got mapped properly.
594
+ * This impacted the sum bugfix from pre-0.2.0, converting it to BigDecimal. I think this is an improvement.
595
+
596
+ commit:: b3584e283d86a95f128cf87133f6c355f57b0306
597
+ Author:: Erik Hollensbe <erik@hollensbe.org>
598
+ Date:: Fri Jul 18 03:37:22 2008 -0700
599
+
600
+ * Added precision_test table to all DBD tests
601
+
602
+ commit:: 73de88a98b1d4477c8309759bf3772e06a053d3c
603
+ Author:: Erik Hollensbe <erik@hollensbe.org>
604
+ Date:: Fri Jul 18 03:27:10 2008 -0700
605
+
606
+ * sth#column_info tests
607
+
608
+ commit:: 989aa098eff6fa306a123d5cac6f6b0441c732fc
609
+ Author:: Erik Hollensbe <erik@hollensbe.org>
610
+ Date:: Fri Jul 18 03:12:35 2008 -0700
611
+
612
+ * Some dbh#columns tests that validate columninfo data across all DBDs
613
+
614
+ commit:: ed963700ac6bdfaa91178d2fca56abb39fce4c34
615
+ Author:: Erik Hollensbe <erik@hollensbe.org>
616
+ Date:: Fri Jul 18 02:58:30 2008 -0700
617
+
618
+ * Renamed ColumnInfo to DBI::ColumnInfo
619
+
620
+ commit:: f6f18a7d39a689af1bc6cf426c9df9b5797677de
621
+ Author:: Erik Hollensbe <erik@hollensbe.org>
622
+ Date:: Fri Jul 18 02:38:14 2008 -0700
623
+
624
+ * Deprecated with warnings: DBI::Date, DBI::Timestamp, DBI::Time
625
+ * Added gem dependency 'deprecated' gem
626
+
627
+ commit:: 55322e5554dd690066f24b82bb4d152b07cb7bee
628
+ Author:: Erik Hollensbe <erik@hollensbe.org>
629
+ Date:: Wed Jul 16 10:26:25 2008 -0700
630
+
631
+ * Boolean tests
632
+
633
+ commit:: 878a057cd7e0dac6982ebafe991d6c374a5cfd32
634
+ Author:: Erik Hollensbe <erik@hollensbe.org>
635
+ Date:: Wed Jul 16 10:22:19 2008 -0700
636
+
637
+ * NULL type coercion
638
+ * Fixed a *lot* of bugs related to these tests :)
639
+
640
+ commit:: e9a8f0bf8da1a9a3314c0edce88c62e8ec5dd309
641
+ Author:: Erik Hollensbe <erik@hollensbe.org>
642
+ Date:: Wed Jul 16 09:03:45 2008 -0700
643
+
644
+ * More type system tests
645
+
646
+ commit:: afad45a26658ee9431b01983ef2eda1aed206cdf
647
+ Author:: Erik Hollensbe <erik@hollensbe.org>
648
+ Date:: Wed Jul 16 08:19:53 2008 -0700
649
+
650
+ * More type tests
651
+
652
+ commit:: 172c87f5e6cb122094940727a3e939ddb0a0f76e
653
+ Author:: Erik Hollensbe <erik@hollensbe.org>
654
+ Date:: Wed Jul 16 08:11:13 2008 -0700
655
+
656
+ * test/dbi/tc_types.rb: DBI::Type and DBI::TypeUtil tests
657
+
658
+ commit:: e0df6c9ae41c1f81a5156a9ab97d0e0defd052a2
659
+ Author:: Erik Hollensbe <erik@hollensbe.org>
660
+ Date:: Wed Jul 16 07:32:00 2008 -0700
661
+
662
+ * Broke up SQLite3 driver
663
+
664
+ commit:: c9d39cc800deb4f5738ad6f838d4024d16d2b7c3
665
+ Author:: Erik Hollensbe <erik@hollensbe.org>
666
+ Date:: Wed Jul 16 07:18:22 2008 -0700
667
+
668
+ * Broke up SQLite driver
669
+
670
+ commit:: d88476b1f969053bd1a577914c74329e7ad70dd7
671
+ Author:: Erik Hollensbe <erik@hollensbe.org>
672
+ Date:: Wed Jul 16 07:14:35 2008 -0700
673
+
674
+ * Broke up Pg DBD
675
+
676
+ commit:: 7ecc56e48076bd6e67aa054a2be120ec4b334a69
677
+ Author:: Erik Hollensbe <erik@hollensbe.org>
678
+ Date:: Wed Jul 16 07:01:30 2008 -0700
679
+
680
+ * Even more readable
681
+
682
+ commit:: 310d615b266ca7572dd0fcf6e64834419972b141
683
+ Author:: Erik Hollensbe <erik@hollensbe.org>
684
+ Date:: Wed Jul 16 07:00:34 2008 -0700
685
+
686
+ * Base Mysql DBD a little more readable now
687
+
688
+ commit:: 74de7ae7cb2ca09172a08208cb86d5b2cbc8e5fa
689
+ Author:: Erik Hollensbe <erik@hollensbe.org>
690
+ Date:: Wed Jul 16 06:59:26 2008 -0700
691
+
692
+ * Mysql DBD broken into several parts
693
+
694
+ commit:: 7db39811774f0fd7e488784fa5376f45ae330ff2
695
+ Author:: Erik Hollensbe <erik@hollensbe.org>
696
+ Date:: Wed Jul 16 06:39:29 2008 -0700
697
+
698
+ * removed unused version.rb file
699
+
700
+ commit:: ca71d1cabc6c794928bb6dfe96deab0c083d6ee7
701
+ Author:: Erik Hollensbe <erik@hollensbe.org>
702
+ Date:: Wed Jul 16 06:38:23 2008 -0700
703
+
704
+ * Moved DBI::TypeUtil to separate file
705
+
706
+ commit:: d0f196c972f41e9abb1b766514b58265041bb75a
707
+ Author:: Erik Hollensbe <erik@hollensbe.org>
708
+ Date:: Wed Jul 16 06:34:22 2008 -0700
709
+
710
+ * Moved DBI::SQL:PreparedStatement to its own file
711
+
712
+ commit:: 31aaffe228e109a8414102ad67bb80fc6701309b
713
+ Author:: Erik Hollensbe <erik@hollensbe.org>
714
+ Date:: Wed Jul 16 06:30:41 2008 -0700
715
+
716
+ * DBI::SQL::BasicBind and DBI::SQL::BasicQuote are now things of the past
717
+
718
+ commit:: b53d794f89461972ef304656ba84679800c91a4b
719
+ Author:: Erik Hollensbe <erik@hollensbe.org>
720
+ Date:: Wed Jul 16 06:20:24 2008 -0700
721
+
722
+ * Broke up DBI::Utils::* namespace into separate files
723
+
724
+ commit:: f8c4f21bfcfc23afeee9046e4df9b837aa9d91ad
725
+ Author:: Erik Hollensbe <erik@hollensbe.org>
726
+ Date:: Wed Jul 16 06:09:07 2008 -0700
727
+
728
+ * Nixed superfluous find require
729
+
730
+ commit:: 748ab1688fd37e139fcef820cf4c44a01287681a
731
+ Author:: Erik Hollensbe <erik@hollensbe.org>
732
+ Date:: Wed Jul 16 06:08:17 2008 -0700
733
+
734
+ * Moved DBI::Base::* to separate files
735
+
736
+ commit:: 0174ee2952308ca7f4528047372a4e2af6490b79
737
+ Author:: Erik Hollensbe <erik@hollensbe.org>
738
+ Date:: Wed Jul 16 06:03:23 2008 -0700
739
+
740
+ * Broke handle classes out into separate files
741
+
742
+ commit:: 001b38df88f6ac86a4c83fdcdee7503b85bdea2e
743
+ Author:: Erik Hollensbe <erik@hollensbe.org>
744
+ Date:: Wed Jul 16 05:57:06 2008 -0700
745
+
746
+ * Yanked DBI::Binary, Exception classes, and SQL_* constants out into their own files
747
+
748
+ commit:: 6651c7ecacb195c89212e0899b2f24e8f8cac0b2
749
+ Author:: Erik Hollensbe <erik@hollensbe.org>
750
+ Date:: Wed Jul 16 04:23:42 2008 -0700
751
+
752
+ * DBI and SQLite binding API slightly differs and both produce mildly
753
+ different results when testing, the tests were modified to take advantage of
754
+ this without copying code.
755
+
756
+ commit:: d92b9e3a31f599ab0fb3502b5af87f1c49f99324
757
+ Author:: Erik Hollensbe <erik@hollensbe.org>
758
+ Date:: Wed Jul 16 04:01:03 2008 -0700
759
+
760
+ * SQLite3 driver now works with new type system
761
+ * Removed some deprecated fetch specializations that would never be called due to the new way fetch is handled
762
+
763
+ commit:: f88beb99ddea04ed25b47a2148e759f777a65e39
764
+ Author:: Erik Hollensbe <erik@hollensbe.org>
765
+ Date:: Tue Jul 15 23:28:26 2008 -0700
766
+
767
+ * Case-insensitive require fixes in DBI
768
+ * Binding API fixes for MySQL
769
+
770
+ commit:: 204ab87a01022a79d4a5e7781e22911944ab79f8
771
+ Author:: Erik Hollensbe <erik@hollensbe.org>
772
+ Date:: Mon Jul 14 19:29:28 2008 -0700
773
+
774
+ * Cleaned up DBI tests. Removed several.
775
+
776
+ commit:: eafb622a020b08664db9dffbbd7f28da96caf48a
777
+ Author:: Erik Hollensbe <erik@hollensbe.org>
778
+ Date:: Mon Jul 14 19:05:18 2008 -0700
779
+
780
+ * WARNING: Most DBI tests are broken right now
781
+ * Gutted quoting system entirely, favoring the new type system to handle it.
782
+ * ByteA is now a type, PGcoerce module is gone, gone, gone.
783
+ * Removed quote instance methods in Pg, replaced with a quote class method for aiding types
784
+ * All complex types use the E'' quoting syntax now, which should make Pg happier.
785
+ * Small changes to the type system:
786
+ * Conversions will now only cascade if the object remains unchanged. This prevents double-quoting.
787
+ * All recognized types should be properly quoted now.
788
+
789
+ commit:: 7c8e5242ef7f2b4764a07882769d1a920a934f6d
790
+ Author:: Erik Hollensbe <erik@hollensbe.org>
791
+ Date:: Mon Jul 14 16:46:11 2008 -0700
792
+
793
+ * Type conversion seems to be doing its job
794
+ * ByteA probably still isn't working right.
795
+
796
+ commit:: 1d9307bdb592168ac64bb6884b0d29c9231cfe5e
797
+ Author:: Erik Hollensbe <erik@hollensbe.org>
798
+ Date:: Mon Jul 14 15:05:03 2008 -0700
799
+
800
+ * New method: DBI::TypeUtil.type_name_to_module converts the type_name from columns output into a class
801
+ * original functionality decoupled from DBI#column_types
802
+ * DBI::DBD::Pg::Type::Array now has a base_type attribute to explain the encapsulated type
803
+ * Pg columns now returns array types as a dbi_type with a constructed Array object as the value
804
+ * More tests for Pg arrays
805
+
806
+ commit:: 8df9e250bc88a1e5af242b2ebe7340afbf1262e9
807
+ Author:: Erik Hollensbe <erik@hollensbe.org>
808
+ Date:: Mon Jul 14 14:44:11 2008 -0700
809
+
810
+ * Pg array -> Ruby array parser (with types) working now
811
+
812
+ commit:: c0747f49424fe482d503008c1ffebbb973b22534
813
+ Author:: Erik Hollensbe <erik@hollensbe.org>
814
+ Date:: Mon Jul 14 13:05:38 2008 -0700
815
+
816
+ * An attempt at converting ruby arrays to Pg arrays in the Pg driver
817
+
818
+ commit:: a43f3e3c1b4878c4ecb65c9d64ff79eb58680803
819
+ Author:: Erik Hollensbe <erik@hollensbe.org>
820
+ Date:: Mon Jul 14 12:16:22 2008 -0700
821
+
822
+ * Shifted types of arrays:
823
+ * Types in columns output will now reflect the base type of the array (integer, varchar, etc)
824
+ * The flag "array_of_type" will be set to true if the column is an array
825
+ * Note: there is still no indication of the dimensions or any information about those dimensions.
826
+
827
+ commit:: f3c802c35b417118b29a948c91d3c736fd62c882
828
+ Author:: Erik Hollensbe <erik@hollensbe.org>
829
+ Date:: Mon Jul 14 11:32:17 2008 -0700
830
+
831
+ * Lots of healthy TODO modification
832
+ * test/dbd/postgresql/test_arrays.rb filled out a little bit
833
+
834
+ commit:: 8aa84cd97503244f204efcf07afede10cc2827ea
835
+ Author:: Erik Hollensbe <erik@hollensbe.org>
836
+ Date:: Mon Jul 14 09:36:04 2008 -0700
837
+
838
+ * array table added for Pg
839
+
840
+ commit:: e685648e01aed1cfbc47415faa6d7c4b94609798
841
+ Author:: Erik Hollensbe <erik@hollensbe.org>
842
+ Date:: Mon Jul 7 03:16:30 2008 -0700
843
+
844
+ * DBI::DBD::DIR is *gone*
845
+ * load_driver rewritten and simplified
846
+ * new support methods to enumerate available DBDs
847
+
848
+ commit:: 5481609ad0a18a56727b1582b15c33a0692011d9
849
+ Author:: Erik Hollensbe <erik@hollensbe.org>
850
+ Date:: Mon Jul 7 02:40:34 2008 -0700
851
+
852
+ * Removed all deprecated drivers (see TODO list for current exceptions)
853
+ * Updated TODO
854
+
855
+ commit:: 7ac4465c99a24708d93d3f99dd688db0c981e4f2
856
+ Author:: Erik Hollensbe <erik@hollensbe.org>
857
+ Date:: Mon Jul 7 02:39:13 2008 -0700
858
+
859
+ * Pg array test stub
860
+
861
+ commit:: 4bc3429cb83caec67e6019a94c75d80577d41dab
862
+ Author:: Erik Hollensbe <erik@hollensbe.org>
863
+ Date:: Thu Jun 12 12:50:03 2008 -0700
864
+
865
+ * Fixed a faulty tables test that will never be consistent across many postgresql versions
866
+
867
+ commit:: 4553990f05884ec9e57bd7b4a21bc9f12eb3edc2
868
+ Author:: Erik Hollensbe <erik@hollensbe.org>
869
+ Date:: Fri Apr 25 04:37:55 2008 -0700
870
+
871
+ * Indentation fixes to Mysql driver
872
+
873
+ commit:: e7f7fcbff57f79da9ff5b99c702ea9d77c06cedb
874
+ Author:: Erik Hollensbe <erik@hollensbe.org>
875
+ Date:: Fri Apr 25 04:33:40 2008 -0700
876
+
877
+ * Mysql driver/tests updated for types API
878
+
879
+ commit:: bce8e2388b5b4cc911ebe6ac047f20bf942ee269
880
+ Author:: Erik Hollensbe <erik@hollensbe.org>
881
+ Date:: Fri Apr 25 04:13:51 2008 -0700
882
+
883
+ * Added a couple of comments.
884
+
885
+ commit:: 458f3212cdee4fa7ccfae696d63b4d59df59946c
886
+ Author:: Erik Hollensbe <erik@hollensbe.org>
887
+ Date:: Fri Apr 25 04:12:50 2008 -0700
888
+
889
+ * Removed dead code
890
+
891
+ commit:: a68b55ccf2eaa8f46b095c91820efd423159f446
892
+ Author:: Erik Hollensbe <erik@hollensbe.org>
893
+ Date:: Fri Apr 25 04:11:51 2008 -0700
894
+
895
+ * Some indentation fixes
896
+
897
+ commit:: 58fced679c997a34533a3b73b9a2c61a44976959
898
+ Author:: Erik Hollensbe <erik@hollensbe.org>
899
+ Date:: Fri Apr 25 04:07:10 2008 -0700
900
+
901
+ * Postgresql driver/tests working
902
+
903
+ commit:: 0c4fb698b5b87a4c359223c54626e841be746ff1
904
+ Author:: Erik Hollensbe <erik@hollensbe.org>
905
+ Date:: Fri Apr 25 02:21:54 2008 -0700
906
+
907
+ * Fixed DBI tests
908
+
909
+ commit:: aace8131284ec5dea62d147eb4f1486aa88211ee
910
+ Author:: Erik Hollensbe <erik@hollensbe.org>
911
+ Date:: Fri Apr 25 02:15:10 2008 -0700
912
+
913
+ * Fixed sqlite tests
914
+
915
+ commit:: 6345cd1a6929ef396c4f661220e1a8e1eda9f1d2
916
+ Author:: Erik Hollensbe <erik@hollensbe.org>
917
+ Date:: Fri Apr 25 02:14:10 2008 -0700
918
+
919
+ * Fixed sqlite3 tests
920
+
921
+ commit:: ec003651a813c8dc1a3408bc332fb139dd02a3a4
922
+ Author:: Erik Hollensbe <erik@hollensbe.org>
923
+ Date:: Wed Apr 23 21:19:39 2008 -0700
924
+
925
+ * Starting in on fixes to the pg driver
926
+ * Lots of test changes -- mostly storing statement handles as a class var so we can finish them if the test fails
927
+
928
+ commit:: 87d084e9e12fbe1e9e853d3ad3c4c73f21b4c033
929
+ Author:: Erik Hollensbe <erik@hollensbe.org>
930
+ Date:: Thu Apr 17 17:18:01 2008 -0700
931
+
932
+ * Fix for the Rakefile that tests the ability to require the drivers before building namespaces for them
933
+ * Many fixes to test/dbd/general/test_types
934
+ * Many fixes to SQLite3 driver regarding type handling
935
+
936
+ commit:: 41e082f10a697ab072fa77cf125d91d3131c726d
937
+ Author:: Erik Hollensbe <erik@hollensbe.org>
938
+ Date:: Thu Apr 17 14:22:18 2008 -0700
939
+
940
+ * removed some commented out code from the SQLite3 driver.
941
+
942
+ commit:: 6801d689c01782242d92546fe290142cabbd589a
943
+ Author:: Erik Hollensbe <erik@hollensbe.org>
944
+ Date:: Thu Apr 17 14:06:58 2008 -0700
945
+
946
+ * Null handling
947
+ * removed type conversion from SQLite driver
948
+
949
+ commit:: 6b53384d47c2b946e811128a49c844c4f49dd921
950
+ Author:: Erik Hollensbe <erik@hollensbe.org>
951
+ Date:: Thu Apr 17 13:53:08 2008 -0700
952
+
953
+ * Fixed Date/Time parsing
954
+
955
+ commit:: 8b76da9c00dcb6cbb32c88ae00f116443eb8905e
956
+ Author:: Erik Hollensbe <erik@hollensbe.org>
957
+ Date:: Thu Apr 17 13:43:26 2008 -0700
958
+
959
+ * Inbound parameter conversion
960
+
961
+ commit:: f72d55ab4dd321b4668dfc239758c9c68ba8d83b
962
+ Author:: Erik Hollensbe <erik@hollensbe.org>
963
+ Date:: Thu Apr 17 12:27:19 2008 -0700
964
+
965
+ * Moved parse logic from SQLite3 driver to DBI::StatementHandle#column_types
966
+
967
+ commit:: 27938c99e9986cc4ba9cc2fe395dd25909772c80
968
+ Author:: Erik Hollensbe <erik@hollensbe.org>
969
+ Date:: Thu Apr 17 12:21:48 2008 -0700
970
+
971
+ * A basic dry-run of DBI::Type.parse for various types
972
+
973
+ commit:: 2cc28948db2205073fc2f86067cd7fafc189bd16
974
+ Author:: Erik Hollensbe <erik@hollensbe.org>
975
+ Date:: Thu Apr 17 11:23:58 2008 -0700
976
+
977
+ * Added dbi/types to require list
978
+ * Added a copyright notice in the source
979
+
980
+ commit:: fadc02793d86ffdf4dea84cb71f727a8b5ce9f72
981
+ Author:: Erik Hollensbe <erik@hollensbe.org>
982
+ Date:: Mon Apr 14 12:00:54 2008 -0700
983
+
984
+ * Added a StatementHandle#dbh parameter to get the dbh that created the statement handle
985
+
986
+ commit:: 99304f17ca5cc5cbe8b7caddc917f259d2d71d70
987
+ Author:: Erik Hollensbe <erik@hollensbe.org>
988
+ Date:: Mon Apr 14 10:06:21 2008 -0700
989
+
990
+ * Added a "driver_name" property to DatabaseHandles that yields the driver name information as a string.
991
+ * Reformatted the majority of dbi.rb
992
+
993
+ commit:: ec63e12741da5cd40b9a7ac3b26e15ee622d4d4c
994
+ Author:: Erik Hollensbe <erikh@speyside.(none)>
995
+ Date:: Fri Apr 4 08:38:51 2008 -0700
996
+
997
+ ColumnInfo sanity patch by Pistos
998
+
999
+ commit:: b87cd704db9a6bf031255ae7ca30b70e0df621e0
1000
+ Author:: Erik Hollensbe <erikh@speyside.(none)>
1001
+ Date:: Sun Mar 30 22:20:23 2008 -0700
1002
+
1003
+ * Initial (untested) types implementation. Still workin' on it.
1004
+
1005
+ commit:: f0c124d920ef6996ea63400686a563c6e89cf694
1006
+ Author:: Erik Hollensbe <erikh@75-142-20-218.dhcp.or.charter.com>
1007
+ Date:: Mon Mar 24 09:24:48 2008 -0700
1008
+
1009
+ * basic prototype/description of type handling
1010
+
1011
+ commit:: 8a97a5dd173de711ed22a66d829fcb6b4cd06250
1012
+ Author:: Erik Hollensbe <erik@hollensbe.org>
1013
+ Date:: Mon Mar 17 08:49:37 2008 -0700
1014
+
1015
+ * Rakefile's a little easier to decipher now
1016
+ * Each DBD has it's own version!
1017
+
1018
+ commit:: d32cf2f2ceb161fb63768657b89f4ee2fd783b06
1019
+ Author:: Erik Hollensbe <erik@hollensbe.org>
1020
+ Date:: Mon Mar 17 08:25:44 2008 -0700
1021
+
1022
+ * Reworked Rakefile to gem all supported DBDs and DBI separately
1023
+
1024
+ ## 0.2.0 - 03/16/2008
1025
+
1026
+ ##= Summary
1027
+
1028
+ * SQLite (2.x) driver rewritten in ruby
1029
+ * SQLite (3.x) driver provided by Jun Mukai
1030
+ * Migrated DBD::Pg to 'pg' low-level library
1031
+ * bytea and LOB support for DBD::Pg
1032
+ * New DBD Test suite
1033
+ * Tons of bug fixes
1034
+
1035
+ commit:: 7bc29dd74badd75daa99b4c1f2c97e93dbc6a405
1036
+ Author:: Erik Hollensbe <erik@hollensbe.org>
1037
+ Date:: Fri Mar 14 11:13:48 2008 -0700
1038
+
1039
+ * Fixed two bugs in the Pg driver (thanks again Mike Pomraning):
1040
+ * A tables bug where the system tables were not being sent back.
1041
+ * A columns bug where the columns were not properly selected when the schema search path was altered.
1042
+
1043
+ commit:: eaf228bdf1c992cd8c523872057e5d2e1901eb6d
1044
+ Author:: Erik Hollensbe <erikh@speyside.(none)>
1045
+ Date:: Wed Mar 12 15:35:08 2008 -0700
1046
+
1047
+ * Fix for timestamp type handling under mysql
1048
+
1049
+ commit:: ce4c59e0a60f0dc4bbd66cc84c1b2a50df17c6ca
1050
+ Author:: Erik Hollensbe <erik@hollensbe.org>
1051
+ Date:: Tue Mar 11 10:58:18 2008 -0700
1052
+
1053
+ * Some fixes for timestamp handling for SQLite3
1054
+
1055
+ commit:: beb4c5b31b355180761df024c6933e1b67a2f59c
1056
+ Author:: Erik Hollensbe <erik@hollensbe.org>
1057
+ Date:: Tue Mar 11 09:09:37 2008 -0700
1058
+
1059
+ * Patch provided by Mike Pomraning that gets timestamps in a sane fashion!
1060
+
1061
+ commit:: a6d70ffb23bb0493cd73ebe38dd413a9d86173bd
1062
+ Author:: Erik Hollensbe <erikh@speyside.(none)>
1063
+ Date:: Sat Mar 8 19:05:58 2008 -0800
1064
+
1065
+ * Fixed a DBI::Timestamp#to_s error
1066
+
1067
+ commit:: 48690de14c144ac030b12a2a627db611a0ca257c
1068
+ Author:: Erik Hollensbe <erikh@speyside.(none)>
1069
+ Date:: Sat Mar 8 01:19:42 2008 -0800
1070
+
1071
+ * Fix for #3916 - sth.any? and sth.rows.zero? not consistent across DBDs
1072
+
1073
+ commit:: 55f118d3e54dc546b133083271d80caccf00ab53
1074
+ Author:: Erik Hollensbe <erikh@speyside.(none)>
1075
+ Date:: Sat Mar 8 00:34:51 2008 -0800
1076
+
1077
+ * Peter Schiller's thread-safety patch
1078
+ * Some more tests surrounding the row count and fetchable?
1079
+
1080
+ commit:: b496e0d981891fad6291dc49161963a15f05472a
1081
+ Author:: Erik Hollensbe <erikh@speyside.(none)>
1082
+ Date:: Thu Mar 6 22:55:07 2008 -0800
1083
+
1084
+ * Plenty of DBI::Time fixes (based on a patch from #7710 and tests that were written as generals)
1085
+
1086
+ commit:: 679bde33924ee368322f7ece4509822e07e68955
1087
+ Author:: Erik Hollensbe <erikh@speyside.(none)>
1088
+ Date:: Thu Mar 6 21:42:00 2008 -0800
1089
+
1090
+ * #6965 Fix and test (not ideal, but it does work)
1091
+
1092
+ commit:: 3819bd468b941465abaffd6b7adc5afa1ddd0406
1093
+ Author:: Erik Hollensbe <erikh@speyside.(none)>
1094
+ Date:: Thu Mar 6 21:11:06 2008 -0800
1095
+
1096
+ * #4727 integrated
1097
+
1098
+ commit:: 32c0e5e6fea308cd52891bf6dac589ad84b29ba4
1099
+ Author:: Erik Hollensbe <erikh@speyside.(none)>
1100
+ Date:: Thu Mar 6 20:57:00 2008 -0800
1101
+
1102
+ * Applied patch from ticket #7711
1103
+
1104
+ commit:: 34286112df17fbdb7588f45b176a42fb3a77aaae
1105
+ Author:: Erik Hollensbe <erikh@speyside.(none)>
1106
+ Date:: Sun Feb 24 12:56:35 2008 -0800
1107
+
1108
+ * Fixed bug #10466
1109
+
1110
+ commit:: 1f19663fd9b31b0f2f0a111f227220d5ee8cbe1d
1111
+ Author:: Erik Hollensbe <erikh@speyside.(none)>
1112
+ Date:: Sun Feb 24 12:09:44 2008 -0800
1113
+
1114
+ * Fixed #1082
1115
+
1116
+ commit:: f3e6e077e4073c892d8449ec6e1912ffe9f76f95
1117
+ Author:: Erik Hollensbe <erikh@speyside.(none)>
1118
+ Date:: Sun Feb 24 12:02:23 2008 -0800
1119
+
1120
+ * ByteA fixes!
1121
+
1122
+ commit:: 8668eb0c1561b49b144f4a56c3edc2bce90bc2a0
1123
+ Author:: Erik Hollensbe <erikh@speyside.(none)>
1124
+ Date:: Sun Feb 24 00:29:00 2008 -0800
1125
+
1126
+ * Fixed most of the LOB support (yay!)
1127
+
1128
+ commit:: 32ac057631b16429051c90fa9aab3ed1bb560e32
1129
+ Author:: Erik Hollensbe <erikh@speyside.(none)>
1130
+ Date:: Sat Feb 23 23:35:19 2008 -0800
1131
+
1132
+ * Initial porting attempt from ruby-postgres to ruby-pg
1133
+ * Test fixes and additions
1134
+
1135
+ ## 0.1.2 - 02-Sep-2006
1136
+
1137
+ ##= General
1138
+ * Paul DuBois: test/dbi/tc_dbi.rb: DBI version number test failed because it
1139
+ was expected to be 0.1.0. (Should have been 0.1.1.) But 0.1.1 has been
1140
+ released, so update DBI version number and expected number in test to 0.1.2.
1141
+
1142
+ ## 0.1.1 - 12-Aug-2006
1143
+
1144
+ ##= General
1145
+
1146
+ * Paul DuBois: README: Added URLs for the RubyForge DBI project.
1147
+ * Patrick May: removed misleading space in setup.rb config example.
1148
+ * Francis Hwang: fixed bug 597: behaviour of StatementHandle#fetch doesn't
1149
+ match DBI specification
1150
+ * incorporated Matthew Bloch's patch for handling bad timestamps like
1151
+ '0000-00-00 00:00:00'
1152
+
1153
+ ##= MySQL
1154
+
1155
+ * Paul DuBois: Mysql.rb. Expose additional attributes through Database::func():
1156
+ :client_info (String), :client_version (Fixnum), :host_info (String),
1157
+ :info (String), :proto_info (Fixnum), :server_info (String),
1158
+ :stat (String), :thread_id (Fixnum).
1159
+ * Paul DuBois:
1160
+ Mysql.rb. Modified column_info method to support standard sql_type and
1161
+ type_name column attributes and MySQL-specific mysql_type_name
1162
+ attribute.
1163
+ MYSQL_to_XOPEN hash: Added LONGTEXT and BIT members, corrected length
1164
+ for BLOB and MEDIUMBLOB members.
1165
+ * Paul DuBois: Mysql.rb. Renamed column info attributes/methods:
1166
+ _type, _length, _max_length, _flags are now
1167
+ mysql_type, mysql_length, mysql_max_length, mysql_flags
1168
+ * Paul DuBois:
1169
+ Mysql.rb. Modified column_info method to support standard column
1170
+ attributes: nullable, primary, unique, indexed
1171
+ Modify column_info method to support MySQL-specific column
1172
+ attributes: _type, _length, _max_length, _flags
1173
+ * Paul DuBois:
1174
+ Mysql.rb. Test for sqlstate method using respond_to? rather than by
1175
+ raising an exception.
1176
+ Implemented mysql_compression={0|1} option in DSN to disable/enable
1177
+ compression of client/server protocol. (Default off.)
1178
+ Implemented mysql_client_found_rows={0|1} option in DSN to cause
1179
+ server to return rows-changed counts (0) or rows-matched counts (1)
1180
+ for statements that modify rows (mostly relevant for UPDATE). (Default
1181
+ is rows-changed counts)
1182
+ Bugfix: column_info calculated precision as col.length - col.decimals.
1183
+ Should be col.length (precision is not just the digits to left of
1184
+ decimal point).
1185
+ * Paul DuBois: Mysql.rb: Added state member value to DBI::DatabaseError
1186
+ exceptions for MySQL. If mysql-ruby doesn't define a sqlstate method that
1187
+ provides the SQLSTATE value, state is set to nil (which is the default value
1188
+ anyway).
1189
+ * Paul DuBois: Mysql.rb: Enabled use of mysql_read_default_file and
1190
+ mysql_read_default_group options in DSN for MySQL. These options
1191
+ enable option files to be read. This change addresses bug #1951.
1192
+ * Paul DuBois: MySQL supports transactions.
1193
+
1194
+ ##= SQLite
1195
+
1196
+ * Daniel Berger: Removed hardcoded search paths to search path; Modified
1197
+ dir_config name to lower case
1198
+
1199
+ ## 0.1.0 - 16-Feb-2006
1200
+ * Project taken over by Kirk Haines, Francis Hwang, Patrick May and Daniel
1201
+ Berger as of January, 2006 (with the permission of Michael Neumann).
1202
+ * Changelog style changed from diff style to summary style. If you want diffs,
1203
+ you can watch the CVS commits at
1204
+ http://ruby-dbi.rubyforge.org/statcvs/commit_log.html.
1205
+ * Old RUnit tests replaced with Test/Unit style tests.
1206
+ * Updated the README file to actually include useful documentation instead of
1207
+ pointing to an html document.
1208
+ * Lots of internal file/directory reorganization and renaming - none of which
1209
+ should matter to you.
1210
+ * General refactoring of the DBI::Row class including a bug fix where using
1211
+ multiple column references did not return the proper values.
1212
+ * Corresponding test suite additions and changes for DBI::Row.
1213
+ * Removed the dbrc.rb file from this distribution. The dbi-dbrc package can
1214
+ be downloaded separately from the RAA or installed as a gem.
1215
+ * Fixed bug #2793 (silent driver load failure). This also covers patch #603.
1216
+ * Fixed bug #1304 (comparing DBI::Timestamp with nil).
1217
+ * Fixed bugs #2099 (permissions issues on Windows). This also covers bug
1218
+ #2567.
1219
+
1220
+ 2004-05-20 10:36 tag dbi-0-0-23
1221
+
1222
+ 2004-05-20 10:36 Michael Neumann <mneumann@ntecs.de>
1223
+
1224
+ Changed:
1225
+ lib/dbi/version.rb (1.9), "Exp", lines: +2 -2
1226
+
1227
+ increased version
1228
+
1229
+ 2004-05-20 10:33 Michael Neumann <mneumann@ntecs.de>
1230
+
1231
+ Added:
1232
+ build/README (1.1)
1233
+
1234
+ initial creation
1235
+
1236
+ 2004-05-20 10:31 Michael Neumann <mneumann@ntecs.de>
1237
+
1238
+ Changed:
1239
+ build/USER (1.4), "Exp", lines: +1 -0
1240
+
1241
+ added whole name of user andreas (for CVS changelog)
1242
+
1243
+ 2004-05-20 10:28 Michael Neumann <mneumann@ntecs.de>
1244
+
1245
+ Changed:
1246
+ lib/dbd_odbc/ODBC.rb (1.10), "Exp", lines: +2 -2
1247
+
1248
+ modified email and copyright
1249
+
1250
+ 2004-05-20 10:27 Michael Neumann <mneumann@ntecs.de>
1251
+
1252
+ Changed:
1253
+ lib/dbd_odbc/ODBC.rb (1.9), "Exp", lines: +20 -3
1254
+
1255
+ Implemented DNS-less connections, see [ruby-talk:67352] and [ruby-talk:100837]
1256
+
1257
+ 2004-05-19 20:31 Michael Neumann <mneumann@ntecs.de>
1258
+
1259
+ Changed:
1260
+ lib/dbi/test/testsqlquote.rb (1.9), "Exp", lines: +1 -1
1261
+ lib/dbi/sql.rb (1.18), "Exp", lines: +5 -2
1262
+
1263
+ Fixed problems with quoting Time's in Postgres (and probably some other
1264
+ databases). Time's are now represented as RFC-2822 strings, with numeric
1265
+ timezones and not timezone abbreviations (e.g. now +0200 instead CEST).
1266
+ According to Brad Hilton, there are problems with e.g. the IDT timezone which
1267
+ is used in different timezones.
1268
+
1269
+ 2004-05-19 20:20 Michael Neumann <mneumann@ntecs.de>
1270
+
1271
+ Changed:
1272
+ lib/dbi/test/testsqlquote.rb (1.8), "Exp", lines: +6 -0
1273
+
1274
+ added testcase for quoting of Dates
1275
+
1276
+ 2004-05-18 13:30 Andreas Schwarz
1277
+
1278
+ Changed:
1279
+ ext/dbd_sqlite/SQLite.c (1.10), "Exp", lines: +3 -2
1280
+
1281
+ return number of changed rows in do(); closes #558
1282
+
1283
+ 2004-05-13 14:24 Michael Neumann <mneumann@ntecs.de>
1284
+
1285
+ Changed:
1286
+ lib/dbd_oracle/Oracle.rb (1.7), "Exp", lines: +4 -3
1287
+
1288
+ Database#tables now returns tables AND views
1289
+
1290
+ 2004-04-27 16:29 Michael Neumann <mneumann@ntecs.de>
1291
+
1292
+ Changed:
1293
+ lib/dbi/dbi.rb (1.42), "Exp", lines: +9 -1
1294
+ lib/dbi/sql.rb (1.17), "Exp", lines: +3 -3
1295
+ lib/dbi/test/testsqlcoerce.rb (1.5), "Exp", lines: +8 -0
1296
+
1297
+ * added comparison method DBI::Timestamp#==
1298
+
1299
+ * DBI::SQL::BasicQuote::Coerce#as_timestampe: fixed conversion of timestamps when
1300
+ timezones like "+08:00" are given (instead "+08"). (Marek Janukowicz)
1301
+
1302
+ 2004-04-26 08:40 Michael Neumann <mneumann@ntecs.de>
1303
+
1304
+ Changed:
1305
+ ext/dbd_sqlite/SQLite.c (1.9), "Exp", lines: +12 -2
1306
+
1307
+ raise exception if sql statement contains NUL characters (patch by Shirai,Kaoru)
1308
+
1309
+ 2004-04-22 20:44 Michael Neumann <mneumann@ntecs.de>
1310
+
1311
+ Changed:
1312
+ build/package.sh (1.9), "Exp", lines: +4 -5
1313
+
1314
+ *
1315
+
1316
+ 2004-04-22 20:10 tag dbi-0-0-22
1317
+
1318
+ 2004-04-22 20:10 Michael Neumann <mneumann@ntecs.de>
1319
+
1320
+ Changed:
1321
+ lib/dbi/version.rb (1.8), "Exp", lines: +2 -2
1322
+
1323
+ new version
1324
+
1325
+ 2004-04-22 20:08 Michael Neumann <mneumann@ntecs.de>
1326
+
1327
+ Changed:
1328
+ setup.rb (1.5), "Exp", lines: +1 -1
1329
+ lib/dbd_pg/test/testdbipg.rb (1.2), "Exp", lines: +4 -4
1330
+ lib/dbi/test/testrow.rb (1.6), "Exp", lines: +2 -2
1331
+ lib/dbi/test/testsqlbind.rb (1.10), "Exp", lines: +4 -4
1332
+ lib/dbi/test/testsqlcoerce.rb (1.4), "Exp", lines: +2 -2
1333
+ lib/dbi/test/testsqlquote.rb (1.7), "Exp", lines: +2 -2
1334
+
1335
+ removed "don't put space before argument parentheses" warnings (ruby18)
1336
+
1337
+ 2004-04-22 19:59 Michael Neumann <mneumann@ntecs.de>
1338
+
1339
+ Deleted:
1340
+ build/DBI-VERSIONS (1.7)
1341
+ build/create_changelog.rb (1.3)
1342
+ build/cvs2cl (1.2)
1343
+ doc/sf_logo.html (1.2)
1344
+ Added:
1345
+ build/cvs2cl.pl (1.1)
1346
+ Changed:
1347
+ build/Makefile (1.5), "Exp", lines: +3 -3
1348
+ build/package.sh (1.8), "Exp", lines: +6 -14
1349
+ doc/ToDo (1.2), "Exp", lines: +1 -0
1350
+ doc/index.rd (1.34), "Exp", lines: +5 -3
1351
+
1352
+ moved to rubyforge. modified changelog generation.
1353
+
1354
+ 2004-04-22 19:57 Michael Neumann <mneumann@ntecs.de>
1355
+
1356
+ Added:
1357
+ lib/dbd_frontbase/FrontBase.rb (1.1)
1358
+ lib/dbd_frontbase/README (1.1)
1359
+ Changed:
1360
+ lib/PATHCONV (1.11), "Exp", lines: +1 -0
1361
+
1362
+ imported FrontBase DBD (from Cail Borrell)
1363
+
1364
+ 2004-04-22 18:46 Michael Neumann <mneumann@ntecs.de>
1365
+
1366
+ Changed:
1367
+ doc/index.rd (1.33), "Exp", lines: +18 -8
1368
+
1369
+ moved to rubyforge
1370
+
1371
+ 2004-04-22 17:59 Michael Neumann <mneumann@ntecs.de>
1372
+
1373
+ Changed:
1374
+ setup.rb (1.4), "Exp", lines: +1 -1
1375
+
1376
+ remove parens warning
1377
+
1378
+ 2003-11-05 20:46 Michael Neumann <mneumann@ntecs.de>
1379
+
1380
+ Changed:
1381
+ lib/dbi/dbi.rb (1.41), "Exp", lines: +2 -1
1382
+
1383
+ StatementHandle#execute returns nil instead for internal use intended DBI::Row object
1384
+
1385
+ 2003-09-16 07:46 Michael Neumann <mneumann@ntecs.de>
1386
+
1387
+ Changed:
1388
+ lib/dbd_pg/Pg.rb (1.33), "Exp", lines: +13 -2
1389
+
1390
+ added methods Database#__set_notice_processor, Database#as_timestamp
1391
+ fixed unneeded overhead in Database#fill_array
1392
+ (submitted by Dennis Vshivkov)
1393
+
1394
+ 2003-09-14 09:35 Michael Neumann <mneumann@ntecs.de>
1395
+
1396
+ Changed:
1397
+ ext/dbd_sqlite/SQLite.c (1.8), "Exp", lines: +2 -2
1398
+
1399
+ add timezone UTC to format (MoonWolf)
1400
+
1401
+ 2003-09-11 20:57 Michael Neumann <mneumann@ntecs.de>
1402
+
1403
+ Changed:
1404
+ lib/dbi/dbi.rb (1.40), "Exp", lines: +3 -2
1405
+
1406
+ fixed warning (due to method redefinition)
1407
+
1408
+ 2003-09-11 16:10 Michael Neumann <mneumann@ntecs.de>
1409
+
1410
+ Changed:
1411
+ doc/index.rd (1.32), "Exp", lines: +3 -1
1412
+
1413
+ added contributor
1414
+
1415
+ 2003-09-11 16:08 Michael Neumann <mneumann@ntecs.de>
1416
+
1417
+ Changed:
1418
+ lib/dbd_db2/DB2.rb (1.7), "Exp", lines: +90 -41
1419
+
1420
+ added Database#columns method (by S. Veit)
1421
+
1422
+ 2003-09-07 12:44 tag dbi-0-0-21
1423
+
1424
+ 2003-09-07 12:44 Michael Neumann <mneumann@ntecs.de>
1425
+
1426
+ Changed:
1427
+ build/USER (1.3), "Exp", lines: +2 -2
1428
+
1429
+ modified email address
1430
+
1431
+ 2003-09-07 12:41 Michael Neumann <mneumann@ntecs.de>
1432
+
1433
+ Changed:
1434
+ lib/dbi/version.rb (1.7), "Exp", lines: +2 -2
1435
+ build/DBI-VERSIONS (1.6), "Exp", lines: +1 -0
1436
+
1437
+ new version
1438
+
1439
+ 2003-09-07 12:40 Michael Neumann <mneumann@ntecs.de>
1440
+
1441
+ Changed:
1442
+ build/package.sh (1.7), "Exp", lines: +7 -0
1443
+
1444
+ added further dialog
1445
+
1446
+ 2003-09-07 12:36 Michael Neumann <mneumann@ntecs.de>
1447
+
1448
+ Added:
1449
+ build/test.rb (1.1)
1450
+ lib/dbi/test/require_dispatch.rb (1.1)
1451
+ Changed:
1452
+ lib/dbi/row.rb (1.8), "Exp", lines: +3 -1
1453
+ lib/dbi/test/testrow.rb (1.5), "Exp", lines: +13 -0
1454
+ lib/dbi/test/testsqlbind.rb (1.9), "Exp", lines: +21 -2
1455
+ lib/dbi/test/testsqlcoerce.rb (1.3), "Exp", lines: +3 -2
1456
+ lib/dbi/test/testsqlquote.rb (1.6), "Exp", lines: +2 -1
1457
+
1458
+ * fixed DBI::Row.dup bug that occures in Ruby 1.8.
1459
+ * added tests for this and the SQL parse bug (/)
1460
+
1461
+ 2003-06-10 21:40 Michael Neumann <mneumann@ntecs.de>
1462
+
1463
+ Changed:
1464
+ lib/dbi/sql.rb (1.16), "Exp", lines: +2 -1
1465
+ lib/dbi/test/testsqlbind.rb (1.8), "Exp", lines: +7 -0
1466
+
1467
+ fixed SQL tokenizer bug: single slashes are preserved
1468
+
1469
+ 2003-06-06 10:54 tag dbi-0-0-20
1470
+
1471
+ 2003-06-06 10:54 Michael Neumann <mneumann@ntecs.de>
1472
+
1473
+ Changed:
1474
+ build/DBI-VERSIONS (1.5), "Exp", lines: +1 -0
1475
+ lib/dbi/version.rb (1.6), "Exp", lines: +2 -2
1476
+
1477
+ new version
1478
+
1479
+ 2003-06-06 10:48 Michael Neumann <mneumann@ntecs.de>
1480
+
1481
+ Changed:
1482
+ doc/index.rd (1.31), "Exp", lines: +5 -2
1483
+
1484
+ contributors added
1485
+
1486
+ 2003-06-03 18:46 Michael Neumann <mneumann@ntecs.de>
1487
+
1488
+ Changed:
1489
+ lib/dbi/utils.rb (1.12), "Exp", lines: +4 -3
1490
+
1491
+ TableFormatter: convert false to "false", not "NULL" (MoonWolf)
1492
+
1493
+ 2003-06-03 18:42 Michael Neumann <mneumann@ntecs.de>
1494
+
1495
+ Changed:
1496
+ ext/dbd_sqlite/SQLite.c (1.7), "Exp", lines: +62 -1
1497
+
1498
+ Database#columns method added (MoonWolf)
1499
+
1500
+ 2003-05-31 15:52 Michael Neumann <mneumann@ntecs.de>
1501
+
1502
+ Changed:
1503
+ lib/dbi/utils.rb (1.11), "Exp", lines: +2 -2
1504
+
1505
+ fixed quoting bug ('\"' should be '"') in textconv (Brian Candler)
1506
+
1507
+ 2003-05-18 20:18 Michael Neumann <mneumann@ntecs.de>
1508
+
1509
+ Changed:
1510
+ lib/dbd_pg/Pg.rb (1.32), "Exp", lines: +141 -24
1511
+
1512
+ applied array patches by Oliver M. Bolzer (DBD::Pg can now handle Postgres arrays)
1513
+
1514
+ 2003-05-16 09:50 Michael Neumann <mneumann@ntecs.de>
1515
+
1516
+ Changed:
1517
+ doc/index.rd (1.30), "Exp", lines: +12 -2
1518
+
1519
+ new contributors; link to OCI8 DBD
1520
+
1521
+ 2003-05-16 09:44 Michael Neumann <mneumann@ntecs.de>
1522
+
1523
+ Changed:
1524
+ lib/dbi/test/testsqlbind.rb (1.7), "Exp", lines: +12 -1
1525
+
1526
+ added new test cases for "-" bug
1527
+
1528
+ 2003-05-16 09:43 Michael Neumann <mneumann@ntecs.de>
1529
+
1530
+ Changed:
1531
+ lib/dbi/test/testrow.rb (1.4), "Exp", lines: +1 -1
1532
+ lib/dbi/test/testsqlcoerce.rb (1.2), "Exp", lines: +1 -1
1533
+ lib/dbi/test/testsqlquote.rb (1.5), "Exp", lines: +1 -1
1534
+
1535
+ verbose mode
1536
+
1537
+ 2003-05-16 09:43 Michael Neumann <mneumann@ntecs.de>
1538
+
1539
+ Changed:
1540
+ lib/dbi/sql.rb (1.15), "Exp", lines: +2 -1
1541
+
1542
+ bug fixed: "SELECT 1 - 3" was incorrectly transformed into "SELECT 1 3"
1543
+
1544
+ 2003-05-14 19:52 Michael Neumann <mneumann@ntecs.de>
1545
+
1546
+ Added:
1547
+ ext/dbd_sqlite/test/segfault-bug.rb (1.1)
1548
+ Changed:
1549
+ ext/dbd_sqlite/SQLite.c (1.6), "Exp", lines: +2 -2
1550
+
1551
+ fixed bug: Prepared statement is executed twice: once with no match, once with
1552
+ a match. The second case fails and segfaults.
1553
+
1554
+ 2003-05-14 18:36 Michael Neumann <mneumann@ntecs.de>
1555
+
1556
+ Added:
1557
+ ext/dbd_sqlite/test/test.rb (1.1)
1558
+ Changed:
1559
+ ext/dbd_sqlite/SQLite.c (1.5), "Exp", lines: +33 -6
1560
+
1561
+ Patch by <moonwolf@moonwolf.com>:
1562
+ * fix Row Processed Count(sqlite_changes() function)
1563
+ * fix DBI::Timestamp quote format for Timestamp sorting
1564
+ before '2003-2-13 1.2.3.0' => after '2003-02-13 01:02:03'
1565
+
1566
+ 2003-05-11 15:29 Michael Neumann <mneumann@ntecs.de>
1567
+
1568
+ Changed:
1569
+ lib/dbd_pg/Pg.rb (1.31), "Exp", lines: +25 -18
1570
+
1571
+ added NonBlocking execution mode
1572
+
1573
+ 2003-05-11 15:27 Michael Neumann <mneumann@ntecs.de>
1574
+
1575
+ Changed:
1576
+ lib/dbi/dbi.rb (1.39), "Exp", lines: +13 -5
1577
+
1578
+ class Timestamp:
1579
+ - fraction nil by default
1580
+ - fractions may be of type float (as well as integer)
1581
+ - #to_s do not show fraction if it's nil
1582
+
1583
+ 2003-05-09 19:54 Michael Neumann <mneumann@ntecs.de>
1584
+
1585
+ Changed:
1586
+ lib/dbi/dbi.rb (1.38), "Exp", lines: +5 -5
1587
+
1588
+ zero-pad date/time/timestamps (classes Date/Time/Timestamp method to_s)
1589
+
1590
+ 2003-04-27 19:18 Michael Neumann <mneumann@ntecs.de>
1591
+
1592
+ Changed:
1593
+ build/package.sh (1.6), "Exp", lines: +1 -1
1594
+
1595
+ fixed RAA entry update address
1596
+
1597
+ 2003-04-27 18:51 tag dbi-0-0-19
1598
+
1599
+ 2003-04-27 18:51 Michael Neumann <mneumann@ntecs.de>
1600
+
1601
+ Changed:
1602
+ build/DBI-VERSIONS (1.4), "Exp", lines: +1 -0
1603
+ build/USER (1.2), "Exp", lines: +1 -0
1604
+ lib/dbi/version.rb (1.5), "Exp", lines: +2 -2
1605
+
1606
+ new version
1607
+
1608
+ 2003-04-27 17:42 Michael Neumann <mneumann@ntecs.de>
1609
+
1610
+ Changed:
1611
+ lib/dbi/dbi.rb (1.37), "Exp", lines: +2 -2
1612
+
1613
+ bug fix in class DBI::Time (wrong named variable)
1614
+
1615
+ 2003-04-27 17:40 Michael Neumann <mneumann@ntecs.de>
1616
+
1617
+ Changed:
1618
+ doc/index.rd (1.29), "Exp", lines: +4 -1
1619
+
1620
+ new contributor
1621
+
1622
+ 2003-04-27 17:37 Michael Neumann <mneumann@ntecs.de>
1623
+
1624
+ Changed:
1625
+ lib/dbi/sql.rb (1.14), "Exp", lines: +4 -4
1626
+
1627
+ Fixed bug in DBI::SQL::BasicQuote::Coerce#as_time
1628
+ Mysql time columns (like "13:32:33") could not be converted into DBI::Time objects
1629
+ (thanks to Tim Bates)
1630
+
1631
+ 2003-04-21 18:09 eliask
1632
+
1633
+ Changed:
1634
+ lib/dbd_db2/DB2.rb (1.6.4.2), "Exp", lines: +34 -3
1635
+
1636
+ DB2 driver support for columns(table)
1637
+
1638
+ 2003-04-02 15:42 Paul Dubois
1639
+
1640
+ Changed:
1641
+ lib/dbd_mysql/Mysql.rb (1.21), "Exp", lines: +4 -4
1642
+
1643
+
1644
+ Modify transaction support to use self.do rather than @handler.query
1645
+ so that query execution is routed through the mutex.
1646
+
1647
+ 2003-02-08 02:26 Paul Dubois
1648
+
1649
+ Changed:
1650
+ lib/dbi/dbi.rb (1.36), "Exp", lines: +19 -2
1651
+
1652
+ Fix bug in case insensitive driver name lookup on case insensitive filesystems
1653
+
1654
+ 2003-02-08 02:03 Paul Dubois
1655
+
1656
+ Changed:
1657
+ lib/dbd_mysql/Mysql.rb (1.20), "Exp", lines: +40 -3
1658
+
1659
+ Add transaction support: commit and rollback methods, AutoCommit database handle attribute
1660
+
1661
+ 2003-02-08 01:46 Paul Dubois
1662
+
1663
+ Changed:
1664
+ lib/dbd_mysql/Mysql.rb (1.19), "Exp", lines: +10 -10
1665
+
1666
+ return MySQL error number on exceptions, not just error message
1667
+
1668
+ 2003-02-08 01:37 Paul Dubois
1669
+
1670
+ Changed:
1671
+ lib/dbd_mysql/Mysql.rb (1.18), "Exp", lines: +5 -1
1672
+
1673
+ port and flag connection parameters must be passed as numbers
1674
+
1675
+ 2003-02-08 00:37 Paul Dubois
1676
+
1677
+ Changed:
1678
+ lib/dbd_mysql/Mysql.rb (1.17), "Exp", lines: +4 -4
1679
+
1680
+ Do not force user to provide database name when connecting
1681
+
1682
+ 2003-02-01 13:51 Michael Neumann <mneumann@ntecs.de>
1683
+
1684
+ Changed:
1685
+ lib/dbi/test/testsqlbind.rb (1.6), "Exp", lines: +6 -0
1686
+
1687
+ added comment test
1688
+
1689
+ 2003-02-01 13:45 Michael Neumann <mneumann@ntecs.de>
1690
+
1691
+ Changed:
1692
+ lib/dbi/sql.rb (1.13), "Exp", lines: +20 -5
1693
+
1694
+ method BasicBind#tokens: added support for C-style (non-nesting) and Ada/SQL92-style comments
1695
+
1696
+ 2003-01-22 10:55 Michael Neumann <mneumann@ntecs.de>
1697
+
1698
+ Changed:
1699
+ doc/index.rd (1.27), "Exp", lines: +6 -1
1700
+
1701
+ added contributor, added Articles section
1702
+
1703
+ 2003-01-22 10:52 Michael Neumann <mneumann@ntecs.de>
1704
+
1705
+ Changed:
1706
+ doc/DBD_SPEC (1.3), "Exp", lines: +2 -2
1707
+ doc/DBI_SPEC (1.3), "Exp", lines: +2 -2
1708
+
1709
+ fixed wrong email address
1710
+
1711
+ 2003-01-22 10:45 Michael Neumann <mneumann@ntecs.de>
1712
+
1713
+ Changed:
1714
+ doc/DBD_SPEC (1.2), "Exp", lines: +107 -103
1715
+ doc/DBI_SPEC (1.2), "Exp", lines: +95 -92
1716
+
1717
+ Fix typos and formatting (by Paul DuBois).
1718
+
1719
+ 2002-12-28 14:36 eliask
1720
+
1721
+ Changed:
1722
+ lib/dbd_db2/DB2.rb (1.6.4.1), "Exp", lines: +216 -55
1723
+
1724
+ experimental support for BLOBs via SQLBindParameter
1725
+
1726
+ 2002-10-28 11:18 Michael Neumann <mneumann@ntecs.de>
1727
+
1728
+ Changed:
1729
+ build/package.sh (1.5), "Exp", lines: +0 -3
1730
+
1731
+ # Removed the removing of empty dirs. Use cvs -P option (implicit) instead.
1732
+
1733
+ 2002-10-28 11:05 Michael Neumann <mneumann@ntecs.de>
1734
+
1735
+ Changed:
1736
+ build/Makefile (1.4), "Exp", lines: +1 -1
1737
+ build/package.sh (1.4), "Exp", lines: +1 -1
1738
+
1739
+ *
1740
+
1741
+ 2002-10-25 12:48 Michael Neumann <mneumann@ntecs.de>
1742
+
1743
+ Changed:
1744
+ lib/dbd_pg/Pg.rb (1.30), "Exp", lines: +2 -2
1745
+
1746
+ rollback transactions on disconnect
1747
+
1748
+ 2002-10-22 15:28 tag dbi-0-0-18
1749
+
1750
+ 2002-10-22 15:28 Michael Neumann <mneumann@ntecs.de>
1751
+
1752
+ Changed:
1753
+ build/DBI-VERSIONS (1.3), "Exp", lines: +1 -0
1754
+
1755
+ *
1756
+
1757
+ 2002-10-22 15:25 Michael Neumann <mneumann@ntecs.de>
1758
+
1759
+ Changed:
1760
+ doc/index.rd (1.26), "Exp", lines: +3 -1
1761
+
1762
+ contributor added
1763
+
1764
+ 2002-10-22 15:15 Michael Neumann <mneumann@ntecs.de>
1765
+
1766
+ Changed:
1767
+ lib/dbi/trace.rb (1.3), "Exp", lines: +2 -1
1768
+
1769
+ remove warnings
1770
+
1771
+ 2002-10-22 15:06 Michael Neumann <mneumann@ntecs.de>
1772
+
1773
+ Changed:
1774
+ lib/dbi/dbi.rb (1.35), "Exp", lines: +21 -12
1775
+
1776
+ Driver URLs are now case-sensitive when in SAFE mode >= 1. This prevent a security error.
1777
+
1778
+ 2002-10-22 14:53 Michael Neumann <mneumann@ntecs.de>
1779
+
1780
+ Changed:
1781
+ lib/dbd_pg/Pg.rb (1.29), "Exp", lines: +70 -10
1782
+
1783
+ reverted to old transaction handling schema; removed usage of SET AUTOCOMMIT TO ON|OFF.
1784
+
1785
+ 2002-10-22 14:00 Michael Neumann <mneumann@ntecs.de>
1786
+
1787
+ Changed:
1788
+ lib/dbd_pg/Pg.rb (1.28), "Exp", lines: +32 -6
1789
+
1790
+ Use PostgreSQL specific quoting function (PGconn.quote) instead of default if available.
1791
+ Use PGconn.escape_bytea instead of own __escape_bytea function if available.
1792
+
1793
+ 2002-10-03 10:21 Michael Neumann <mneumann@ntecs.de>
1794
+
1795
+ Changed:
1796
+ build/package.sh (1.3), "Exp", lines: +2 -2
1797
+
1798
+ fixed bug
1799
+
1800
+ 2002-10-03 09:53 tag dbi-0-0-17
1801
+
1802
+ 2002-10-03 09:53 Michael Neumann <mneumann@ntecs.de>
1803
+
1804
+ Changed:
1805
+ lib/dbi/version.rb (1.3), "Exp", lines: +2 -2
1806
+
1807
+ new version
1808
+
1809
+ 2002-10-03 09:49 Michael Neumann <mneumann@ntecs.de>
1810
+
1811
+ Added:
1812
+ build/package.sh (1.1)
1813
+
1814
+ initial creation; handles all release steps
1815
+
1816
+ 2002-10-02 18:56 Michael Neumann <mneumann@ntecs.de>
1817
+
1818
+ Deleted:
1819
+ doc/create_html (1.2)
1820
+
1821
+ removed
1822
+
1823
+ 2002-10-02 18:26 Michael Neumann <mneumann@ntecs.de>
1824
+
1825
+ Deleted:
1826
+ doc/html/index.html (1.26)
1827
+
1828
+ removed
1829
+
1830
+ 2002-10-02 18:10 Michael Neumann <mneumann@ntecs.de>
1831
+
1832
+ Added:
1833
+ doc/DBD_SPEC (1.1)
1834
+ doc/DBI_SPEC (1.1)
1835
+ doc/ToDo (1.1)
1836
+
1837
+ moved from ../lib/dbi/doc
1838
+
1839
+ 2002-10-02 18:04 Michael Neumann <mneumann@ntecs.de>
1840
+
1841
+ Added:
1842
+ build/DBI-VERSIONS (1.1)
1843
+ build/Makefile (1.1)
1844
+ build/USER (1.1)
1845
+ build/cl2html.sh (1.1)
1846
+ build/create_changelog.rb (1.1)
1847
+ build/cvs2cl (1.1)
1848
+
1849
+ initial import
1850
+
1851
+ 2002-10-02 17:53 Michael Neumann <mneumann@ntecs.de>
1852
+
1853
+ Changed:
1854
+ setup.rb (1.3), "Exp", lines: +7 -2
1855
+
1856
+ install on debian-unstable into /usr/local/lib/site_ruby/<version> (by Brad Hilton)
1857
+
1858
+ 2002-09-26 18:41 Michael Neumann <mneumann@ntecs.de>
1859
+
1860
+ Changed:
1861
+ doc/index.rd (1.24), "Exp", lines: +3 -1
1862
+
1863
+ *
1864
+
1865
+ 2002-09-26 18:37 Michael Neumann <mneumann@ntecs.de>
1866
+
1867
+ Changed:
1868
+ lib/dbd_mysql/Mysql.rb (1.16), "Exp", lines: +40 -8
1869
+
1870
+ add support for coercing column values (patch by Brad Hilton)
1871
+
1872
+ 2002-09-26 13:40 Michael Neumann <mneumann@ntecs.de>
1873
+
1874
+ Changed:
1875
+ lib/dbd_pg/Pg.rb (1.27), "Exp", lines: +9 -14
1876
+
1877
+ removed method send_sql and inlined it's code instead (little speed improvement)
1878
+
1879
+ 2002-09-26 13:32 Michael Neumann <mneumann@ntecs.de>
1880
+
1881
+ Changed:
1882
+ lib/dbd_pg/Pg.rb (1.26), "Exp", lines: +196 -196
1883
+
1884
+ converted tabs to spaces
1885
+
1886
+ 2002-09-26 13:28 Michael Neumann <mneumann@ntecs.de>
1887
+
1888
+ Changed:
1889
+ lib/dbd_pg/Pg.rb (1.25), "Exp", lines: +22 -55
1890
+
1891
+ rewritten transaction handling (uses now Postgres' "SET AUTOCOMMIT ON|OFF")
1892
+
1893
+ 2002-09-13 09:10 Michael Neumann <mneumann@ntecs.de>
1894
+
1895
+ Changed:
1896
+ lib/dbd_pg/Pg.rb (1.24), "Exp", lines: +13 -5
1897
+
1898
+ fix quoting backslashes bug (Brad Hilton)
1899
+
1900
+ 2002-08-02 13:59 Michael Neumann <mneumann@ntecs.de>
1901
+
1902
+ Changed:
1903
+ contrib/dbrc/dbrc.rb (1.2), "Exp", lines: +18 -1
1904
+
1905
+ added dsn method, minor doc additions
1906
+
1907
+ 2002-08-01 19:00 Michael Neumann <mneumann@ntecs.de>
1908
+
1909
+ Changed:
1910
+ lib/dbi/dbi.rb (1.34), "Exp", lines: +37 -16
1911
+
1912
+ added Date#to_time/to_date/mday/mday= Time#to_time Timestamp#mday/mday= (Dave Thomas)
1913
+
1914
+ 2002-07-26 20:43 Michael Neumann <mneumann@ntecs.de>
1915
+
1916
+ Changed:
1917
+ lib/dbi/dbi.rb (1.33), "Exp", lines: +3 -3
1918
+
1919
+ Time/Date => ::Time/::Date
1920
+
1921
+ 2002-07-26 20:41 Michael Neumann <mneumann@ntecs.de>
1922
+
1923
+ Changed:
1924
+ setup.rb (1.2), "Exp", lines: +1 -0
1925
+
1926
+ skip CVS directories (Dave Thomas)
1927
+
1928
+ 2002-07-26 18:14 Michael Neumann <mneumann@ntecs.de>
1929
+
1930
+ Changed:
1931
+ doc/html/index.html (1.25), "Exp", lines: +23 -15
1932
+
1933
+ *
1934
+
1935
+ 2002-07-26 18:13 Michael Neumann <mneumann@ntecs.de>
1936
+
1937
+ Changed:
1938
+ doc/index.rd (1.23), "Exp", lines: +5 -1
1939
+
1940
+ added contributors
1941
+
1942
+ 2002-07-26 18:12 Michael Neumann <mneumann@ntecs.de>
1943
+
1944
+ Added:
1945
+ contrib/dbrc/README (1.1)
1946
+ contrib/dbrc/dbrc.rb (1.1)
1947
+
1948
+ initial import
1949
+
1950
+ 2002-07-26 17:56 Michael Neumann <mneumann@ntecs.de>
1951
+
1952
+ Changed:
1953
+ lib/dbd_pg/Pg.rb (1.23), "Exp", lines: +15 -11
1954
+
1955
+ enhanced conversion: default is to_str, added timestamp (with/without timezone)
1956
+
1957
+ 2002-07-26 17:51 Michael Neumann <mneumann@ntecs.de>
1958
+
1959
+ Changed:
1960
+ lib/dbi/dbi.rb (1.32), "Exp", lines: +18 -4
1961
+
1962
+ added methods Timestamp#to_time/to_date (Dave Thomas)
1963
+
1964
+ 2002-07-03 20:09 tag dbi-0-0-16
1965
+
1966
+ 2002-07-03 20:09 Michael Neumann <mneumann@ntecs.de>
1967
+
1968
+ Changed:
1969
+ lib/dbi/version.rb (1.2), "Exp", lines: +2 -2
1970
+
1971
+ new version
1972
+
1973
+ 2002-07-03 20:08 Michael Neumann <mneumann@ntecs.de>
1974
+
1975
+ Changed:
1976
+ doc/html/index.html (1.24), "Exp", lines: +19 -15
1977
+
1978
+ *
1979
+
1980
+ 2002-07-03 20:07 Michael Neumann <mneumann@ntecs.de>
1981
+
1982
+ Changed:
1983
+ doc/index.rd (1.22), "Exp", lines: +3 -2
1984
+
1985
+ added contributor
1986
+
1987
+ 2002-07-03 19:56 Michael Neumann <mneumann@ntecs.de>
1988
+
1989
+ Changed:
1990
+ lib/dbd_pg/Pg.rb (1.22), "Exp", lines: +37 -8
1991
+
1992
+ added Statement#fetch_scroll (patch by Stephen Davies)
1993
+
1994
+ 2002-07-03 19:24 Michael Neumann <mneumann@ntecs.de>
1995
+
1996
+ Changed:
1997
+ lib/dbi/dbi.rb (1.31), "Exp", lines: +10 -1
1998
+
1999
+ Added StatementHandle#[] and #[]=. Updated DBI and DBD specs.
2000
+
2001
+ 2002-07-03 19:22 Michael Neumann <mneumann@ntecs.de>
2002
+
2003
+ Changed:
2004
+ lib/dbd_pg/Pg.rb (1.21), "Exp", lines: +20 -2
2005
+
2006
+ Fixed semantic of method Statement#rows (affects also Database#do):
2007
+ Now returns the Row Processed Count instead of the number of rows in the result.
2008
+ The old behaviour is still available through method Statement#['pg_row_count'].
2009
+
2010
+ 2002-07-03 16:51 Michael Neumann <mneumann@ntecs.de>
2011
+
2012
+ Changed:
2013
+ doc/html/index.html (1.23), "Exp", lines: +1 -1
2014
+
2015
+ *
2016
+
2017
+ 2002-07-03 16:48 Michael Neumann <mneumann@ntecs.de>
2018
+
2019
+ Changed:
2020
+ bin/commandline/sqlsh.rb (1.3), "Exp", lines: +27 -2
2021
+ bin/proxyserver/proxyserver.rb (1.3), "Exp", lines: +28 -2
2022
+ doc/index.rd (1.21), "Exp", lines: +29 -18
2023
+ doc/html/index.html (1.22), "Exp", lines: +46 -28
2024
+ ext/dbd_sqlite/SQLite.c (1.4), "Exp", lines: +28 -7
2025
+ lib/dbd_ado/ADO.rb (1.6), "Exp", lines: +27 -20
2026
+ lib/dbd_db2/DB2.rb (1.6), "Exp", lines: +27 -10
2027
+ lib/dbd_interbase/InterBase.rb (1.4), "Exp", lines: +27 -20
2028
+ lib/dbd_msql/Msql.rb (1.2), "Exp", lines: +27 -18
2029
+ lib/dbd_mysql/Mysql.rb (1.15), "Exp", lines: +27 -18
2030
+ lib/dbd_odbc/ODBC.rb (1.8), "Exp", lines: +27 -20
2031
+ lib/dbd_oracle/Oracle.rb (1.6), "Exp", lines: +29 -23
2032
+ lib/dbd_pg/Pg.rb (1.20), "Exp", lines: +29 -1
2033
+ lib/dbd_proxy/Proxy.rb (1.8), "Exp", lines: +27 -19
2034
+ lib/dbd_sqlrelay/SQLRelay.rb (1.4), "Exp", lines: +27 -19
2035
+ lib/dbi/dbi.rb (1.30), "Exp", lines: +28 -18
2036
+ LICENSE (1.2), "Exp", lines: +22 -339
2037
+
2038
+ license changed from GNU GPL to BSD
2039
+
2040
+ 2002-06-13 15:45 Michael Neumann <mneumann@ntecs.de>
2041
+
2042
+ Added:
2043
+ lib/dbd_pg/test/test_bytea.rb (1.1)
2044
+
2045
+ initial creation
2046
+
2047
+ 2002-06-13 15:45 Michael Neumann <mneumann@ntecs.de>
2048
+
2049
+ Changed:
2050
+ lib/dbd_pg/Pg.rb (1.19), "Exp", lines: +35 -4
2051
+
2052
+ added method Database#__encode_bytea; decode values of type bytea to string
2053
+
2054
+ 2002-05-21 18:52 tag dbi-0-0-15
2055
+
2056
+ 2002-05-21 18:52 Michael Neumann <mneumann@ntecs.de>
2057
+
2058
+ Changed:
2059
+ lib/dbd_mysql/Mysql.rb (1.14), "Exp", lines: +9 -4
2060
+
2061
+ added driver specific method Database#__insert_id
2062
+
2063
+ 2002-05-21 18:41 Michael Neumann <mneumann@ntecs.de>
2064
+
2065
+ Changed:
2066
+ lib/dbi/dbi.rb (1.29), "Exp", lines: +2 -1
2067
+
2068
+ explicitly initialize @trace_mode and @trace_output in Handle#initialize (omits disturbing warning messages)
2069
+
2070
+ 2002-05-21 18:36 Michael Neumann <mneumann@ntecs.de>
2071
+
2072
+ Added:
2073
+ examples/trace_test.rb (1.1)
2074
+
2075
+ initial import
2076
+
2077
+ 2002-05-21 18:33 Michael Neumann <mneumann@ntecs.de>
2078
+
2079
+ Added:
2080
+ lib/dbi/version.rb (1.1)
2081
+ Changed:
2082
+ lib/dbi/dbi.rb (1.28), "Exp", lines: +3 -5
2083
+
2084
+ moved VERSION from dbi.rb to version.rb
2085
+
2086
+ 2002-05-14 18:07 tag dbi-0-0-14
2087
+
2088
+ 2002-05-14 18:07 Michael Neumann <mneumann@ntecs.de>
2089
+
2090
+ Changed:
2091
+ lib/dbi/dbi.rb (1.27), "Exp", lines: +3 -3
2092
+
2093
+ updated version
2094
+
2095
+ 2002-05-14 18:03 Michael Neumann <mneumann@ntecs.de>
2096
+
2097
+ Changed:
2098
+ lib/dbd_mysql/Mysql.rb (1.13), "Exp", lines: +24 -14
2099
+
2100
+ fixed bug: method #do and #execute both set query_with_result of the same
2101
+ underlying database object. This results in errors if you mix both method
2102
+ calls (not neccessarily called concurrently). Solution: Mutex.
2103
+
2104
+ 2002-04-17 13:43 Michael Neumann <mneumann@ntecs.de>
2105
+
2106
+ Changed:
2107
+ doc/index.rd (1.20), "Exp", lines: +4 -2
2108
+
2109
+ added contributor
2110
+
2111
+ 2002-04-17 13:38 Michael Neumann <mneumann@ntecs.de>
2112
+
2113
+ Changed:
2114
+ lib/dbd_pg/Pg.rb (1.18), "Exp", lines: +4 -3
2115
+
2116
+ cache calls to PGResult#result in class Tuples (by James F.Hranicky); which increases performance around factor 100.
2117
+
2118
+ 2002-04-16 20:38 tag dbi-0-0-13
2119
+
2120
+ 2002-04-16 20:38 Michael Neumann <mneumann@ntecs.de>
2121
+
2122
+ Changed:
2123
+ doc/index.rd (1.19), "Exp", lines: +6 -2
2124
+ doc/html/index.html (1.21), "Exp", lines: +20 -16
2125
+
2126
+ *
2127
+
2128
+ 2002-04-16 20:25 Michael Neumann <mneumann@ntecs.de>
2129
+
2130
+ Changed:
2131
+ doc/html/index.html (1.20), "Exp", lines: +40 -99
2132
+
2133
+ *
2134
+
2135
+ 2002-04-16 20:24 Michael Neumann <mneumann@ntecs.de>
2136
+
2137
+ Changed:
2138
+ doc/index.rd (1.18), "Exp", lines: +16 -44
2139
+
2140
+ updates links to sf.net
2141
+
2142
+ 2002-04-16 20:24 Michael Neumann <mneumann@ntecs.de>
2143
+
2144
+ Added:
2145
+ doc/sf_logo.html (1.1)
2146
+
2147
+ initial import
2148
+
2149
+ 2002-02-06 18:05 Michael Neumann <mneumann@ntecs.de>
2150
+
2151
+ Changed:
2152
+ lib/dbd_odbc/ODBC.rb (1.7), "Exp", lines: +5 -4
2153
+
2154
+ fixed bug in method columns
2155
+
2156
+ 2002-02-06 17:27 Michael Neumann <mneumann@ntecs.de>
2157
+
2158
+ Changed:
2159
+ bin/proxyserver/proxyserver.rb (1.2), "Exp", lines: +5 -5
2160
+
2161
+ upgraded to DBD API 0.2
2162
+ fixed bug (checking version numbers)
2163
+
2164
+ 2002-02-06 17:26 Michael Neumann <mneumann@ntecs.de>
2165
+
2166
+ Changed:
2167
+ lib/dbd_proxy/Proxy.rb (1.7), "Exp", lines: +6 -7
2168
+
2169
+ upgraded to DBD API 0.2
2170
+
2171
+ 2002-02-06 14:24 Michael Neumann <mneumann@ntecs.de>
2172
+
2173
+ Changed:
2174
+ lib/dbi/sql.rb (1.12), "Exp", lines: +2 -2
2175
+
2176
+ method SQL::BasicQuote::Coerce::as_timestamp: return nil if str is empty (Sean Chittenden)
2177
+
2178
+ 2002-01-04 11:54 Michael Neumann <mneumann@ntecs.de>
2179
+
2180
+ Changed:
2181
+ lib/dbi/dbi.rb (1.26), "Exp", lines: +2 -2
2182
+
2183
+ new version
2184
+
2185
+ 2002-01-04 11:52 Michael Neumann <mneumann@ntecs.de>
2186
+
2187
+ Changed:
2188
+ lib/dbd_mysql/Mysql.rb (1.12), "Exp", lines: +1 -5
2189
+ lib/dbd_pg/Pg.rb (1.17), "Exp", lines: +1 -6
2190
+
2191
+ fixed bind_param bug by removing method bind_params
2192
+
2193
+ 2002-01-04 11:52 Michael Neumann <mneumann@ntecs.de>
2194
+
2195
+ Changed:
2196
+ test/testdbi.rb (1.4), "Exp", lines: +13 -1
2197
+
2198
+ added test-case for bind_param bug (only in Mysql and Pg driver)
2199
+
2200
+ 2002-01-02 00:54 Michael Neumann <mneumann@ntecs.de>
2201
+
2202
+ Changed:
2203
+ lib/dbd_pg/Pg.rb (1.16), "Exp", lines: +1 -5
2204
+
2205
+ removed duplicate definition for the [] accessor method (Sean Chittenden)
2206
+
2207
+ 2001-12-28 14:07 tag dbi-0-0-12
2208
+
2209
+ 2001-12-28 14:07 Michael Neumann <mneumann@ntecs.de>
2210
+
2211
+ Added:
2212
+ examples/xmlgen.rb (1.1)
2213
+
2214
+ initial import
2215
+
2216
+ 2001-12-28 13:19 Michael Neumann <mneumann@ntecs.de>
2217
+
2218
+ Changed:
2219
+ lib/dbd_sqlrelay/SQLRelay.rb (1.3), "Exp", lines: +128 -45
2220
+
2221
+ updated version by David Muse <david.muse@zapmedia.com>
2222
+
2223
+ 2001-12-28 13:05 Michael Neumann <mneumann@ntecs.de>
2224
+
2225
+ Added:
2226
+ lib/dbi/test/testsqlcoerce.rb (1.1)
2227
+
2228
+ initial creation
2229
+
2230
+ 2001-12-28 10:18 Michael Neumann <mneumann@ntecs.de>
2231
+
2232
+ Changed:
2233
+ doc/html/index.html (1.19), "Exp", lines: +45 -24
2234
+
2235
+ *
2236
+
2237
+ 2001-12-28 10:18 Michael Neumann <mneumann@ntecs.de>
2238
+
2239
+ Changed:
2240
+ doc/index.rd (1.17), "Exp", lines: +2 -2
2241
+
2242
+ fixed doc
2243
+
2244
+ 2001-12-28 00:54 Michael Neumann <mneumann@ntecs.de>
2245
+
2246
+ Changed:
2247
+ lib/dbi/sql.rb (1.11), "Exp", lines: +6 -1
2248
+
2249
+ DBI::SQL::BasicQuote::Coerce: don't try to convert nil; instead return nil in this case
2250
+
2251
+ 2001-12-14 15:16 Michael Neumann <mneumann@ntecs.de>
2252
+
2253
+ Changed:
2254
+ doc/index.rd (1.16), "Exp", lines: +17 -4
2255
+
2256
+ fixed doc-bug
2257
+
2258
+ 2001-12-02 17:23 Michael Neumann <mneumann@ntecs.de>
2259
+
2260
+ Changed:
2261
+ lib/dbd_pg/Pg.rb (1.15), "Exp", lines: +8 -4
2262
+
2263
+ fixed bug (displayed wrong default values) in method columns
2264
+
2265
+ 2001-11-26 00:12 Michael Neumann <mneumann@ntecs.de>
2266
+
2267
+ Changed:
2268
+ lib/dbd_oracle/Oracle.rb (1.5), "Exp", lines: +95 -7
2269
+
2270
+ included Jim Menards columns methods
2271
+
2272
+ 2001-11-25 23:26 Michael Neumann <mneumann@ntecs.de>
2273
+
2274
+ Changed:
2275
+ lib/dbd_oracle/Oracle.rb (1.4), "Exp", lines: +17 -3
2276
+
2277
+ implemented ?-style parameter markers
2278
+
2279
+ 2001-11-25 23:25 Michael Neumann <mneumann@ntecs.de>
2280
+
2281
+ Changed:
2282
+ lib/dbi/sql.rb (1.10), "Exp", lines: +4 -2
2283
+
2284
+ added attribute accessor for unbound in class PreparedStatement
2285
+
2286
+ 2001-11-22 15:20 Michael Neumann <mneumann@ntecs.de>
2287
+
2288
+ Changed:
2289
+ lib/dbd_pg/Pg.rb (1.14), "Exp", lines: +16 -8
2290
+
2291
+ added method bind_params
2292
+ do no more call commit/rollback if not in transaction
2293
+ use class SQL::PreparedStatement
2294
+
2295
+ 2001-11-22 14:27 Michael Neumann <mneumann@ntecs.de>
2296
+
2297
+ Changed:
2298
+ ext/dbd_sqlite/README (1.2), "Exp", lines: +4 -0
2299
+ ext/dbd_sqlite/SQLite.c (1.3), "Exp", lines: +48 -38
2300
+ ext/dbd_sqlite/extconf.rb (1.3), "Exp", lines: +4 -1
2301
+
2302
+ added type conversion
2303
+
2304
+ 2001-11-22 14:27 Michael Neumann <mneumann@ntecs.de>
2305
+
2306
+ Changed:
2307
+ bin/PATHCONV (1.2), "Exp", lines: +1 -0
2308
+
2309
+ added proxyserver
2310
+
2311
+ 2001-11-22 14:26 Michael Neumann <mneumann@ntecs.de>
2312
+
2313
+ Changed:
2314
+ lib/dbi/utils.rb (1.10), "Exp", lines: +11 -11
2315
+ ext/dbd_sqlite/extconf.rb (1.4), "Exp", lines: +1 -4
2316
+
2317
+ *
2318
+
2319
+ 2001-11-22 14:25 Michael Neumann <mneumann@ntecs.de>
2320
+
2321
+ Changed:
2322
+ lib/dbi/test/testsqlbind.rb (1.5), "Exp", lines: +54 -0
2323
+
2324
+ added test for class PreparedStatement
2325
+
2326
+ 2001-11-22 14:25 Michael Neumann <mneumann@ntecs.de>
2327
+
2328
+ Changed:
2329
+ lib/dbi/dbi.rb (1.25), "Exp", lines: +31 -8
2330
+
2331
+ added constant SQL_TYPE_NAMES, for SQL_XXX constant to SQL type name mapping
2332
+
2333
+ 2001-11-22 14:23 Michael Neumann <mneumann@ntecs.de>
2334
+
2335
+ Changed:
2336
+ lib/dbi/sql.rb (1.9), "Exp", lines: +60 -2
2337
+
2338
+ added class PreparedStatement
2339
+
2340
+ 2001-11-22 14:21 Michael Neumann <mneumann@ntecs.de>
2341
+
2342
+ Changed:
2343
+ lib/dbd_odbc/ODBC.rb (1.6), "Exp", lines: +48 -32
2344
+
2345
+ fixed tables
2346
+ added ping, columns
2347
+ extended column_info
2348
+
2349
+ 2001-11-22 14:19 Michael Neumann <mneumann@ntecs.de>
2350
+
2351
+ Changed:
2352
+ lib/dbd_mysql/Mysql.rb (1.11), "Exp", lines: +13 -19
2353
+
2354
+ use SQL::PreparedStatement to improve speed
2355
+
2356
+ 2001-11-21 15:03 Michael Neumann <mneumann@ntecs.de>
2357
+
2358
+ Changed:
2359
+ ext/dbd_sqlite/SQLite.c (1.2), "Exp", lines: +219 -18
2360
+
2361
+ added conversion routine
2362
+
2363
+ 2001-11-21 15:01 Michael Neumann <mneumann@ntecs.de>
2364
+
2365
+ Added:
2366
+ test/michael/sqlite.cfg (1.1)
2367
+ test/michael/sqlite/config.sh (1.1)
2368
+ test/michael/sqlite/setup.sh (1.1)
2369
+ test/michael/sqlite/teardown.sh (1.1)
2370
+ ext/dbd_sqlite/README (1.1)
2371
+
2372
+ initial import
2373
+
2374
+ 2001-11-17 17:17 Michael Neumann <mneumann@ntecs.de>
2375
+
2376
+ Added:
2377
+ bin/proxyserver/proxyserver.rb (1.1)
2378
+
2379
+ moved from examples/
2380
+
2381
+ 2001-11-17 17:17 Michael Neumann <mneumann@ntecs.de>
2382
+
2383
+ Deleted:
2384
+ examples/proxyserver.rb (1.6)
2385
+
2386
+ moved to bin/proxyserver
2387
+
2388
+ 2001-11-17 15:53 Michael Neumann <mneumann@ntecs.de>
2389
+
2390
+ Changed:
2391
+ bin/commandline/sqlsh.rb (1.2), "Exp", lines: +41 -20
2392
+
2393
+ command-line option --file
2394
+
2395
+ 2001-11-17 14:55 Michael Neumann <mneumann@ntecs.de>
2396
+
2397
+ Added:
2398
+ bin/PATHCONV (1.1)
2399
+
2400
+ initial import
2401
+
2402
+ 2001-11-17 14:54 Michael Neumann <mneumann@ntecs.de>
2403
+
2404
+ Added:
2405
+ bin/commandline/sqlsh.rb (1.1)
2406
+
2407
+ refactored code; new feature irb/rb; moved from examples dir
2408
+
2409
+ 2001-11-17 14:52 Michael Neumann <mneumann@ntecs.de>
2410
+
2411
+ Deleted:
2412
+ examples/sqlsh.rb (1.11)
2413
+
2414
+ moved to bin/commandline
2415
+
2416
+ 2001-11-14 14:11 tag dbi-0-0-11
2417
+
2418
+ 2001-11-14 14:11 Michael Neumann <mneumann@ntecs.de>
2419
+
2420
+ Changed:
2421
+ lib/dbd_pg/test/test_blob.rb (1.2), "Exp", lines: +37 -4
2422
+
2423
+ improved blob test
2424
+
2425
+ 2001-11-14 14:04 Michael Neumann <mneumann@ntecs.de>
2426
+
2427
+ Changed:
2428
+ ext/dbd_sqlite/extconf.rb (1.2), "Exp", lines: +2 -2
2429
+
2430
+ fixed
2431
+
2432
+ 2001-11-14 14:04 Michael Neumann <mneumann@ntecs.de>
2433
+
2434
+ Changed:
2435
+ doc/html/index.html (1.18), "Exp", lines: +2 -2
2436
+
2437
+ *
2438
+
2439
+ 2001-11-14 14:00 Michael Neumann <mneumann@ntecs.de>
2440
+
2441
+ Changed:
2442
+ doc/index.rd (1.14), "Exp", lines: +5 -1
2443
+ doc/html/index.html (1.17), "Exp", lines: +3 -1
2444
+ doc/index.rd (1.15), "Exp", lines: +2 -2
2445
+
2446
+ *
2447
+
2448
+ 2001-11-14 13:41 Michael Neumann <mneumann@ntecs.de>
2449
+
2450
+ Changed:
2451
+ lib/dbi/dbi.rb (1.24), "Exp", lines: +2 -2
2452
+
2453
+ DatabaseError.new without arguments
2454
+
2455
+ 2001-11-14 13:38 Michael Neumann <mneumann@ntecs.de>
2456
+
2457
+ Changed:
2458
+ ext/PATHCONV (1.2), "Exp", lines: +2 -1
2459
+
2460
+ new dbd
2461
+
2462
+ 2001-11-14 13:38 Michael Neumann <mneumann@ntecs.de>
2463
+
2464
+ Added:
2465
+ ext/dbd_sqlite/SQLite.c (1.1)
2466
+ ext/dbd_sqlite/extconf.rb (1.1)
2467
+
2468
+ initial import
2469
+
2470
+ 2001-11-13 14:53 Michael Neumann <mneumann@ntecs.de>
2471
+
2472
+ Changed:
2473
+ examples/sqlsh.rb (1.10), "Exp", lines: +2 -2
2474
+
2475
+ abort table output with "a"
2476
+
2477
+ 2001-11-13 14:52 Michael Neumann <mneumann@ntecs.de>
2478
+
2479
+ Changed:
2480
+ doc/html/index.html (1.16), "Exp", lines: +0 -0
2481
+
2482
+ *
2483
+
2484
+ 2001-11-13 14:25 Michael Neumann <mneumann@ntecs.de>
2485
+
2486
+ Changed:
2487
+ lib/dbd_mysql/Mysql.rb (1.10), "Exp", lines: +18 -8
2488
+
2489
+ fixed quote
2490
+ fixed finish (method do => no result handle => nil.free => exception)
2491
+
2492
+ 2001-11-13 14:25 tag dbi-0-0-10
2493
+
2494
+ 2001-11-13 14:25 Michael Neumann <mneumann@ntecs.de>
2495
+
2496
+ Added:
2497
+ lib/dbd_mysql/test/blob_test.rb (1.1)
2498
+
2499
+ initial import
2500
+
2501
+ 2001-11-13 11:31 Michael Neumann <mneumann@ntecs.de>
2502
+
2503
+ Changed:
2504
+ lib/dbd_odbc/ODBC.rb (1.5), "Exp", lines: +2 -2
2505
+
2506
+ small fix
2507
+
2508
+ 2001-11-13 11:29 Michael Neumann <mneumann@ntecs.de>
2509
+
2510
+ Changed:
2511
+ doc/html/index.html (1.15), "Exp", lines: +36 -20
2512
+
2513
+ *
2514
+
2515
+ 2001-11-13 11:29 Michael Neumann <mneumann@ntecs.de>
2516
+
2517
+ Changed:
2518
+ doc/index.rd (1.13), "Exp", lines: +16 -1
2519
+ lib/dbi/dbi.rb (1.23), "Exp", lines: +3 -3
2520
+
2521
+ new version
2522
+
2523
+ 2001-11-13 11:00 Michael Neumann <mneumann@ntecs.de>
2524
+
2525
+ Changed:
2526
+ lib/dbd_pg/Pg.rb (1.13), "Exp", lines: +8 -4
2527
+
2528
+ improved Database#ping
2529
+
2530
+ 2001-11-13 11:00 Michael Neumann <mneumann@ntecs.de>
2531
+
2532
+ Added:
2533
+ lib/dbd_pg/test/test_ping.rb (1.1)
2534
+
2535
+ initial import
2536
+
2537
+ 2001-11-12 20:27 Michael Neumann <mneumann@ntecs.de>
2538
+
2539
+ Changed:
2540
+ lib/PATHCONV (1.10), "Exp", lines: +1 -0
2541
+
2542
+ added SQLRelay
2543
+
2544
+ 2001-11-12 20:25 Michael Neumann <mneumann@ntecs.de>
2545
+
2546
+ Changed:
2547
+ lib/dbd_sqlrelay/SQLRelay.rb (1.2), "Exp", lines: +69 -22
2548
+
2549
+ added AutoCommit, added fetch_scroll...
2550
+
2551
+ 2001-11-12 19:40 Michael Neumann <mneumann@ntecs.de>
2552
+
2553
+ Added:
2554
+ lib/dbd_pg/test/test_blob.rb (1.1)
2555
+
2556
+ initial creation
2557
+
2558
+ 2001-11-12 19:37 Michael Neumann <mneumann@ntecs.de>
2559
+
2560
+ Changed:
2561
+ lib/dbd_pg/Pg.rb (1.12), "Exp", lines: +87 -2
2562
+
2563
+ added Databaseattribute: pg_client_encoding
2564
+ added driver specific functions in Database: blob_import, blob_export, blob_create, blob_open, blob_unlink and blob_read
2565
+ convert DBI::Binary objects to OID's and insert the content as BLOB
2566
+
2567
+ 2001-11-11 20:57 Michael Neumann <mneumann@ntecs.de>
2568
+
2569
+ Added:
2570
+ lib/dbd_sqlrelay/SQLRelay.rb (1.1)
2571
+
2572
+ initial import
2573
+
2574
+ 2001-11-09 16:08 Michael Neumann <mneumann@ntecs.de>
2575
+
2576
+ Changed:
2577
+ lib/dbd_mysql/Mysql.rb (1.9), "Exp", lines: +3 -3
2578
+
2579
+ modified method column_info
2580
+
2581
+ 2001-11-09 01:32 Michael Neumann <mneumann@ntecs.de>
2582
+
2583
+ Changed:
2584
+ lib/dbd_db2/DB2.rb (1.5), "Exp", lines: +59 -30
2585
+
2586
+ fixed several bugs
2587
+
2588
+ 2001-11-08 23:45 Michael Neumann <mneumann@ntecs.de>
2589
+
2590
+ Added:
2591
+ test/michael/pg.cfg (1.1)
2592
+ test/michael/pg/config.sh (1.1)
2593
+ test/michael/pg/setup.sh (1.1)
2594
+ test/michael/pg/teardown.sh (1.1)
2595
+
2596
+ initial import
2597
+
2598
+ 2001-11-08 23:45 Michael Neumann <mneumann@ntecs.de>
2599
+
2600
+ Changed:
2601
+ test/testdbi.rb (1.3), "Exp", lines: +1 -1
2602
+
2603
+ fixed bug (skaro)
2604
+
2605
+ 2001-11-08 23:31 Michael Neumann <mneumann@ntecs.de>
2606
+
2607
+ Changed:
2608
+ lib/dbi/sql.rb (1.8), "Exp", lines: +2 -2
2609
+
2610
+ corrected type prefix (DBI::)
2611
+
2612
+ 2001-11-08 23:30 Michael Neumann <mneumann@ntecs.de>
2613
+
2614
+ Changed:
2615
+ lib/dbi/test/testsqlbind.rb (1.4), "Exp", lines: +1 -1
2616
+ lib/dbi/test/testsqlquote.rb (1.4), "Exp", lines: +1 -1
2617
+
2618
+ fixed require (dbi instead of just sql)
2619
+
2620
+ 2001-11-08 22:39 Michael Neumann <mneumann@ntecs.de>
2621
+
2622
+ Changed:
2623
+ lib/dbi/utils.rb (1.9), "Exp", lines: +9 -3
2624
+
2625
+ TableFormatter#ascii modified
2626
+
2627
+ 2001-11-08 22:38 Michael Neumann <mneumann@ntecs.de>
2628
+
2629
+ Changed:
2630
+ lib/dbd_pg/Pg.rb (1.11), "Exp", lines: +21 -7
2631
+
2632
+ method columns: extract default value
2633
+
2634
+ 2001-11-08 21:51 Michael Neumann <mneumann@ntecs.de>
2635
+
2636
+ Changed:
2637
+ examples/sqlsh.rb (1.9), "Exp", lines: +66 -12
2638
+
2639
+ added commands \dt (describe table), \s (short select) and \pl (page length)
2640
+
2641
+ 2001-10-30 12:51 Michael Neumann <mneumann@ntecs.de>
2642
+
2643
+ Changed:
2644
+ doc/html/index.html (1.14), "Exp", lines: +2 -2
2645
+
2646
+ *
2647
+
2648
+ 2001-10-30 12:51 Michael Neumann <mneumann@ntecs.de>
2649
+
2650
+ Changed:
2651
+ doc/index.rd (1.12), "Exp", lines: +2 -2
2652
+
2653
+ fixed typo
2654
+
2655
+ 2001-10-22 16:08 Michael Neumann <mneumann@ntecs.de>
2656
+
2657
+ Changed:
2658
+ doc/html/index.html (1.13), "Exp", lines: +21 -15
2659
+
2660
+ *
2661
+
2662
+ 2001-10-22 16:07 Michael Neumann <mneumann@ntecs.de>
2663
+
2664
+ Changed:
2665
+ doc/index.rd (1.11), "Exp", lines: +6 -2
2666
+
2667
+ new release
2668
+
2669
+ 2001-10-22 16:05 Michael Neumann <mneumann@ntecs.de>
2670
+
2671
+ Changed:
2672
+ lib/dbi/dbi.rb (1.22), "Exp", lines: +17 -3
2673
+
2674
+ preced driver specific functions with __
2675
+
2676
+ 2001-10-22 15:59 Michael Neumann <mneumann@ntecs.de>
2677
+
2678
+ Changed:
2679
+ lib/dbd_odbc/ODBC.rb (1.4), "Exp", lines: +9 -3
2680
+
2681
+ added odbc_ignorecase option (submitted by Sean O'Halpin)
2682
+
2683
+ 2001-10-10 13:33 Michael Neumann <mneumann@ntecs.de>
2684
+
2685
+ Changed:
2686
+ lib/dbd_mysql/Mysql.rb (1.8), "Exp", lines: +130 -7
2687
+
2688
+ added method StatementHandle#fetch_scroll
2689
+ added createdb, dropdb, reload, shutdown
2690
+
2691
+ 2001-10-10 10:47 Michael Neumann <mneumann@ntecs.de>
2692
+
2693
+ Changed:
2694
+ lib/dbi/dbi.rb (1.21), "Exp", lines: +47 -40
2695
+
2696
+ method DBI.get_driver renamed to DBI._get_full_driver
2697
+ new method DBI.get_driver now returns only DriverHandle object
2698
+ added attribute reader for DBI::Handle
2699
+
2700
+ 2001-10-10 10:39 Michael Neumann <mneumann@ntecs.de>
2701
+
2702
+ Changed:
2703
+ examples/proxyserver.rb (1.5), "Exp", lines: +2 -2
2704
+
2705
+ DBI.get_driver => DBI._get_full_driver
2706
+
2707
+ 2001-09-07 13:39 tag dbi-0-0-9
2708
+
2709
+ 2001-09-07 13:39 Michael Neumann <mneumann@ntecs.de>
2710
+
2711
+ Changed:
2712
+ doc/index.rd (1.10), "Exp", lines: +4 -1
2713
+ doc/html/index.html (1.12), "Exp", lines: +19 -13
2714
+
2715
+ *
2716
+
2717
+ 2001-09-05 21:56 Michael Neumann <mneumann@ntecs.de>
2718
+
2719
+ Changed:
2720
+ lib/dbi/sql.rb (1.7), "Exp", lines: +2 -2
2721
+
2722
+ fixed bug in "quote" (found by Steven Davies)
2723
+
2724
+ 2001-08-30 14:34 Michael Neumann <mneumann@ntecs.de>
2725
+
2726
+ Changed:
2727
+ lib/dbd_pg/Pg.rb (1.10), "Exp", lines: +3 -3
2728
+ lib/dbd_mysql/Mysql.rb (1.7), "Exp", lines: +5 -5
2729
+
2730
+ columns: size=>precision; decimal_digits=>scale
2731
+
2732
+ 2001-08-30 14:30 Michael Neumann <mneumann@ntecs.de>
2733
+
2734
+ Changed:
2735
+ lib/dbi/dbi.rb (1.20), "Exp", lines: +4 -17
2736
+
2737
+ changed SQL_type constants
2738
+
2739
+ 2001-08-30 14:10 Michael Neumann <mneumann@ntecs.de>
2740
+
2741
+ Changed:
2742
+ lib/dbd_db2/DB2.rb (1.4), "Exp", lines: +59 -10
2743
+
2744
+ column_info returns more info's
2745
+
2746
+ 2001-08-30 14:06 Michael Neumann <mneumann@ntecs.de>
2747
+
2748
+ Changed:
2749
+ examples/proxyserver.rb (1.4), "Exp", lines: +2 -2
2750
+
2751
+ changed DBD version checking
2752
+
2753
+ 2001-08-30 14:06 Michael Neumann <mneumann@ntecs.de>
2754
+
2755
+ Changed:
2756
+ lib/dbd_proxy/Proxy.rb (1.6), "Exp", lines: +8 -2
2757
+
2758
+ changed version checking
2759
+
2760
+ 2001-08-30 14:05 Michael Neumann <mneumann@ntecs.de>
2761
+
2762
+ Changed:
2763
+ lib/dbd_odbc/ODBC.rb (1.3), "Exp", lines: +6 -4
2764
+
2765
+ removed patch required for Ruby/ODBC 0.4
2766
+
2767
+ 2001-08-30 14:02 Michael Neumann <mneumann@ntecs.de>
2768
+
2769
+ Changed:
2770
+ doc/html/index.html (1.11), "Exp", lines: +77 -23
2771
+
2772
+ *
2773
+
2774
+ 2001-08-30 14:01 Michael Neumann <mneumann@ntecs.de>
2775
+
2776
+ Changed:
2777
+ doc/index.rd (1.9), "Exp", lines: +44 -8
2778
+
2779
+ added more contributors; new example; updated dbd_odbc (required newer version)
2780
+
2781
+ 2001-08-30 13:34 Michael Neumann <mneumann@ntecs.de>
2782
+
2783
+ Changed:
2784
+ lib/dbi/dbi.rb (1.19), "Exp", lines: +6 -47
2785
+
2786
+ moved DBI::ColumnInfo to own file columninfo.rb
2787
+ removed DBD::COMPATIBLE_API_VERSIONS (now use major/minor)
2788
+
2789
+ 2001-08-30 13:31 Michael Neumann <mneumann@ntecs.de>
2790
+
2791
+ Changed:
2792
+ lib/dbi/row.rb (1.7), "Exp", lines: +4 -0
2793
+
2794
+ *
2795
+
2796
+ 2001-08-30 13:31 Michael Neumann <mneumann@ntecs.de>
2797
+
2798
+ Added:
2799
+ lib/dbi/columninfo.rb (1.1)
2800
+
2801
+ initial import (moved from dbi.rb)
2802
+
2803
+ 2001-08-23 22:11 Michael Neumann <mneumann@ntecs.de>
2804
+
2805
+ Changed:
2806
+ lib/dbi/dbi.rb (1.18), "Exp", lines: +3 -2
2807
+
2808
+ added DBI::DBD::COMPATIBLE_API_VERSIONS
2809
+
2810
+ 2001-08-23 22:09 Michael Neumann <mneumann@ntecs.de>
2811
+
2812
+ Changed:
2813
+ lib/dbd_proxy/Proxy.rb (1.5), "Exp", lines: +2 -2
2814
+
2815
+ fixed DBD problems
2816
+
2817
+ 2001-08-23 22:09 Michael Neumann <mneumann@ntecs.de>
2818
+
2819
+ Changed:
2820
+ examples/proxyserver.rb (1.3), "Exp", lines: +2 -2
2821
+
2822
+ fixed DBD version problems
2823
+
2824
+ 2001-08-23 22:05 Michael Neumann <mneumann@ntecs.de>
2825
+
2826
+ Changed:
2827
+ lib/dbd_proxy/Proxy.rb (1.4), "Exp", lines: +3 -3
2828
+
2829
+ fixed problems with different DBD version on the server side
2830
+
2831
+ 2001-08-23 22:04 Michael Neumann <mneumann@ntecs.de>
2832
+
2833
+ Changed:
2834
+ lib/dbd_mysql/Mysql.rb (1.6), "Exp", lines: +105 -4
2835
+
2836
+ added Database#columns; by Eli Green
2837
+
2838
+ 2001-08-23 21:47 Michael Neumann <mneumann@ntecs.de>
2839
+
2840
+ Changed:
2841
+ lib/dbd_pg/Pg.rb (1.9), "Exp", lines: +107 -2
2842
+
2843
+ added Database#columns from Eli Green
2844
+
2845
+ 2001-08-23 20:59 Michael Neumann <mneumann@ntecs.de>
2846
+
2847
+ Changed:
2848
+ lib/dbi/dbi.rb (1.17), "Exp", lines: +107 -11
2849
+
2850
+ StatementHandle#column_info returns now array of DBI::ColumnInfo
2851
+ added class DBI::ColumnInfo
2852
+ added method DatabaseHandle#columns(table) and BaseDatabase#columns(table)
2853
+
2854
+ 2001-08-21 21:01 Michael Neumann <mneumann@ntecs.de>
2855
+
2856
+ Changed:
2857
+ lib/dbi/utils.rb (1.8), "Exp", lines: +3 -3
2858
+
2859
+ fixed bug in XMLFormatter.table (found by Jim Menard)
2860
+
2861
+ 2001-07-28 12:07 tag dbi-0-0-8
2862
+
2863
+ 2001-07-28 12:07 Michael Neumann <mneumann@ntecs.de>
2864
+
2865
+ Added:
2866
+ examples/persistence.rb (1.1)
2867
+ Changed:
2868
+ doc/html/index.html (1.10), "Exp", lines: +90 -183
2869
+
2870
+ *
2871
+
2872
+ 2001-07-28 11:58 Michael Neumann <mneumann@ntecs.de>
2873
+
2874
+ Changed:
2875
+ doc/index.rd (1.8), "Exp", lines: +8 -1
2876
+
2877
+ new version
2878
+
2879
+ 2001-07-26 00:56 jweirich
2880
+
2881
+ Changed:
2882
+ lib/dbi/row.rb (1.6), "Exp", lines: +3 -0
2883
+ lib/dbi/test/testrow.rb (1.3), "Exp", lines: +28 -16
2884
+
2885
+ Fixed row.rb so that dup and clone work
2886
+
2887
+ 2001-07-19 09:37 Michael Neumann <mneumann@ntecs.de>
2888
+
2889
+ Changed:
2890
+ lib/dbi/dbi.rb (1.16), "Exp", lines: +2 -3
2891
+
2892
+ fixed bug in load_driver (thanks to John Gorman)
2893
+
2894
+ 2001-07-17 16:57 Michael Neumann <mneumann@ntecs.de>
2895
+
2896
+ Changed:
2897
+ lib/dbi/sql.rb (1.6), "Exp", lines: +3 -2
2898
+
2899
+ corrected quoting for Time, Date and DateTime
2900
+
2901
+ 2001-07-11 21:54 Michael Neumann <mneumann@ntecs.de>
2902
+
2903
+ Changed:
2904
+ doc/index.rd (1.7), "Exp", lines: +5 -1
2905
+ doc/html/index.html (1.8), "Exp", lines: +10 -3
2906
+
2907
+ *
2908
+
2909
+ 2001-07-10 15:07 tag dbi-0-0-7
2910
+
2911
+ 2001-07-10 15:07 Michael Neumann <mneumann@ntecs.de>
2912
+
2913
+ Changed:
2914
+ lib/dbi/dbi.rb (1.15), "Exp", lines: +3 -1
2915
+
2916
+ fixed bug; missing else-branch and return
2917
+
2918
+ 2001-07-06 19:36 tag dbi-0-0-6
2919
+
2920
+ 2001-07-06 19:36 Michael Neumann <mneumann@ntecs.de>
2921
+
2922
+ Changed:
2923
+ doc/html/index.html (1.7), "Exp", lines: +10 -3
2924
+
2925
+ *
2926
+
2927
+ 2001-07-06 19:35 Michael Neumann <mneumann@ntecs.de>
2928
+
2929
+ Changed:
2930
+ lib/dbi/dbi.rb (1.14), "Exp", lines: +2 -1
2931
+
2932
+ fixed bug in load_driver (added return found)
2933
+
2934
+ 2001-07-06 18:21 Michael Neumann <mneumann@ntecs.de>
2935
+
2936
+ Changed:
2937
+ doc/index.rd (1.6), "Exp", lines: +6 -2
2938
+
2939
+ new release
2940
+
2941
+ 2001-07-06 18:16 Michael Neumann <mneumann@ntecs.de>
2942
+
2943
+ Changed:
2944
+ lib/dbd_pg/Pg.rb (1.8), "Exp", lines: +3 -2
2945
+
2946
+ added DBI URI parameter database additionally to dbname
2947
+
2948
+ 2001-07-06 18:14 Michael Neumann <mneumann@ntecs.de>
2949
+
2950
+ Changed:
2951
+ lib/dbd_proxy/Proxy.rb (1.3), "Exp", lines: +8 -4
2952
+
2953
+ rewritten DBI URI parser (due to dsn=...;...;)
2954
+
2955
+ 2001-07-06 18:14 Michael Neumann <mneumann@ntecs.de>
2956
+
2957
+ Changed:
2958
+ lib/dbi/utils.rb (1.7), "Exp", lines: +11 -3
2959
+
2960
+ added patch by John Gorman for Utils.parse_params to allow database:host instead of database=...;host=...
2961
+
2962
+ 2001-07-06 18:13 Michael Neumann <mneumann@ntecs.de>
2963
+
2964
+ Changed:
2965
+ lib/dbi/dbi.rb (1.13), "Exp", lines: +35 -6
2966
+
2967
+ added case-insensitive DBD name patch by John Gorman (e.g. dbi:Mysql:... and dbi:mysql:... should both work)
2968
+
2969
+ 2001-06-29 17:18 Michael Neumann <mneumann@ntecs.de>
2970
+
2971
+ Changed:
2972
+ lib/dbi/dbi.rb (1.12), "Exp", lines: +3 -3
2973
+ lib/dbi/sql.rb (1.5), "Exp", lines: +1 -2
2974
+ lib/dbi/utils.rb (1.6), "Exp", lines: +4 -4
2975
+
2976
+ removed some warnings
2977
+
2978
+ 2001-06-29 03:27 jweirich
2979
+
2980
+ Changed:
2981
+ test/testdbi.rb (1.2), "Exp", lines: +17 -17
2982
+
2983
+ Removed spaces before arg lists (warnings using -w)
2984
+
2985
+ 2001-06-22 12:28 jweirich
2986
+
2987
+ Deleted:
2988
+ lib/dbi/test/testdbi.rb (1.3)
2989
+ Added:
2990
+ test/README (1.1)
2991
+ test/testdbi.rb (1.1)
2992
+ test/example/config.sh (1.1)
2993
+ test/example/example.cfg (1.1)
2994
+ test/example/setup.sh (1.1)
2995
+ test/example/teardown.sh (1.1)
2996
+
2997
+ Moved testdbi.rb to toplevel test dir. Added configurability
2998
+
2999
+ 2001-06-18 13:59 Michael Neumann <mneumann@ntecs.de>
3000
+
3001
+ Changed:
3002
+ examples/sqlsh.rb (1.8), "Exp", lines: +76 -6
3003
+
3004
+ added input/output support
3005
+
3006
+ 2001-06-18 13:49 Michael Neumann <mneumann@ntecs.de>
3007
+
3008
+ Changed:
3009
+ lib/dbi/utils.rb (1.5), "Exp", lines: +17 -1
3010
+
3011
+ added conv_param to convert Date/Time arguments to DBI::Date/Time
3012
+
3013
+ 2001-06-18 13:48 Michael Neumann <mneumann@ntecs.de>
3014
+
3015
+ Changed:
3016
+ lib/dbi/sql.rb (1.4), "Exp", lines: +65 -1
3017
+
3018
+ added Masatoshi SEKI's Coerce class
3019
+
3020
+ 2001-06-18 13:47 Michael Neumann <mneumann@ntecs.de>
3021
+
3022
+ Changed:
3023
+ lib/dbi/dbi.rb (1.11), "Exp", lines: +44 -9
3024
+
3025
+ improved DBI:: Date/Time/Timestamp classes, added automatic coercion from Date/automatic Time to DBI::Date/Time in parmeters
3026
+
3027
+ 2001-06-18 13:45 Michael Neumann <mneumann@ntecs.de>
3028
+
3029
+ Changed:
3030
+ lib/dbd_pg/Pg.rb (1.7), "Exp", lines: +13 -19
3031
+
3032
+ added coercing from Masatoshi SEKI
3033
+
3034
+ 2001-06-18 12:02 Michael Neumann <mneumann@ntecs.de>
3035
+
3036
+ Changed:
3037
+ lib/dbd_pg/Pg.rb (1.6), "Exp", lines: +16 -23
3038
+
3039
+
3040
+ connection changed to "dbi:Pg:dbname=..;host=...;port=...;tty=;options="
3041
+
3042
+ 2001-06-17 20:04 jweirich
3043
+
3044
+ Changed:
3045
+ lib/dbi/sql.rb (1.3), "Exp", lines: +41 -21
3046
+ lib/dbi/test/testdbi.rb (1.2), "Exp", lines: +1 -1
3047
+ lib/dbi/test/testsqlbind.rb (1.3), "Exp", lines: +71 -0
3048
+ lib/dbi/test/testsqlquote.rb (1.3), "Exp", lines: +1 -1
3049
+
3050
+ Updated the sql binding methods to correctly ignore ? in a string. Tests also updated.
3051
+
3052
+ 2001-06-11 12:59 Michael Neumann <mneumann@ntecs.de>
3053
+
3054
+ Changed:
3055
+ examples/sqlsh.rb (1.7), "Exp", lines: +2 -2
3056
+
3057
+ output available DBDs (call sqlsh.rb without params) even if an error occured
3058
+
3059
+ 2001-06-11 12:58 Michael Neumann <mneumann@ntecs.de>
3060
+
3061
+ Changed:
3062
+ lib/dbi/trace.rb (1.2), "Exp", lines: +2 -1
3063
+
3064
+ added require "dbi" to work as "ruby -r dbi/trace myprog.rb"
3065
+
3066
+ 2001-06-11 10:46 Michael Neumann <mneumann@ntecs.de>
3067
+
3068
+ Changed:
3069
+ doc/html/index.html (1.6), "Exp", lines: +22 -14
3070
+
3071
+ *
3072
+
3073
+ 2001-06-11 10:45 Michael Neumann <mneumann@ntecs.de>
3074
+
3075
+ Changed:
3076
+ doc/index.rd (1.5), "Exp", lines: +13 -5
3077
+
3078
+ ChangeLog and ToDo section
3079
+
3080
+ 2001-06-11 10:44 Michael Neumann <mneumann@ntecs.de>
3081
+
3082
+ Changed:
3083
+ lib/dbi/dbi.rb (1.10), "Exp", lines: +2 -21
3084
+
3085
+ version => 0.0.6, moved ToDo's into file doc/ToDo
3086
+
3087
+ 2001-06-11 00:11 Michael Neumann <mneumann@ntecs.de>
3088
+
3089
+ Changed:
3090
+ lib/dbi/sql.rb (1.2), "Exp", lines: +19 -11
3091
+
3092
+ fixed bug found by Masatoshi SEKI in bind(self, "WHERE a=?", ["connected?"])
3093
+
3094
+ 2001-06-11 00:09 Michael Neumann <mneumann@ntecs.de>
3095
+
3096
+ Changed:
3097
+ lib/dbi/test/testrow.rb (1.2), "Exp", lines: +1 -1
3098
+ lib/dbi/test/testsqlbind.rb (1.2), "Exp", lines: +10 -1
3099
+ lib/dbi/test/testsqlquote.rb (1.2), "Exp", lines: +1 -1
3100
+
3101
+ require files in the directory below instead of installed (e.g. ../sql instead of dbi/sql)
3102
+ extended testsqlbind.rb (to check for a bug occured in 0.0.5)
3103
+
3104
+ 2001-06-08 20:30 tag dbi-0-0-5
3105
+
3106
+ 2001-06-08 20:30 Michael Neumann <mneumann@ntecs.de>
3107
+
3108
+ Changed:
3109
+ doc/index.rd (1.4), "Exp", lines: +2 -2
3110
+ doc/html/index.html (1.5), "Exp", lines: +1 -1
3111
+
3112
+ changed downloads
3113
+
3114
+ 2001-06-08 20:28 Michael Neumann <mneumann@ntecs.de>
3115
+
3116
+ Changed:
3117
+ lib/dbd_odbc/ODBC.rb (1.2), "Exp", lines: +2 -2
3118
+
3119
+ corrected data_sources ("dbi:ODBC:" + ...)
3120
+
3121
+ 2001-06-08 20:21 Michael Neumann <mneumann@ntecs.de>
3122
+
3123
+ Added:
3124
+ lib/dbi/trace.rb (1.1)
3125
+ Changed:
3126
+ lib/dbi/dbi.rb (1.9), "Exp", lines: +36 -3
3127
+
3128
+ added tracing to DBI
3129
+
3130
+ 2001-06-07 20:13 Michael Neumann <mneumann@ntecs.de>
3131
+
3132
+ Changed:
3133
+ examples/sqlsh.rb (1.6), "Exp", lines: +8 -4
3134
+
3135
+ added resuce when showing the available DSN
3136
+
3137
+ 2001-06-07 19:12 Michael Neumann <mneumann@ntecs.de>
3138
+
3139
+ Changed:
3140
+ doc/html/index.html (1.4), "Exp", lines: +9 -1
3141
+ lib/dbd_db2/DB2.rb (1.3), "Exp", lines: +40 -13
3142
+
3143
+ added fetch_scroll as well as Date/Time convertion for DB2
3144
+
3145
+ 2001-06-07 19:10 Michael Neumann <mneumann@ntecs.de>
3146
+
3147
+ Changed:
3148
+ doc/index.rd (1.3), "Exp", lines: +6 -1
3149
+
3150
+ added ODBC
3151
+
3152
+ 2001-06-07 19:06 Michael Neumann <mneumann@ntecs.de>
3153
+
3154
+ Changed:
3155
+ lib/dbi/dbi.rb (1.8), "Exp", lines: +29 -3
3156
+
3157
+ added classes Date and Time
3158
+
3159
+ 2001-06-07 19:06 Michael Neumann <mneumann@ntecs.de>
3160
+
3161
+ Added:
3162
+ lib/dbd_odbc/ODBC.rb (1.1)
3163
+ Changed:
3164
+ lib/PATHCONV (1.9), "Exp", lines: +1 -0
3165
+
3166
+ initial import
3167
+
3168
+ 2001-06-07 13:52 Michael Neumann <mneumann@ntecs.de>
3169
+
3170
+ Added:
3171
+ lib/dbd_msql/Msql.rb (1.1)
3172
+ Changed:
3173
+ doc/html/index.html (1.3), "Exp", lines: +8 -1
3174
+ lib/PATHCONV (1.8), "Exp", lines: +1 -0
3175
+ lib/dbd_mysql/Mysql.rb (1.5), "Exp", lines: +14 -5
3176
+
3177
+ added method do in Mysql
3178
+ initial import of Msql
3179
+
3180
+ 2001-06-07 13:52 Michael Neumann <mneumann@ntecs.de>
3181
+
3182
+ Changed:
3183
+ doc/index.rd (1.2), "Exp", lines: +5 -1
3184
+
3185
+ mSQL added
3186
+
3187
+ 2001-06-07 10:42 Michael Neumann <mneumann@ntecs.de>
3188
+
3189
+ Changed:
3190
+ lib/dbd_ado/ADO.rb (1.5), "Exp", lines: +12 -13
3191
+ lib/dbd_db2/DB2.rb (1.2), "Exp", lines: +2 -2
3192
+ lib/dbd_interbase/InterBase.rb (1.3), "Exp", lines: +30 -13
3193
+ lib/dbd_mysql/Mysql.rb (1.4), "Exp", lines: +13 -16
3194
+ lib/dbd_oracle/Oracle.rb (1.3), "Exp", lines: +38 -16
3195
+ lib/dbd_pg/Pg.rb (1.5), "Exp", lines: +3 -3
3196
+ lib/dbd_proxy/Proxy.rb (1.2), "Exp", lines: +21 -2
3197
+ lib/dbi/dbi.rb (1.7), "Exp", lines: +2 -2
3198
+
3199
+ changed raising DBI::Error to DBI::DatabaseError
3200
+ changed method DBI::DatabaseError.new
3201
+
3202
+ 2001-06-06 15:32 Michael Neumann <mneumann@ntecs.de>
3203
+
3204
+ Changed:
3205
+ lib/dbi/utils.rb (1.4), "Exp", lines: +5 -5
3206
+
3207
+ extended XMLFormatter methods row and table
3208
+
3209
+ 2001-06-05 22:33 Michael Neumann <mneumann@ntecs.de>
3210
+
3211
+ Changed:
3212
+ lib/dbd_pg/doc/README (1.2), "Exp", lines: +10 -8
3213
+
3214
+ adapted towards new version 0.0.5
3215
+
3216
+ 2001-06-05 22:30 Michael Neumann <mneumann@ntecs.de>
3217
+
3218
+ Changed:
3219
+ ext/dbd_sybase/doc/README (1.3), "Exp", lines: +4 -1
3220
+
3221
+ outdated
3222
+
3223
+ 2001-06-05 22:28 Michael Neumann <mneumann@ntecs.de>
3224
+
3225
+ Changed:
3226
+ doc/html/index.html (1.2), "Exp", lines: +196 -1
3227
+
3228
+ added content
3229
+
3230
+ 2001-06-05 22:25 Michael Neumann <mneumann@ntecs.de>
3231
+
3232
+ Added:
3233
+ doc/create_html (1.1)
3234
+ doc/index.rd (1.1)
3235
+ doc/html/rubyStyle.css (1.1)
3236
+
3237
+ new README file
3238
+
3239
+ 2001-06-05 22:23 Michael Neumann <mneumann@ntecs.de>
3240
+
3241
+ Changed:
3242
+ README (1.2), "Exp", lines: +1 -92
3243
+
3244
+ removed content, forward to doc/index.rd
3245
+
3246
+ 2001-06-05 12:17 Michael Neumann <mneumann@ntecs.de>
3247
+
3248
+ Changed:
3249
+ examples/proxyserver.rb (1.2), "Exp", lines: +14 -5
3250
+
3251
+ improved some code
3252
+
3253
+ 2001-06-05 12:14 Michael Neumann <mneumann@ntecs.de>
3254
+
3255
+ Changed:
3256
+ lib/dbd_interbase/InterBase.rb (1.2), "Exp", lines: +20 -4
3257
+
3258
+ added error handling => DBI::Error
3259
+
3260
+ 2001-06-05 12:07 Michael Neumann <mneumann@ntecs.de>
3261
+
3262
+ Changed:
3263
+ lib/dbd_pg/Pg.rb (1.4), "Exp", lines: +4 -4
3264
+
3265
+ changed $! (.dup) to $!.type.to_s (to fix the DRbUnknown DBD::Proxy bug)
3266
+
3267
+ 2001-06-05 12:06 Michael Neumann <mneumann@ntecs.de>
3268
+
3269
+ Changed:
3270
+ lib/dbd_mysql/Mysql.rb (1.3), "Exp", lines: +48 -12
3271
+
3272
+ added error handling -> DBI::Error
3273
+ added ?-parameter markers binding
3274
+ removed ::Mysql.quote because it didn't worked as expected
3275
+
3276
+ 2001-06-05 10:28 Michael Neumann <mneumann@ntecs.de>
3277
+
3278
+ Changed:
3279
+ lib/dbd_ado/ADO.rb (1.4), "Exp", lines: +10 -3
3280
+
3281
+ fixed misbehaviour in #finish. now supports parameter markers
3282
+
3283
+ 2001-06-05 09:44 Michael Neumann <mneumann@ntecs.de>
3284
+
3285
+ Changed:
3286
+ lib/dbi/utils.rb (1.3), "Exp", lines: +2 -2
3287
+
3288
+ fixed bug (one parenthese too much)
3289
+
3290
+ 2001-06-04 14:24 Michael Neumann <mneumann@ntecs.de>
3291
+
3292
+ Changed:
3293
+ lib/PATHCONV (1.7), "Exp", lines: +1 -0
3294
+
3295
+ added Proxy
3296
+
3297
+ 2001-06-04 14:23 Michael Neumann <mneumann@ntecs.de>
3298
+
3299
+ Added:
3300
+ lib/dbd_proxy/Proxy.rb (1.1)
3301
+ examples/proxyserver.rb (1.1)
3302
+
3303
+ initial import
3304
+
3305
+ 2001-06-04 14:22 Michael Neumann <mneumann@ntecs.de>
3306
+
3307
+ Changed:
3308
+ lib/dbi/dbi.rb (1.6), "Exp", lines: +25 -6
3309
+
3310
+ added DBI.get_driver (to access the underlying DBD-Driver), needed by ProxyServer
3311
+ @@driver_map contains now arrays of DBI::DriverHandle and DBD::Driver -> modified all methods which use it
3312
+ added checks in DatabaseHandle select_one, select_all, [], []= if it is already closed -> raise exemption
3313
+
3314
+ 2001-06-04 14:15 Michael Neumann <mneumann@ntecs.de>
3315
+
3316
+ Changed:
3317
+ lib/dbi/row.rb (1.5), "Exp", lines: +10 -1
3318
+
3319
+ added methods to_h, field_names (alias to column_names) and fixed typo-bug
3320
+
3321
+ 2001-06-04 14:13 Michael Neumann <mneumann@ntecs.de>
3322
+
3323
+ Changed:
3324
+ lib/dbd_pg/Pg.rb (1.3), "Exp", lines: +10 -0
3325
+
3326
+ added method DatabaseHandle#tables and modified load_type_map to return CHAR's
3327
+
3328
+ 2001-06-02 19:20 Rainer Perl
3329
+
3330
+ Changed:
3331
+ ext/dbd_sybase/extconf.rb (1.2), "Exp", lines: +1 -6
3332
+
3333
+ applied patch from Akinori MUSHA
3334
+
3335
+ 2001-06-02 18:06 Rainer Perl
3336
+
3337
+ Added:
3338
+ doc/html/index.html (1.1)
3339
+
3340
+ added example web-index
3341
+
3342
+ 2001-06-01 11:04 Michael Neumann <mneumann@ntecs.de>
3343
+
3344
+ Changed:
3345
+ lib/dbd_oracle/Oracle.rb (1.2), "Exp", lines: +117 -43
3346
+
3347
+ improved speed, fixed some bugs
3348
+
3349
+ 2001-05-31 14:34 Michael Neumann <mneumann@ntecs.de>
3350
+
3351
+ Changed:
3352
+ examples/sqlsh.rb (1.5), "Exp", lines: +1 -2
3353
+
3354
+ fixed bug (rescue instead ensure), which had the consequence readline was never used
3355
+
3356
+ 2001-05-31 14:18 Michael Neumann <mneumann@ntecs.de>
3357
+
3358
+ Changed:
3359
+ lib/dbd_mysql/Mysql.rb (1.2), "Exp", lines: +1 -1
3360
+
3361
+ changed in datasource, mysql to Mysql
3362
+
3363
+ 2001-05-31 14:17 Michael Neumann <mneumann@ntecs.de>
3364
+
3365
+ Changed:
3366
+ lib/dbi/row.rb (1.4), "Exp", lines: +2 -0
3367
+
3368
+
3369
+ added "include Enumerable"
3370
+
3371
+ 2001-05-31 14:16 Michael Neumann <mneumann@ntecs.de>
3372
+
3373
+ Changed:
3374
+ lib/PATHCONV (1.6), "Exp", lines: +1 -1
3375
+
3376
+ install wrapper together with dbi
3377
+
3378
+ 2001-05-31 13:54 Michael Neumann <mneumann@ntecs.de>
3379
+
3380
+ Changed:
3381
+ lib/dbi/row.rb (1.3), "Exp", lines: +4 -2
3382
+
3383
+ fixed bug, so size_or_arr can now be nil, which creates an Array of size col_names.size
3384
+
3385
+ 2001-05-31 13:53 Michael Neumann <mneumann@ntecs.de>
3386
+
3387
+ Added:
3388
+ lib/wrapper/dbi.rb (1.1)
3389
+
3390
+ initial creation
3391
+
3392
+ 2001-05-31 13:53 Michael Neumann <mneumann@ntecs.de>
3393
+
3394
+ Changed:
3395
+ lib/PATHCONV (1.5), "Exp", lines: +1 -0
3396
+
3397
+ add directory wrapper which installs directly into site-ruby
3398
+
3399
+ 2001-05-31 13:52 Michael Neumann <mneumann@ntecs.de>
3400
+
3401
+ Changed:
3402
+ examples/sqlsh.rb (1.4), "Exp", lines: +1 -1
3403
+
3404
+ removed double :: in DSN output
3405
+
3406
+ 2001-05-31 13:28 Michael Neumann <mneumann@ntecs.de>
3407
+
3408
+ Added:
3409
+ lib/dbi/test/testdbi.rb (1.1)
3410
+ lib/dbi/test/testrow.rb (1.1)
3411
+ lib/dbi/test/testsqlbind.rb (1.1)
3412
+ lib/dbi/test/testsqlquote.rb (1.1)
3413
+
3414
+ initial import of test-cases, from Jim Weirichs Postgesql DBD
3415
+
3416
+ 2001-05-31 13:27 Michael Neumann <mneumann@ntecs.de>
3417
+
3418
+ Changed:
3419
+ lib/dbi/utils.rb (1.2), "Exp", lines: +47 -1
3420
+
3421
+
3422
+ move some methods from dbi/dbi into this file
3423
+
3424
+ 2001-05-31 13:26 Michael Neumann <mneumann@ntecs.de>
3425
+
3426
+ Added:
3427
+ lib/dbi/sql.rb (1.1)
3428
+
3429
+ initial creation.
3430
+ extracted from Jim Weirichs basicquote.rb, basicbind.rb and Postgresql.rb (query?)
3431
+
3432
+ 2001-05-31 13:25 Michael Neumann <mneumann@ntecs.de>
3433
+
3434
+ Changed:
3435
+ lib/dbi/row.rb (1.2), "Exp", lines: +120 -83
3436
+
3437
+ use delegator to Array
3438
+ many features added, e.g dbrow["firstname", "lastname", ...] => ['Michael', 'Neumann', ...]
3439
+ passed Jims testcase
3440
+
3441
+ 2001-05-31 13:23 Michael Neumann <mneumann@ntecs.de>
3442
+
3443
+ Changed:
3444
+ lib/dbi/dbi.rb (1.5), "Exp", lines: +8 -42
3445
+
3446
+ moved module Utils into file dbi/utils.rb
3447
+ use Jim Weirichs SQL::BasicQuote
3448
+
3449
+ 2001-05-31 13:19 Michael Neumann <mneumann@ntecs.de>
3450
+
3451
+ Changed:
3452
+ lib/dbd_ado/ADO.rb (1.3), "Exp", lines: +2 -2
3453
+
3454
+
3455
+ use SQL.query? instead of own version
3456
+
3457
+ 2001-05-31 13:18 Michael Neumann <mneumann@ntecs.de>
3458
+
3459
+ Added:
3460
+ lib/dbd_pg/test/testdbipg.rb (1.1)
3461
+
3462
+
3463
+ initial import from Jim Weirichs ruby-dbi-postgresql-28.05.2001.7.tgz
3464
+ changed Postgres to Pg
3465
+
3466
+ 2001-05-31 13:17 Michael Neumann <mneumann@ntecs.de>
3467
+
3468
+ Added:
3469
+ lib/dbd_pg/doc/README (1.1)
3470
+
3471
+
3472
+ initial import from Jim Weirichs ruby-dbi-postgresql-28.05.2001.7.tgz
3473
+
3474
+ 2001-05-31 13:16 Michael Neumann <mneumann@ntecs.de>
3475
+
3476
+ Changed:
3477
+ lib/dbd_pg/Pg.rb (1.2), "Exp", lines: +3 -12
3478
+
3479
+
3480
+ extracted some goodies to dbi/sql.rb
3481
+ changed Postgresql to Pg
3482
+
3483
+ 2001-05-31 13:14 Michael Neumann <mneumann@ntecs.de>
3484
+
3485
+ Added:
3486
+ lib/dbd_pg/Pg.rb (1.1)
3487
+
3488
+
3489
+ initial import from Jim Weirichs ruby-dbi-postgesql-28.05.2001.7.tgz
3490
+
3491
+ 2001-05-31 13:13 Michael Neumann <mneumann@ntecs.de>
3492
+
3493
+ Changed:
3494
+ lib/PATHCONV (1.4), "Exp", lines: +1 -0
3495
+
3496
+
3497
+ added dbd_pg
3498
+
3499
+ 2001-05-31 10:21 Michael Neumann <mneumann@ntecs.de>
3500
+
3501
+ Changed:
3502
+ lib/dbd_ado/ADO.rb (1.2), "Exp", lines: +94 -12
3503
+
3504
+
3505
+ fixed several bugs in fetch/fetch_scroll, now has more functionality
3506
+
3507
+ 2001-05-31 10:20 Michael Neumann <mneumann@ntecs.de>
3508
+
3509
+ Changed:
3510
+ lib/dbi/dbi.rb (1.4), "Exp", lines: +5 -5
3511
+
3512
+
3513
+ fixed constant multiple-assignment bug, (1..6) -> (1..6).to_a
3514
+ fixed exception-raising bug, parameters in DBI::Error now all optional
3515
+ fixed bug in fetch_scroll (rows -> row)
3516
+
3517
+ 2001-05-31 10:18 Michael Neumann <mneumann@ntecs.de>
3518
+
3519
+ Changed:
3520
+ examples/sqlsh.rb (1.3), "Exp", lines: +64 -10
3521
+
3522
+
3523
+ added new commands (commit, rollback, autocommit)
3524
+ fixed readline-bug, readline -> $stdin.readline
3525
+
3526
+ 2001-05-30 18:59 Michael Neumann <mneumann@ntecs.de>
3527
+
3528
+ Changed:
3529
+ lib/dbi/dbi.rb (1.3), "Exp", lines: +9 -5
3530
+
3531
+
3532
+ added StatementHandle#finished?
3533
+ added check in DatabaseHandle#execute/#prepare in block-form, if finished? before calling #finish
3534
+ changed require "x" -> require "dbi/x"
3535
+
3536
+ 2001-05-30 18:43 Michael Neumann <mneumann@ntecs.de>
3537
+
3538
+ Added:
3539
+ lib/dbd_ado/ADO.rb (1.1)
3540
+
3541
+
3542
+ initial import
3543
+
3544
+ 2001-05-30 18:40 Michael Neumann <mneumann@ntecs.de>
3545
+
3546
+ Changed:
3547
+ lib/PATHCONV (1.3), "Exp", lines: +1 -0
3548
+
3549
+
3550
+ added ADO entry
3551
+
3552
+ 2001-05-30 18:37 Michael Neumann <mneumann@ntecs.de>
3553
+
3554
+ Changed:
3555
+ examples/sqlsh.rb (1.2), "Exp", lines: +17 -3
3556
+
3557
+
3558
+ don't rely on "readline", works now without
3559
+
3560
+ 2001-05-30 12:51 Michael Neumann <mneumann@ntecs.de>
3561
+
3562
+ Added:
3563
+ examples/sqlsh.rb (1.1)
3564
+ examples/sqlsh.rb.new (1.1)
3565
+ examples/test1.pl (1.1)
3566
+ examples/test_blob.rb (1.1)
3567
+ examples/xmltest.rb (1.1)
3568
+ Changed:
3569
+ examples/test1.rb (1.2), "Exp", lines: +9 -22
3570
+
3571
+
3572
+ initial import
3573
+
3574
+ 2001-05-30 12:43 Michael Neumann <mneumann@ntecs.de>
3575
+
3576
+ Changed:
3577
+ lib/dbd_mysql/doc/HISTORY (1.2), "Exp", lines: +4 -1
3578
+ lib/dbd_mysql/doc/README (1.2), "Exp", lines: +2 -2
3579
+
3580
+
3581
+ new entry
3582
+
3583
+ 2001-05-30 12:40 Michael Neumann <mneumann@ntecs.de>
3584
+
3585
+ Added:
3586
+ lib/dbd_oracle/Oracle.rb (1.1)
3587
+
3588
+
3589
+ initial import
3590
+
3591
+ 2001-05-30 12:40 Michael Neumann <mneumann@ntecs.de>
3592
+
3593
+ Added:
3594
+ lib/dbd_interbase/InterBase.rb (1.1)
3595
+
3596
+
3597
+ added new DBDs
3598
+ initial import
3599
+ initial import
3600
+
3601
+ 2001-05-30 12:40 Michael Neumann <mneumann@ntecs.de>
3602
+
3603
+ Added:
3604
+ lib/dbd_db2/DB2.rb (1.1)
3605
+
3606
+
3607
+ added new DBDs
3608
+ initial import
3609
+
3610
+ 2001-05-30 12:40 Michael Neumann <mneumann@ntecs.de>
3611
+
3612
+ Changed:
3613
+ lib/PATHCONV (1.2), "Exp", lines: +5 -2
3614
+
3615
+
3616
+ added new DBDs
3617
+
3618
+ 2001-05-30 12:36 Michael Neumann <mneumann@ntecs.de>
3619
+
3620
+ Deleted:
3621
+ lib/dbd_mysql/dbd_mysql.rb (1.2)
3622
+ Added:
3623
+ lib/dbd_mysql/Mysql.rb (1.1)
3624
+
3625
+
3626
+ upgraded to new version 0.5
3627
+
3628
+ 2001-05-29 11:22 Michael Neumann <mneumann@ntecs.de>
3629
+
3630
+ Changed:
3631
+ lib/dbi/dbi.rb (1.2), "Exp", lines: +852 -138
3632
+
3633
+
3634
+ almost complete rewrite of DBI by Michael Neumann
3635
+
3636
+ 2001-05-29 11:16 Michael Neumann <mneumann@ntecs.de>
3637
+
3638
+ Added:
3639
+ lib/dbi/row.rb (1.1)
3640
+ lib/dbi/utils.rb (1.1)
3641
+
3642
+
3643
+ initial import
3644
+
3645
+ 2001-05-08 14:05 tag dbd_sybase-0-0-3
3646
+
3647
+ 2001-05-08 14:05 Rainer Perl
3648
+
3649
+ Changed:
3650
+ ext/dbd_sybase/dbd_sybase.c (1.2), "Exp", lines: +34 -39
3651
+ ext/dbd_sybase/doc/HISTORY (1.2), "Exp", lines: +3 -0
3652
+ ext/dbd_sybase/doc/README (1.2), "Exp", lines: +4 -21
3653
+
3654
+ Updated dbd_sybase (now 0.0.3)
3655
+
3656
+ 2001-05-06 17:59 tag dbd_mysql-0-0-4
3657
+
3658
+ 2001-05-06 17:59 tag dbd_sybase-0-0-2
3659
+
3660
+ 2001-05-06 17:59 tag dbi-0-0-4
3661
+
3662
+ 2001-05-06 17:59 tag start
3663
+
3664
+ 2001-05-06 17:59 Rainer Perl
3665
+
3666
+ Changed:
3667
+ LICENSE (1.1.1.1), "Exp", lines: +0 -0
3668
+ README (1.1.1.1), "Exp", lines: +0 -0
3669
+ setup.rb (1.1.1.1), "Exp", lines: +0 -0
3670
+ examples/test1.rb (1.1.1.1), "Exp", lines: +0 -0
3671
+ ext/PATHCONV (1.1.1.1), "Exp", lines: +0 -0
3672
+ ext/dbd_sybase/dbd_sybase.c (1.1.1.1), "Exp", lines: +0 -0
3673
+ ext/dbd_sybase/extconf.rb (1.1.1.1), "Exp", lines: +0 -0
3674
+ ext/dbd_sybase/doc/HISTORY (1.1.1.1), "Exp", lines: +0 -0
3675
+ ext/dbd_sybase/doc/README (1.1.1.1), "Exp", lines: +0 -0
3676
+ lib/PATHCONV (1.1.1.1), "Exp", lines: +0 -0
3677
+ lib/dbd_mysql/dbd_mysql.rb (1.1.1.1), "Exp", lines: +0 -0
3678
+ lib/dbd_mysql/doc/HISTORY (1.1.1.1), "Exp", lines: +0 -0
3679
+ lib/dbd_mysql/doc/README (1.1.1.1), "Exp", lines: +0 -0
3680
+ lib/dbi/dbi.rb (1.1.1.1), "Exp", lines: +0 -0
3681
+
3682
+ Imported sources
3683
+
3684
+ 2001-05-06 17:59 Rainer Perl
3685
+
3686
+ Added:
3687
+ LICENSE (1.1)
3688
+ README (1.1)
3689
+ setup.rb (1.1)
3690
+ examples/test1.rb (1.1)
3691
+ ext/PATHCONV (1.1)
3692
+ ext/dbd_sybase/dbd_sybase.c (1.1)
3693
+ ext/dbd_sybase/extconf.rb (1.1)
3694
+ ext/dbd_sybase/doc/HISTORY (1.1)
3695
+ ext/dbd_sybase/doc/README (1.1)
3696
+ lib/PATHCONV (1.1)
3697
+ lib/dbd_mysql/dbd_mysql.rb (1.1)
3698
+ lib/dbd_mysql/doc/HISTORY (1.1)
3699
+ lib/dbd_mysql/doc/README (1.1)
3700
+ lib/dbi/dbi.rb (1.1)
3701
+
3702
+ Initial revision
3703
+