Skip to content

New database object - Constants [CORE670] #1036

Open
@firebird-automations

Description

@firebird-automations

Submitted by: @pcisar

Votes: 21

SFID: 807963#⁠
Submitted By: pcisar

Support constants to be stored within the database using the syntax:CREATE CONSTANT {ObjectName} {Datatype} AS {Value}. This would allow for the constants to be used in other SQL statements like:
CREATE DOMAIN TTypeKind AS SMALLINT DEFAULT {Constant) NOT NULL CHECK( VALUE IN ( {Constant}, {Constant}..));

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions