Commit c23c77a
committed
ODBC-447 Crash on FillSchema command in .Net
Somehow .Net in that case sends SQLMoreResults w/out actually executing
the statement. That comes unexpected for the driver and it crashes. It
looks like good case for DM to return "HY010 Function sequence error",
but it does not, and specs doesn't list it for this error. So,
SQL_NO_DATA_FOUND must be and no crash for sure.1 parent 64c7300 commit c23c77a
File tree
3 files changed
+106
-87
lines changed- driver
- interface
- test
3 files changed
+106
-87
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
| 206 | + | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| |||
0 commit comments