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 Table can't expand varchar column [CORE241] #572

Closed
firebird-automations opened this issue Dec 26, 2002 · 2 comments
Closed

Alter Table can't expand varchar column [CORE241] #572

firebird-automations opened this issue Dec 26, 2002 · 2 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @AlexPeshkoff

SFID: 658717#⁠
Submitted By: alexpeshkoff

Alter Table can't expand varchar column.
This bug is specific for firebird 1.5 - in firebird 1.0 this
works fine.
OS - Windows 2000
FIrebird 1.5 Alpha 5 (CVS date - 22-dec-2002)

For example:
Table TableName contains field ColName Varchar(40).
SQL operator:

ALTER TABLE TableName ALTER COLUMN ColName
TYPE VARCHAR(60)

fails with the following message:

Unsuccessful metadata update
New size specified for column X must be at least 40
characters
Statement: alter table tn alter column x type varchar(60)

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Workflow: jira [ 10265 ] => Firebird [ 14495 ]

@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