aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/basic
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-14 14:20:27 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-14 14:20:27 +0200
commit08acfc5f7024bb42a37c6261bd10af7a8cbbad71 (patch)
tree90314ad8edb83972496e9fb30be98ac50f61d240 /odb/qt/basic
parentbb12bfac7909cc6b23743a638f04a5ef988dcd76 (diff)
Move database-specific option files into sub-profile sub-directories
Diffstat (limited to 'odb/qt/basic')
-rw-r--r--odb/qt/basic/basic-mssql.options14
-rw-r--r--odb/qt/basic/basic-mysql.options14
-rw-r--r--odb/qt/basic/basic-oracle.options14
-rw-r--r--odb/qt/basic/basic-pgsql.options14
-rw-r--r--odb/qt/basic/basic-sqlite.options14
5 files changed, 70 insertions, 0 deletions
diff --git a/odb/qt/basic/basic-mssql.options b/odb/qt/basic/basic-mssql.options
new file mode 100644
index 0000000..c7ce788
--- /dev/null
+++ b/odb/qt/basic/basic-mssql.options
@@ -0,0 +1,14 @@
+# file : odb/qt/basic/basic-mssql.options
+# author : Constantin Michael <constantin@codesynthesis.com>
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+# license : GNU GPL v2; see accompanying LICENSE file
+
+--profile qt/version
+
+# Include the default mapping in prologue instead of epilogue to
+# allow the user to override the default mapping.
+#
+--odb-prologue '#include <odb/qt/basic/mssql/default-mapping.hxx>'
+
+--hxx-prologue '#include <odb/qt/basic/mssql/qstring-traits.hxx>'
+--hxx-prologue '#include <odb/qt/basic/mssql/qbyte-array-traits.hxx>'
diff --git a/odb/qt/basic/basic-mysql.options b/odb/qt/basic/basic-mysql.options
new file mode 100644
index 0000000..a1e4c5e
--- /dev/null
+++ b/odb/qt/basic/basic-mysql.options
@@ -0,0 +1,14 @@
+# file : odb/qt/basic/basic-mysql.options
+# author : Constantin Michael <constantin@codesynthesis.com>
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+# license : GNU GPL v2; see accompanying LICENSE file
+
+--profile qt/version
+
+# Include the default mapping in prologue instead of epilogue to
+# allow the user to override the default mapping.
+#
+--odb-prologue '#include <odb/qt/basic/mysql/default-mapping.hxx>'
+
+--hxx-prologue '#include <odb/qt/basic/mysql/qstring-traits.hxx>'
+--hxx-prologue '#include <odb/qt/basic/mysql/qbyte-array-traits.hxx>'
diff --git a/odb/qt/basic/basic-oracle.options b/odb/qt/basic/basic-oracle.options
new file mode 100644
index 0000000..41d0192
--- /dev/null
+++ b/odb/qt/basic/basic-oracle.options
@@ -0,0 +1,14 @@
+# file : odb/qt/basic/basic-oracle.options
+# author : Constantin Michael <constantin@codesynthesis.com>
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+# license : GNU GPL v2; see accompanying LICENSE file
+
+--profile qt/version
+
+# Include the default mapping in prologue instead of epilogue to
+# allow the user to override the default mapping.
+#
+--odb-prologue '#include <odb/qt/basic/oracle/default-mapping.hxx>'
+
+--hxx-prologue '#include <odb/qt/basic/oracle/qstring-traits.hxx>'
+--hxx-prologue '#include <odb/qt/basic/oracle/qbyte-array-traits.hxx>'
diff --git a/odb/qt/basic/basic-pgsql.options b/odb/qt/basic/basic-pgsql.options
new file mode 100644
index 0000000..99a7b82
--- /dev/null
+++ b/odb/qt/basic/basic-pgsql.options
@@ -0,0 +1,14 @@
+# file : odb/qt/basic/basic-pgsql.options
+# author : Constantin Michael <constantin@codesynthesis.com>
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+# license : GNU GPL v2; see accompanying LICENSE file
+
+--profile qt/version
+
+# Include the default mapping in prologue instead of epilogue to
+# allow the user to override the default mapping.
+#
+--odb-prologue '#include <odb/qt/basic/pgsql/default-mapping.hxx>'
+
+--hxx-prologue '#include <odb/qt/basic/pgsql/qstring-traits.hxx>'
+--hxx-prologue '#include <odb/qt/basic/pgsql/qbyte-array-traits.hxx>'
diff --git a/odb/qt/basic/basic-sqlite.options b/odb/qt/basic/basic-sqlite.options
new file mode 100644
index 0000000..e33b896
--- /dev/null
+++ b/odb/qt/basic/basic-sqlite.options
@@ -0,0 +1,14 @@
+# file : odb/qt/basic/basic-sqlite.options
+# author : Constantin Michael <constantin@codesynthesis.com>
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+# license : GNU GPL v2; see accompanying LICENSE file
+
+--profile qt/version
+
+# Include the default mapping in prologue instead of epilogue to
+# allow the user to override the default mapping.
+#
+--odb-prologue '#include <odb/qt/basic/sqlite/default-mapping.hxx>'
+
+--hxx-prologue '#include <odb/qt/basic/sqlite/qstring-traits.hxx>'
+--hxx-prologue '#include <odb/qt/basic/sqlite/qbyte-array-traits.hxx>'