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

Domain names and charset issues [CORE1378] #1796

Closed
firebird-automations opened this issue Jul 24, 2007 · 6 comments
Closed

Domain names and charset issues [CORE1378] #1796

firebird-automations opened this issue Jul 24, 2007 · 6 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @asfernandes

Is related to QA177

Domain name is in cp1251, attachment charset win1251, server v2.1:

CREATE DOMAIN "?????" AS INT;

CREATE TABLE TEST (
FLD "?????"
);

-- ok

create procedure P_TEST
returns (PRM "?????")
as
begin
suspend;
end

-- Cannot commit transaction:
-- Firebird error.
-- domain ????? is not defined.

Commits: 8c202cd

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

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

resolution: Fixed [ 1 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Link: This issue is related to QA177 [ QA177 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Workflow: jira [ 12673 ] => Firebird [ 14246 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

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

QA Status: Done successfully

@firebird-automations
Copy link
Collaborator Author

Commented by: @pcisar

Test created.

@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