User: ihi Date: 2007-11-21 14:56:35+0000 Modified: dba/connectivity/inc/connectivity/IParseContext.hxx
Log: INTEGRATION: CWS dba24c (1.5.138); FILE MERGED 2007/09/18 20:04:51 fs 1.5.138.1: during #i81095#: outsourced the CYCLIC_SUB_QUERIES error to the new css.sdb.ErrorCondition File Changes: Directory: /dba/connectivity/inc/connectivity/ ============================================== File [changed]: IParseContext.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/inc/connectivity/IParseContext.hxx?r1=1.5&r2=1.6 Delta lines: +1 -2 ------------------- --- IParseContext.hxx 2006-08-28 14:51:15+0000 1.5 +++ IParseContext.hxx 2007-11-21 14:56:33+0000 1.6 @@ -67,8 +67,7 @@ ERROR_INVALID_TABLE_OR_QUERY, // "The database does contain neither a table nor a query named \"#\"." ERROR_INVALID_COLUMN, // "The column \"#1\" is unknown in the table \"#2\"." ERROR_INVALID_TABLE_EXIST, // "The database already contains a table or view with name \"#\"." - ERROR_INVALID_QUERY_EXIST, // "The database already contains a query with name \"#\"."; - ERROR_CYCLIC_SUB_QUERIES // "The statement contains a cyclic reference to one or more sub queries." + ERROR_INVALID_QUERY_EXIST // "The database already contains a query with name \"#\"."; }; enum InternationalKeyCode --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
