aboutsummaryrefslogtreecommitdiff
path: root/bdep/database-views-odb.ixx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-04-19 21:12:56 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-04-19 21:12:56 +0300
commitf5d27a72c12b8beebf6ac34fe5fc1239b9c7c691 (patch)
tree3a9d336a06bd7b860f65477eb63272834b17f414 /bdep/database-views-odb.ixx
parent168811dcad9900fc1961514da91158f422f3c71e (diff)
Make changes required for CIci
Diffstat (limited to 'bdep/database-views-odb.ixx')
-rw-r--r--bdep/database-views-odb.ixx27
1 files changed, 27 insertions, 0 deletions
diff --git a/bdep/database-views-odb.ixx b/bdep/database-views-odb.ixx
new file mode 100644
index 0000000..96c8c45
--- /dev/null
+++ b/bdep/database-views-odb.ixx
@@ -0,0 +1,27 @@
+// -*- C++ -*-
+//
+// This file was generated by ODB, object-relational mapping (ORM)
+// compiler for C++.
+//
+
+namespace odb
+{
+ // sqlite_master
+ //
+
+ inline
+ void access::view_traits< ::bdep::sqlite_master >::
+ callback (database& db, view_type& x, callback_event e)
+ {
+ ODB_POTENTIALLY_UNUSED (db);
+ ODB_POTENTIALLY_UNUSED (x);
+ ODB_POTENTIALLY_UNUSED (e);
+ }
+}
+
+namespace odb
+{
+ // sqlite_master
+ //
+}
+