You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test probably needs to be re-implemented: it hopes that in the future FB-versions all IDs of NEW system tables in rdb$relations (i.e. tables that currently not exist) will be > 40.
The text was updated successfully, but these errors were encountered:
Test Details: Test probably needs to be re-implemented: it hopes that in the future FB-versions all IDs of NEW system tables in rdb$relations (i.e. tables that currently not exist) will be > 40.
Submitted by: @asfernandes
Is related to QA357
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;
Commits: a608f5e
====== Test Details ======
Test probably needs to be re-implemented: it hopes that in the future FB-versions all IDs of NEW system tables in rdb$relations (i.e. tables that currently not exist) will be > 40.
The text was updated successfully, but these errors were encountered: