Skip to content

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

@firebird-automations

Description

@firebird-automations

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>

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions