INTEGRATION: CWS oj4 (1.5.100); FILE MERGED
2003/07/07 13:50:46 oj 1.5.100.1: #i13318# new property for the use of table aliases in query statements
This commit is contained in:
parent
fa0435d33f
commit
2bd19838a0
1 changed files with 3 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: dbustrings.cxx,v $
|
||||
*
|
||||
* $Revision: 1.5 $
|
||||
* $Revision: 1.6 $
|
||||
*
|
||||
* last change: $Author: oj $ $Date: 2002-07-09 12:47:12 $
|
||||
* last change: $Author: obo $ $Date: 2003-09-04 08:32:13 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -77,6 +77,7 @@ namespace dbaui
|
|||
//============================================================
|
||||
IMPLEMENT_CONSTASCII_USTRING(FRAME_NAME_QUERY_PREVIEW, "QueryPreview");
|
||||
IMPLEMENT_CONSTASCII_USTRING(PROPERTY_ENABLESQL92CHECK, "EnableSQL92Check");
|
||||
IMPLEMENT_CONSTASCII_USTRING(PROPERTY_ENABLETABLEALIAS, "AppendTableAlias");
|
||||
|
||||
//============================================================
|
||||
//= properties
|
||||
|
|
Loading…
Reference in a new issue