Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CONTAING strange behavior in FB 2.1 [CORE1719] #2144

Closed
firebird-automations opened this issue Jan 31, 2008 · 3 comments
Closed

CONTAING strange behavior in FB 2.1 [CORE1719] #2144

firebird-automations opened this issue Jan 31, 2008 · 3 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Vasily Grechishnikov (vvg)

My database has character set WIN1251, also in connection parameters set lc_ctype = WIN1251

I have no problems in FB 2.0.

I try to use FB 2.1 RC 1

and I recieve following error message from IBExpert when I try to explore dependencies of some object

Arithmetic overflow or division by zero has occurred.
arithmetic exception, numeric overflow, or string truncation.
Cannot transliterate character between character sets.

I try execute following statement and see that this error repeats.

select 2, t2.rdb$trigger_name, t2.rdb$trigger_source, t2.rdb$trigger_name
from rdb$triggers t2
where t2.rdb$trigger_source containing 'BTST('

My DB originally was created in 1998 with character set NONE
After some stage of evolution I change character set to WIN1251.

@firebird-automations
Copy link
Collaborator Author

Commented by: @dyemanov

Please read /misc/upgrade/metadata/metadata_charset.txt.

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Won't Fix [ 2 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

status: Resolved [ 5 ] => Closed [ 6 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant