-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ODBC-305,ODBC-308,ODBC-309 - fixes and testcases
This commit combines fixes of processing SQL_NUMERIC type, i.e. converting it in both directions - to and from. Problems include icorrect conversion, not detecting or incorrect detecting of overflows. It also contains testcases and fixes for testcases. ODBC-309 is more general about not returning data conversion warnings during query execution. That caused not returning warning of numeric fractional truncation in some cases. C/C submodule has been updated to v.3.1.12 The testcase for ODBC-235, that doesn't not reproduce the problem, but implements sane feature use in defined conditions.
- Loading branch information
Showing
9 changed files
with
369 additions
and
165 deletions.
There are no files selected for viewing
Submodule libmariadb
updated
from 624275 to 7d304d
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.