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

Release notes 3.0 alpha: SET DEFAULT CHARATER SET in stead of ALTER [DOC90] #100

Closed
firebird-automations opened this issue Sep 13, 2013 · 5 comments

Comments

@firebird-automations
Copy link

Submitted by: Robert (rjm1102)

Firebird 3.0 Release Notes (23 July 2013 - Document v.0300-06 - for Firebird 3.0 Alpha 1) states incorrect syntax for new ALTER DEFAULT CHARACTER SET.

Current:

ALTER DATABASE
ALTER DEFAULT CHARACTER SET <new_charset>

Should be:

ALTER DATABASE
SET DEFAULT CHARACTER SET <new_charset>

@firebird-automations
Copy link
Author

Modified by: @paulvink

assignee: Paul Vinkenoog [ paulvink ] => Helen Borrie [ helebor ]

@firebird-automations
Copy link
Author

Commented by: @helebor

Corrected ready for next alpha/beta release.

@firebird-automations
Copy link
Author

Modified by: @helebor

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

resolution: Fixed [ 1 ]

@firebird-automations
Copy link
Author

Commented by: Robert (rj1102)

The syntax is still not correct in the release documentation (Release notes 27 January 2014 - Document v.0300-08 - for Firebird 3.0 Alpha 2)

Page 42 now quotes:

ALTER DATABASE
...
SET CHARACTER SET <new_charset>

Must be:

ALTER DATABASE
...
SET DEFAULT CHARACTER SET <new_charset>

@firebird-automations
Copy link
Author

Commented by: @helebor

Regrettably that build of rlsnotes went out with the wrong change. Current notes accessible from Fb website have the correct change.

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