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

Bug with COMPUTED BY fields [CORE1286] #1707

Closed
firebird-automations opened this issue May 30, 2007 · 9 comments
Closed

Bug with COMPUTED BY fields [CORE1286] #1707

firebird-automations opened this issue May 30, 2007 · 9 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Alexander Tyutik (tut)

Is related to QA143

I have DB with all character fields of UTF8 charset. I've connected to DB with UTF8 charset and tried to add computed field to existing table:

1) ALTER TABLE "Test" ADD STR1 COMPUTED BY ('BLA-BLA-BLA');

After this i've got next error when tried to read table's data: "Arithmetic exception, numeric overflow or string truncation"

2) ALTER TABLE "Test" ADD STR2 COMPUTED BY (_UTF8 'BLA-BLA-BLA');

First time server crashes with "Terminated abnormally" in log file. After server restarted field wass successfully created, but when i tried to read records i've got same error as above.

Commits: 7c3f506 b63bbb7

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

assignee: Adriano dos Santos Fernandes [ asfernandes ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

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

resolution: Fixed [ 1 ]

Fix Version: 2.1 Beta 1 [ 10141 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Link: This issue is related to QA143 [ QA143 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

Version: 2.0.1 [ 10090 ]

Version: 2.0.0 [ 10091 ]

Fix Version: 2.0.2 [ 10130 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @pcisar

Fix verified for 2.1 Beta 1, test added.

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

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

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Workflow: jira [ 12230 ] => Firebird [ 15585 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

QA Status: No test

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

QA Status: No test => Done successfully

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