
|
If you were logged in you would be able to see more operations.
|
|
|
| Planning Status: |
Unspecified
|
|
This query aborts in debug build and returns string truncation error in release build depending on connection charset.
isql -ch dos850 t.fdb OR isql -ch utf8 t.fdb
select rdb$relation_name
from rdb$relations
order by '0' || rdb$relation_name;
|
|
Description
|
This query aborts in debug build and returns string truncation error in release build depending on connection charset.
isql -ch dos850 t.fdb OR isql -ch utf8 t.fdb
select rdb$relation_name
from rdb$relations
order by '0' || rdb$relation_name;
|
Show » |
|