@@ -19,15 +19,15 @@ <h2>Note</h2>
1919< pre >
2020[7.3.0261]
2121
22- 1.Handle the converion from text-like field to SQL_C_BINARY more properly.
22+ 1.Handle the conversion from text-like field to SQL_C_BINARY more properly.
23232.Make buffer extension in SQLPutData more effective.
24243.Reply SQL_CONVERT_xxxx correctly for SQLGetInfo request.
25254.Reply DBMS_NAME, DBMS_VERSION correctly for SQLGetInfo request.
26265.Not call show max_identifier_length in PG 7.4.
27276.Change adjustLikePattern() to take literal quote(') into account.
28287.Fix a bug in memory debug routine.
29298.Change the multibyte encoding list to match that of the current
30- offical driver.
30+ official driver.
31319.Change SC_clear_error() to call CC_clear_error() also.
323210.Change the length values returned when they are unknown for
3333 SQLDescribeCol or SQLColAttribute requests.
@@ -40,7 +40,7 @@ <h2>Note</h2>
4040 of parameters.
41414.Allow blanks in password.
42425.Add an option to force abbreviation of connection string.
43- 6.Fix the handling of "PROTOCOL=x.x-x" in the connction string.
43+ 6.Fix the handling of "PROTOCOL=x.x-x" in the connection string.
44447.Fix the loadlib module of *nix.
4545
4646[7.3.0260]
@@ -147,15 +147,15 @@ <h2>psqlODBC 08.01.0200 Release</h2>
147147< li > Notes: psqlODBC 08.01.0107</ li > < br >
1481481) fix next problem with calling implicit rollback in bad time< br >
1491492) detecting transaction commands into if branch which mean backend
150- successfuly done the command. add support for "start transaction"< br >
150+ successfully done the command. add support for "start transaction"< br >
1511513) fix bug when mylog output can't be created< br >
1521524) fix problem with SQLSetPos< br >
1531535) fix problem with column length in CC_mapping< br >
1541546) fix - typelen could be less then zero not only -1< br >
155155< br >
156156< li > Notes: psqlODBC 08.01.0106</ li > < br >
1571571) fix problem with getting long text in unicode driver< br >
158- 2) fix sqlstate iin case of error in statement< br >
158+ 2) fix sqlstate in case of error in statement< br >
1591593) doesn't call rollback in autocommit off or in manual transaction< br >
1601604) remove obsolete parameter protocol< br >
161161< br >
@@ -382,10 +382,10 @@ <h2>=== gborg.postgresql.org(This is the past history.) ===</h2>
3823828. Avoid those notorious core dumps when logging on hitting< br >
383383"null" data...< br >
384384< 8: thanls to Hartmut Raschick > < br >
385- 9. Removed a static varible for thread-safety.< br >
385+ 9. Removed a static variable for thread-safety.< br >
38638610. Improve the performance of keyset-driven fetch operation.< br >
38738711. Map (var)char type to SQL type more properly.< br >
388- 12. Change create_params for NUMERIC type to (precison , scale).< br >
388+ 12. Change create_params for NUMERIC type to (precision , scale).< br >
38938913. Add type cast to remove some compiler warnings. < br >
390390< br >
3913911.30 by hinoue < br >
@@ -460,7 +460,7 @@ <h2>=== gborg.postgresql.org(This is the past history.) ===</h2>
460460Diffs ignoring whitespace to version 1.23 (long / unified) < br >
461461 1) Correct the return info for SQLGetInfo(.., SQL_CURSOR_COMMIT< br >
462462(ROLLBACK)_BEHAVIOR) call.< br >
463- 2) Explictly reject the SQLBrowseConnect call. < br >
463+ 2) Explicitly reject the SQLBrowseConnect call. < br >
464464 < br >
4654651.23 by hinoue < br >
466466Mon Sep 15 04:25:03 2003 (8 weeks ago)< br >
@@ -502,7 +502,7 @@ <h2>=== gborg.postgresql.org(This is the past history.) ===</h2>
502502Changed since 1.18: +3 -3 [Select for Diff] < br >
503503Diffs to version 1.18 (long / unified) < br >
504504Diffs ignoring whitespace to version 1.18 (long / unified) < br >
505- Improve SQLGetDiagField so that an MFC appliaction reports< br >
505+ Improve SQLGetDiagField so that an MFC application reports< br >
506506error messages properly(bug report from Silvio Scarpati). < br >
507507 < br >
5085081.18 by hinoue < br >
@@ -550,7 +550,7 @@ <h2>=== gborg.postgresql.org(This is the past history.) ===</h2>
550550Changed since 1.12: +3 -3 [Select for Diff] < br >
551551Diffs to version 1.12 (long / unified) < br >
552552Diffs ignoring whitespace to version 1.12 (long / unified) < br >
553- 1) Corrent the handling of bookmark in SQLBulkOperations.< br >
553+ 1) Correct the handling of bookmark in SQLBulkOperations.< br >
5545542) Correct the calculation of a global index in SC_pos_add.< br >
5555553) Cleanup global/rowset/resultset index handling a little. < br >
556556 < br >
0 commit comments