Icon Naming Conventions

Removed Features
The following are the features that have been removed:

RemovedDescription
Brackets []The use of brackets [] for identifiers is no longer supported. Use double-quotes "" instead to specify an identifier in an SQL statement.

Feature Changes
The following are the changes to the features:

ChangedDescription
Path NamesPath names are no longer supported for databases in ElevateDB. Use the database name with a period separator in order to specify a table from a specific database. Please see the Identifiers topic for more information.

New Features
The following are the new features:

NewDescription
Line Feeds in String ConstantsElevateDB allows for carriage returns (character 13) and line feeds (character 10) in string constants.
Image