yuva2achieve / solidbase

Automatically exported from code.google.com/p/solidbase
Apache License 2.0
0 stars 0 forks source link

--* Should be optional in SQL files #129

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The distinction between 'transient' and 'persistent' is not applicable to SQL 
files. We should make --* optional. For example:

SECTION "Test";

SET VARIABLE TABLENAME AS
SELECT VALUE FROM DBPARAMETERS WHERE KEY = 'TABLENAME';

PRINT "Table name = &TABLENAME";

Original issue reported on code.google.com by rene.de....@gmail.com on 30 Jul 2011 at 12:34

GoogleCodeExporter commented 8 years ago
SQL files may be included in upgrade files where the transient/persistent 
distinction is important. SQL files may also be run by other tools that do not 
know the solidbase extensions.

Original comment by rene.de....@gmail.com on 3 Dec 2011 at 1:02