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

Consistency check error when invalid data inserted (file: exe.cpp line: 4097) [CORE4603] #4918

Closed
firebird-automations opened this issue Nov 11, 2014 · 4 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Zsombor Cserna (csomb)

Duplicates CORE4075

Follow the next instructions:

1.

create table T_TABLE (
F_YEAR varchar(4),
F_MONTH_DAY varchar(5)
)

2.
create index T_INDEX on T_TABLE computed by (cast(F_YEAR || '.' || F_MONTH_DAY as date))

3.
insert into T_TABLE (F_YEAR, F_MONTH_DAY) values ('2014', '02.33')

---------------
conversion error from string "2014.02.33".
internal Firebird consistency check (error during savepoint backout (290), file: exe.cpp line: 4097).

Commits: FirebirdSQL/fbt-repository@a1138d4

====== Test Details ======

Test case from this ticket added to core_4075.fbt

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Link: This issue duplicates CORE4075 [ CORE4075 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

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

resolution: Duplicate [ 3 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

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

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

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

QA Status: Covered by another test(s)

Test Details: Test case from this ticket added to core_4075.fbt

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