-
-
Notifications
You must be signed in to change notification settings - Fork 232
error on create table with "CHARACTER SET DOS775" field [CORE4276] #4600
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
Comments
Modified by: @dyemanovFix Version: 3.0 RC 1 [ 10584 ] |
Modified by: @asfernandesstatus: Open [ 1 ] => Resolved [ 5 ] resolution: Fixed [ 1 ] Fix Version: 2.5.5 [ 10670 ] assignee: Adriano dos Santos Fernandes [ asfernandes ] |
Commented by: @pavel-zotov > Fix Version/s: 3.0 RC 1, 2.5.5 On 2.5:echo show version; recreate table test(s varchar(10) character set dos775); show table test; | bin\isql -q /3255:e25 Output:Database: /3255:e25 // i.e. OK, it works fine. On 3.0:echo show version; recreate table test(s varchar(10) character set dos775); show table test; | isql -q /3333:e30 Output:ISQL Version: WI-V3.0.0.31925 Firebird 3.0 Release Candidate 1 |
Commented by: @asfernandes You should better test in 3.0.0.31928, as I don't know when the snapshots are checked-out and built. |
Commented by: @pavel-zotov Checked on: WI-V2.5.5.26909, WI-V3.0.0.31928 |
Modified by: @pavel-zotovstatus: Resolved [ 5 ] => Closed [ 6 ] |
Submitted by: Nick (nick)
CREATE TABLE CHARSETS_TEST(
"DOS775" VARCHAR(10) CHARACTER SET DOS775)
Commit transaction
--------------------Error:
unsuccessful metadata update
CHARSETS_TEST
COLLATION DOS775 for CHARACTER SET DOS775 is not installed
Commits: 4bf40ab cf5c5b7 FirebirdSQL/fbt-repository@b9a1f32 FirebirdSQL/fbt-repository@ea4a781
The text was updated successfully, but these errors were encountered: