
|
If you were logged in you would be able to see more operations.
|
|
|
| Planning Status: |
Unspecified
|
|
select ascii_val('') from rdb$database;
Firebird 2.5.0
ASCII_VAL
=========
Statement failed, SQLSTATE = 22018
arithmetic exception, numeric overflow, or string truncation
-Cannot transliterate character between character sets
Firebird 2.1.4
ASCII_VAL
=========
Statement failed, SQLCODE = -802
arithmetic exception, numeric overflow, or string truncation
-Cannot transliterate character between character sets
according to RN, it should return 0
|
|
Description
|
select ascii_val('') from rdb$database;
Firebird 2.5.0
ASCII_VAL
=========
Statement failed, SQLSTATE = 22018
arithmetic exception, numeric overflow, or string truncation
-Cannot transliterate character between character sets
Firebird 2.1.4
ASCII_VAL
=========
Statement failed, SQLCODE = -802
arithmetic exception, numeric overflow, or string truncation
-Cannot transliterate character between character sets
according to RN, it should return 0
|
Show » |
| There are no comments yet on this issue.
|
|