Annotation of sql/odbc/ChangeLog, revision 1.8
1.8 ! paf 1: 2004-09-13 paf
! 2: * MFCpatches/afximpl.h 1.1:
! 3: * MFCpatches/dbcore.cpp 1.1:
! 4: * MFCpatches/dbimpl.h 1.1:
! 5: * MFCpatches/fixalloc.h 1.1:
! 6: * MFCpatches/oleimpl2.h 1.1:
! 7: * MFCpatches/stdafx.h 1.1:
! 8: * MFCpatches/winhand_.h 1.1:
! 9: started to fix MFC again: these were original files
! 10:
! 11: * parser3odbc.C 1.25:
! 12: bugfix: date values from database now have ...hh:mm:ss.mmm format (3 digits for fractions of a second)
! 13: were: 9 digits (exactly that odbc driver returned us, but refuses to eat it on input)
! 14:
! 15: * parser3odbc.C 1.26:
! 16: beauty: readonly bit specified [strangly that is not default]
! 17:
! 18: * MFCpatches/dbcore.cpp 1.2:
! 19: * parser3odbc.vcproj 1.6:
! 20: applied old MFCpatches to new MFC sources,
! 21: sadly all bugs were there [returning empty ntext columns is onle of them]
! 22:
! 23: 2004-07-28 paf
! 24: * parser3odbc.C 1.24:
! 25: bugfix: isspace((unsigned char)c) everywhere. failed on russian
! 26: letters
! 27:
! 28: 2004-06-23 paf
! 29: * parser3odbc.C 1.23:
! 30: * parser3odbc.vcproj 1.5:
! 31: new api supported, not implemented yet:
! 32: ^void:sql{call paf(:a)}[
! 33: $.bind[hash]
! 34: ]
! 35:
! 36: 2004-05-25 paf
! 37: * parser3odbc.C 1.22:
! 38: beauty: param renamed to reflect it's nature
! 39:
! 40: 2004-03-30 paf
! 41: * parser3odbc.C 1.21:
! 42: merged bugfixes from 3.1.2
! 43:
! 44: 2004-03-26 paf
! 45: * parser3odbc.C [release_3_1_2] 1.20.2.1:
! 46: bugfix: tolower/toupper named with _str suffix to work around
! 47: cases when they are macros [freebsd]
! 48:
! 49: 2004-03-05 paf
! 50: * parser3odbc.C 1.20:
! 51: * parser3odbc.vcproj 1.4:
! 52: new: odbc option [like that recently added to oracle driver]
! 53: ClientCharset=parser-charset << charset in which parser thinks client works
! 54:
! 55: 2004-01-30 paf
! 56: * parser3odbc.C 1.19:
! 57: bugfix: connection struct mem to be controlled by libgc [oracle
! 58: already fixed before]
! 59:
! 60: 2004-01-26 paf
! 61: * parser3odbc.C 1.18:
! 62: change: moved to new interface [without extra 'services' passing
! 63: back/forth]
! 64:
! 65: 2003-11-19 paf
! 66: * parser3odbc.C 1.17:
! 67: * parser3odbc.vcproj 1.3:
! 68: rename and comment on nvarchar(4) mfc bug
! 69:
! 70: 2003-11-10 paf
! 71: * parser3odbc.C 1.16:
! 72: * parser3odbc.vcproj 1.2:
! 73: * parser3odbc.vcproj.vspscc 1.2:
! 74: removed patches
! 75: todo: test it
! 76:
! 77: 2003-11-03 paf
! 78: * parser3odbc.vcproj.vspscc [release_3_1_1] 1.1.2.1:
! 79: *** empty log message ***
! 80:
! 81: * parser3odbc.vcproj.vspscc 1.1:
! 82: file parser3odbc.vcproj.vspscc was initially added on branch
! 83: release_3_1_1.
! 84:
! 85: 2003-10-31 paf
! 86: * parser3odbc.C [release_3_1_1] 1.15.2.1:
! 87: * parser3odbc.vcproj [release_3_1_1] 1.1.2.1:
! 88: removed dbpatches,
! 89: todo: ask users if it's ok
! 90:
! 91: 2003-10-24 paf
1.7 paf 92: * parser3odbc.sln 1.1:
93: *** empty log message ***
94:
95: 2003-09-29 paf
96: * parser3odbc.C 1.15:
97: fix: very old bug: wrong quote escaping
98:
99: 2003-08-18 paf
100: * parser3odbc.dsp 1.7:
101: * parser3odbc.dsw 1.3:
102: moved to MSVC 7
103:
1.6 paf 104: 2003-07-24 paf
105: * parser3odbc.C 1.14:
106: moved tempate_gc to HEAD
107:
108: 2003-07-22 paf
109: * parser3odbc.C [template_gc] 1.13.6.2:
110: updated to interface v8
111:
112: 2003-03-26 paf
113: * parser3odbc.C [template_gc] 1.13.6.1:
114: mistakenly patched HEAD branch. copying changes to template_gc one
115:
116: 2003-01-21 paf
117: * parser3odbc.C 1.13:
118: 2002->2003
119:
1.5 paf 120: 2002-12-09 paf
121: * parser3odbc.C 1.12:
122: changed exception handling mech in sql handlers #2
123:
124: 2002-10-29 paf
125: * parser3odbc.C 1.11:
126: binary field extracted as string with zero-chars inside
127: changed string.save [see]
128:
1.4 paf 129: 2002-10-22 paf
130: * parser3odbc.C 1.10:
131: column types extracted once per table [were per row]
132: data extract objects created once per table [were per cell]
133:
1.3 paf 134: 2002-06-03 paf
1.4 paf 135: * parser3odbc.dsp 1.5:
1.3 paf 136: fixed .dsp-s along with reorganized cvs modules dirs structure
137:
1.4 paf 138: * parser3odbc.dsp [release_1_0_0001] 1.2.2.1:
1.3 paf 139: reorganized cvs modules
140:
141: 2002-05-15 paf
1.4 paf 142: * MFCpatches/DBCORE.CPP 1.4:
143: * parser3odbc.C 1.8:
144: * parser3odbc.dsp 1.4:
1.3 paf 145: EXEC, call, {
146: sql statement starts now considered as stored procedure call and cause table result extraction
147:
1.4 paf 148: * parser3odbc.C 1.9:
1.3 paf 149: not-returning-tables sp execs checked
150:
1.2 paf 151: 2002-04-25 paf
1.4 paf 152: * MFCpatches/DBCORE.CPP 1.3:
153: * parser3odbc.C 1.7:
154: * parser3odbc.dsp 1.3:
1.2 paf 155: create table test (id int, a smalldatetime, b ntext, c nvarchar
156: 100))
157:
158: 2002-03-05 paf
1.4 paf 159: * MFCpatches/DBCORE.CPP 1.2:
160: * parser3odbc.C 1.6:
161: * parser3odbc.dsp 1.2:
1.2 paf 162: another mfc bug: non-string datatypes report wrong string size
163:
1.1 paf 164: 2002-02-08 paf
1.4 paf 165: * parser3odbc.C 1.4:
1.1 paf 166: 2002
1.2 paf 167:
1.4 paf 168: * AUTHORS 1.1:
169: * INSTALL 1.1:
170: * README 1.1:
1.2 paf 171: install&others added
1.1 paf 172:
1.4 paf 173: * COPYING 1.1:
174: * parser3odbc.C 1.5:
1.1 paf 175: added GNU copyright
176:
177: 2001-11-16 paf
1.4 paf 178: * parser3odbc.C 1.3:
1.1 paf 179: introducing estimating String::cstr_bufsize, 0
180:
181: 2001-10-29 paf
1.4 paf 182: * parser3odbc.C 1.2:
1.1 paf 183: setjump
184:
E-mail: