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

Engine could crash or raise not expected errors working with ODS 8.x database [CORE2908] #3292

Closed
firebird-automations opened this issue Mar 4, 2010 · 6 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @hvlad

Attachments:
core-2908.7z

Few places in code treat relations with ID <= 128 as system relations.
But ODS8 allows to create user relations starting from ID = 31 and ODS 11.x introduced a lot of system relations with ID > 31.
Therefore work with user relations with ID between 31 and 128 is dangerous.
Since we didn't drop support for ODS8 until v3 i consider this behavior as a bug.

Commits: 108acc7 1c61e94

@firebird-automations
Copy link
Collaborator Author

Commented by: @hvlad

Two test cases
Databases contains user schema\data

@firebird-automations
Copy link
Collaborator Author

Modified by: @hvlad

Attachment: core-2908.7z [ 11589 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @hvlad

assignee: Vlad Khorsun [ hvlad ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @hvlad

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

resolution: Fixed [ 1 ]

Fix Version: 2.5 RC3 [ 10381 ]

Fix Version: 2.1.4 [ 10361 ]

@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

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

2 participants