Ispirer Home Page Database Migration Application Conversion Downloads


Sqlways_db.ini File - Section [FORMATTING]

This article describes sqlways_db.ini file's [FORMATTING] section and the options it contains. This section is used to apply formatting and improve readability of a converted script.

Option name Description
FORMATTING_SQL_INDENT_CHAR Indentation can be performed using either tab characters or spaces.
If spaces are used, the number of spaces per indentation level is determined by the FORMATTING_SQL_INDENT_LENGTH option.
Possible values “SPACE“, “TAB“ .
Default value: “SPACE”.
FORMATTING_SQL_INDENT_LENGTH This option controls code indentation during formatting.
When FORMATTING_SQL_INDENT_CHAR is set to SPACE, this option specifies the number of spaces used for each indentation level.
Default value: 4.
FORMATTING_SQL_CASE This option controls the letter case of SQL keywords during conversion.
SQL keywords can be converted to either uppercase (Upper) or lowercase (Lower).
Possible values “Lower“, “Upper“ or Empty .
Default value: “Upper”/Empty.