[ODBC-381] SQLPrepare return SQL_SUCCESS for "asdf asdf asdf" Created: 2023-01-23 Updated: 2023-02-02 |
|
| Status: | Open |
| Project: | MariaDB Connector/ODBC |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | markus makela | Assignee: | Lawrin Novitsky |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
The SQLPrepare function reports a success for clearly invalid SQL like asdf asdf asdf. The expectation would be that the error is detected during preparation instead of only at the execution step. |