ruby-informix 0.5.0 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Changelog +8 -0
- data/informix.c +311 -315
- data/informix.ec +19 -23
- metadata +3 -4
data/Changelog
CHANGED
@@ -1,3 +1,11 @@
|
|
1
|
+
0.5.1 08/10/2007
|
2
|
+
------------------
|
3
|
+
Bugs fixed:
|
4
|
+
* When a DATETIME HOUR TO SECOND column had a value with leading zeroes
|
5
|
+
it was incorrectly interpreted.
|
6
|
+
Reported by Daniel Bush <dlb.id.au at gmail>
|
7
|
+
|
8
|
+
|
1
9
|
0.5.0 12/27/2006
|
2
10
|
------------------
|
3
11
|
New features:
|