Annotation of sql/odbc/ChangeLog, revision 1.7
1.7 ! paf 1: 2003-10-24 paf
! 2: * parser3odbc.sln 1.1:
! 3: *** empty log message ***
! 4:
! 5: 2003-09-29 paf
! 6: * parser3odbc.C 1.15:
! 7: fix: very old bug: wrong quote escaping
! 8:
! 9: 2003-08-18 paf
! 10: * parser3odbc.dsp 1.7:
! 11: * parser3odbc.dsw 1.3:
! 12: moved to MSVC 7
! 13:
1.6 paf 14: 2003-07-24 paf
15: * parser3odbc.C 1.14:
16: moved tempate_gc to HEAD
17:
18: 2003-07-22 paf
19: * parser3odbc.C [template_gc] 1.13.6.2:
20: updated to interface v8
21:
22: 2003-03-26 paf
23: * parser3odbc.C [template_gc] 1.13.6.1:
24: mistakenly patched HEAD branch. copying changes to template_gc one
25:
26: 2003-01-21 paf
27: * parser3odbc.C 1.13:
28: 2002->2003
29:
1.5 paf 30: 2002-12-09 paf
31: * parser3odbc.C 1.12:
32: changed exception handling mech in sql handlers #2
33:
34: 2002-10-29 paf
35: * parser3odbc.C 1.11:
36: binary field extracted as string with zero-chars inside
37: changed string.save [see]
38:
1.4 paf 39: 2002-10-22 paf
40: * parser3odbc.C 1.10:
41: column types extracted once per table [were per row]
42: data extract objects created once per table [were per cell]
43:
1.3 paf 44: 2002-06-03 paf
1.4 paf 45: * parser3odbc.dsp 1.5:
1.3 paf 46: fixed .dsp-s along with reorganized cvs modules dirs structure
47:
1.4 paf 48: * parser3odbc.dsp [release_1_0_0001] 1.2.2.1:
1.3 paf 49: reorganized cvs modules
50:
51: 2002-05-15 paf
1.4 paf 52: * MFCpatches/DBCORE.CPP 1.4:
53: * parser3odbc.C 1.8:
54: * parser3odbc.dsp 1.4:
1.3 paf 55: EXEC, call, {
56: sql statement starts now considered as stored procedure call and cause table result extraction
57:
1.4 paf 58: * parser3odbc.C 1.9:
1.3 paf 59: not-returning-tables sp execs checked
60:
1.2 paf 61: 2002-04-25 paf
1.4 paf 62: * MFCpatches/DBCORE.CPP 1.3:
63: * parser3odbc.C 1.7:
64: * parser3odbc.dsp 1.3:
1.2 paf 65: create table test (id int, a smalldatetime, b ntext, c nvarchar
66: 100))
67:
68: 2002-03-05 paf
1.4 paf 69: * MFCpatches/DBCORE.CPP 1.2:
70: * parser3odbc.C 1.6:
71: * parser3odbc.dsp 1.2:
1.2 paf 72: another mfc bug: non-string datatypes report wrong string size
73:
1.1 paf 74: 2002-02-08 paf
1.4 paf 75: * parser3odbc.C 1.4:
1.1 paf 76: 2002
1.2 paf 77:
1.4 paf 78: * AUTHORS 1.1:
79: * INSTALL 1.1:
80: * README 1.1:
1.2 paf 81: install&others added
1.1 paf 82:
1.4 paf 83: * COPYING 1.1:
84: * parser3odbc.C 1.5:
1.1 paf 85: added GNU copyright
86:
87: 2001-11-16 paf
1.4 paf 88: * parser3odbc.C 1.3:
1.1 paf 89: introducing estimating String::cstr_bufsize, 0
90:
91: 2001-10-29 paf
1.4 paf 92: * parser3odbc.C 1.2:
1.1 paf 93: setjump
94:
E-mail: