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

alter character set fail [CORE5825] #6086

Closed
firebird-automations opened this issue May 15, 2018 · 5 comments
Closed

alter character set fail [CORE5825] #6086

firebird-automations opened this issue May 15, 2018 · 5 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: wesley blanco (wesleyblanco)

Duplicates CORE4213

script to reproduce:

CREATE TABLE TEST(
ID INTEGER,
UUID CHAR(16)
);
COMMIT;

/********* I want change only character set. *****************/
ALTER TABLE TEST ALTER UUID TYPE CHAR(16) CHARACTER SET OCTETS;
COMMIT;

/********** No erros, no update charset... **********/

SELECT A.RDB$FIELD_NAME,
A.RDB$RELATION_NAME,
B.RDB$CHARACTER_SET_ID,
C.RDB$CHARACTER_SET_NAME
FROM RDB$RELATION_FIELDS A
INNER JOIN RDB$FIELDS B ON B.RDB$FIELD_NAME = A.RDB$FIELD_SOURCE
INNER JOIN RDB$CHARACTER_SETS C ON C.RDB$CHARACTER_SET_ID = B.RDB$CHARACTER_SET_ID
WHERE RDB$RELATION_NAME = 'TEST';

RESULT:

RDB$FIELD_NAME RDB$RELATION_NAME RDB$CHARACTER_SET_ID RDB$CHARACTER_SET_NAME
=============================== =============================== ==================== ===============================
UUID TEST 0 NONE

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Link: This issue duplicates CORE4213 [ CORE4213 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @dyemanov

Duplicates CORE4213?

@firebird-automations
Copy link
Collaborator Author

Commented by: wesley blanco (wesleyblanco)

Yes. Sorry, i searched but dont find it

@firebird-automations
Copy link
Collaborator Author

Modified by: Sean Leyne (seanleyne)

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

resolution: Duplicate [ 3 ]

@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
Projects
None yet
Development

No branches or pull requests

1 participant