- Notifications
You must be signed in to change notification settings - Fork5
Commit4b47467

Hiroshi Inoue
1) Implement SQLParamOptions().
2) Handle Multiple results and implement SQLMoreResult().3) Improve multibyte handling thanks to Eiji Tokuya.4) Add new options. LF <-> CR/LF converion. TRUE is -1 (for VB).5) Introduce unicode(UCS-2) support.6) Reduce the length of connection strings.7) Improve SQLError, SQLGetDiagRec(ODBC 3.0).8) Implement SQLTablePrivileges().9) Miscellaneous changes for ODBC 3.0 support.1 parent21f8aa3 commit4b47467
File tree
43 files changed
+3862
-1395
lines changed- src/interfaces/odbc
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
43 files changed
+3862
-1395
lines changedLines changed: 4 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
331 | 331 |
| |
332 | 332 |
| |
333 | 333 |
| |
334 |
| - | |
335 |
| - | |
336 |
| - | |
337 |
| - | |
338 |
| - | |
339 |
| - | |
340 |
| - | |
341 |
| - | |
342 |
| - | |
343 |
| - | |
344 |
| - | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
345 | 337 |
| |
346 | 338 |
| |
347 | 339 |
| |
|
0 commit comments
Comments
(0)