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

arithmetic exception, numeric overflow, or string truncation in utf8 tables [CORE1690] #2116

Closed
firebird-automations opened this issue Jan 13, 2008 · 11 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Kamil Pawlowski (kamilpe)

Is duplicated by CORE2391
Is related to QA232

$ /opt/firebird/bin/isql /home/kamil/huckster.fdb -u kamil -p . -ch utf8
Database: /home/kamil/huckster.fdb, User: kamil
SQL> create table some_table (id int primary key, title varchar(64) unique not null);
SQL> show table some_table;
ID INTEGER Not Null
TITLE VARCHAR(64) Not Null
Statement failed, SQLCODE = -802
arithmetic exception, numeric overflow, or string truncation
Command error: show table some_table
SQL> exit;

$ /opt/firebird/bin/isql /home/kamil/huckster.fdb -u kamil -p .
Database: /home/kamil/huckster.fdb, User: kamil
SQL> show table some_table;
ID INTEGER Not Null
TITLE VARCHAR(64) Not Null
CONSTRAINT INTEG_14:
Primary key (ID)
CONSTRAINT INTEG_15:
Unique key (TITLE)

Commits: eb3a3ed aeef076

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

Version: 2.1 Beta 2 [ 10190 ]

Version: 2.0.2 [ 10130 ]

Version: 2.1 Beta 1 [ 10141 ]

Version: 2.1 Alpha 1 [ 10150 ]

Version: 2.0.1 [ 10090 ]

Version: 2.0.0 [ 10091 ]

Version: 2.1 RC1 [ 10201 ]

Version: 2.0.4 [ 10211 ]

Version: 2.1.0 [ 10041 ]

Version: 2.0.5 [ 10222 ]

Version: 2.5.0 [ 10221 ]

assignee: Adriano dos Santos Fernandes [ asfernandes ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Version: 2.0.4 [ 10211 ] =>

Version: 2.1.0 [ 10041 ] =>

Version: 2.0.5 [ 10222 ] =>

Version: 2.5.0 [ 10221 ] =>

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Workflow: jira [ 13818 ] => Firebird [ 14124 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

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

resolution: Fixed [ 1 ]

Fix Version: 2.5 Beta 1 [ 10251 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

Link: This issue is duplicated by CORE2391 [ CORE2391 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

Fix Version: 2.1.3 [ 10302 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Link: This issue is related to QA232 [ QA232 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @pcisar

QA test added.

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

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

@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