-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CBRD-25288] Some values can not take the result in JDBC. (#5084)
http://jira.cubrid.org/browse/CBRD-25288 Since the FLOATING_PRECISION of the NUMERIC type is 15, an overflow error occurs if it exceeds 15 digits. Executor automatically casts the host variables, so delete unnecessary casts in qo_reduce_equality_terms().
- Loading branch information
1 parent
93372da
commit 26df098
Showing
1 changed file
with
4 additions
and
28 deletions.
There are no files selected for viewing
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