summaryrefslogtreecommitdiff
path: root/include/connectivity
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2014-09-26 16:26:22 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2014-09-26 16:27:53 +0200
commit325ce86b56131f1e874e8cb2c5948fed719afe07 (patch)
treedf02290e7b87ed763949f191ba102d472af0acbc /include/connectivity
parentb37a88c3080fc72f5f0ff9068bc71098be70ed11 (diff)
fix build & better name for ERROR_INVALID_TABLE
Change-Id: Ic7253575859766f18869159e4a8dd6b3d715850d
Diffstat (limited to 'include/connectivity')
-rw-r--r--include/connectivity/IParseContext.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/connectivity/IParseContext.hxx b/include/connectivity/IParseContext.hxx
index a012932a0fab..078ae891858d 100644
--- a/include/connectivity/IParseContext.hxx
+++ b/include/connectivity/IParseContext.hxx
@@ -43,12 +43,12 @@ namespace connectivity
ERROR_INVALID_INT_COMPARE, // "The field can not be compared with a number."
ERROR_INVALID_DATE_COMPARE, // "The field can not be compared with a date."
ERROR_INVALID_REAL_COMPARE, // "The field can not be compared with a floating point number."
- ERROR_INVALID_TABLE1, // "The database does not contain a table named \"#\"."
+ ERROR_INVALID_TABLE_NOSUCH, // "The database does not contain a table named \"#\"."
// Named like this to avoid conflict with a #define in the Windows system ODBC headers.
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_INVALID_QUERY_EXIST // "The database already contains a query with name \"#\".";
};
enum InternationalKeyCode