Upgrading / New features of Genero BDL |
This topic lists features added for the 2.02 release of the Genero Business Development Language.
Overview | Reference |
---|---|
Some common SQL statements have been added to the static SQL syntax, such as TRUNCATE TABLE, RENAME INDEX, CREATE / ALTER / DROP / RENAME SEQUENCE. | See Static SQL statements |
Share global variables between the Genero source and the C Extension, by using the -G option of fglcomp. | See Sharing global variables |
Customize the runtime system error messages according to the current locale. | See Runtime system messages |
New debugger commands (ptype). Avoid switching into debug mode with SIGTRAP (Unix) or CTRL-Break (Windows™) with the new fglrun.ignoreDebuggerEvent FGLPROFILE entry. |
See The debugger |
Specify a TABINDEX of zero to exclude the form item from the tagging list. | See TABINDEX attribute |
With Oracle, specify the SELECT statement producing the unique session identifier which is used for temporary table names. | See Oracle DB specific FGLPROFILE parameters |
To emulate Informix® temporary tables in Oracle, set the temptables.emulation parameter to use GLOBAL TEMPORARY TABLES instead of permanent tables.. | See Using the global temporary table emulation |