INTEGRATION: CWS dba24b (1.7.172); FILE MERGED
2007/08/22 11:41:58 oj 1.7.172.1: #i76374# handle cross join as natural join now in query design
This commit is contained in:
@@ -4,9 +4,9 @@
|
|||||||
*
|
*
|
||||||
* $RCSfile: dbu_qry.hrc,v $
|
* $RCSfile: dbu_qry.hrc,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.7 $
|
* $Revision: 1.8 $
|
||||||
*
|
*
|
||||||
* last change: $Author: obo $ $Date: 2006-07-10 15:30:45 $
|
* last change: $Author: hr $ $Date: 2007-11-01 15:20:58 $
|
||||||
*
|
*
|
||||||
* The Contents of this file are made available subject to
|
* The Contents of this file are made available subject to
|
||||||
* the terms of GNU Lesser General Public License Version 2.1.
|
* the terms of GNU Lesser General Public License Version 2.1.
|
||||||
@@ -89,10 +89,12 @@
|
|||||||
#define STR_ERROR_PARSING_STATEMENT RID_STR_QRY_START + 46
|
#define STR_ERROR_PARSING_STATEMENT RID_STR_QRY_START + 46
|
||||||
#define STR_INFO_OPENING_IN_SQL_VIEW RID_STR_QRY_START + 47
|
#define STR_INFO_OPENING_IN_SQL_VIEW RID_STR_QRY_START + 47
|
||||||
#define STR_STATEMENT_WITHOUT_RESULT_SET RID_STR_QRY_START + 48
|
#define STR_STATEMENT_WITHOUT_RESULT_SET RID_STR_QRY_START + 48
|
||||||
|
#define STR_QUERY_CROSS_JOIN RID_STR_QRY_START + 49
|
||||||
|
#define STR_QUERY_NATURAL_JOIN RID_STR_QRY_START + 50
|
||||||
// please adjust checking when inserting new strings
|
// please adjust checking when inserting new strings
|
||||||
|
|
||||||
|
|
||||||
#if STR_STATEMENT_WITHOUT_RESULT_SET > RID_STR_QRY_END
|
#if STR_QUERY_NATURAL_JOIN > RID_STR_QRY_END
|
||||||
#error resource id overflow in #file, #line
|
#error resource id overflow in #file, #line
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user