globe with meridians Language: Deutsch · English

open book SQL configurations

Run SQL automatically on nuclet import – versioned, checksum- and tag-controlled.

REFERENZ APPLICATION DEVELOPER UPDATED: JUL 2026 APPLIES TO NUCLOS 4.2026.X

On this page

What are SQL configurations?

Menu: Configuration → Nuclet → SQL configurations tab (from Nuclos 4.2024.31).

Nuclos can execute SQL automatically when a nuclet is imported. The statements are stored directly in the nuclet and travel with the transfer.

SQL configurations in the nuclet.

Settings

ParameterValuesExportedMeaning
OrderInteger (default 1)YesDetermines the execution order of the scripts.
NameText (e.g. MyScript)YesShort label for the script.
DescriptionText (optional)YesMore detailed description of what the script does.
SQLCLOB / textYesThe raw SQL; separate multiple statements with a semicolon: UPDATE …;INSERT …;
After schema updateBooleanYesRun before or after the schema update (creation of new BOs).
ChecksumText (readonly)YesCalculated automatically from the SQL; identical scripts already run are not repeated.
Nuclet versionIntegerYesFrom which nuclet version the script runs (with „irreversible“ the required version before import).
Irreversible changeBooleanYesEnforces a minimum nuclet version for subsequent scripts.
TagsText (space-separated)YesBinds scripts to tags (server parameter SQL_CONFIG_FILTER). The database type (POSTGRESQL/H2/ORACLE) is always a tag.
Date of last executionDate (readonly)NoSet when the script has been executed.
Execution checksumText (readonly)NoChecksum at execution time; if the SQL checksum changes, the script runs again.
ErrorBooleanNoSet if a statement contained an error.
OutputTextNoError message of the SQL execution when „error“ is set.

Related pages

file cabinet Database


Overview.

Open →

package Nuclet


Nuclet concept.

Open →

file cabinet Database objects


Views & functions.

Open →

  • Keine Stichwörter