From 1d98f0160da68be27dcb46ae653e6cc4692a5bbe Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 19 Sep 2011 16:52:01 +0200 Subject: Rename generation_failed exception to operation_failed A more generic name is required since it is now used in both generator and processor (and in the future may be used validator). --- odb/relational/sqlite/schema.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/relational/sqlite/schema.cxx') diff --git a/odb/relational/sqlite/schema.cxx b/odb/relational/sqlite/schema.cxx index 77a9590..1ed835e 100644 --- a/odb/relational/sqlite/schema.cxx +++ b/odb/relational/sqlite/schema.cxx @@ -35,7 +35,7 @@ namespace relational << ": error: column with default value specified as C++ " << "enumerator must map to SQLite INTEGER" << endl; - throw generation_failed (); + throw operation_failed (); } using semantics::enumerator; -- cgit v1.1