summaryrefslogtreecommitdiff
path: root/odb/relational/common.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-12 14:16:13 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-20 15:43:46 +0200
commit557d156ec9c45ed105f7213e1748dc4aad78ebb2 (patch)
tree0b8082b8548bdc1ee261833dcd052cb0a8c30b5a /odb/relational/common.hxx
parent06b889850144910f1f908fc87f78114bde920596 (diff)
Customize generated pointer column wrapper ctor
For SQL Server we need to be able to pass precision/scale.
Diffstat (limited to 'odb/relational/common.hxx')
-rw-r--r--odb/relational/common.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/odb/relational/common.hxx b/odb/relational/common.hxx
index e7400c7..a259604 100644
--- a/odb/relational/common.hxx
+++ b/odb/relational/common.hxx
@@ -91,6 +91,9 @@ namespace relational
}
virtual void
+ column_ctor (string const& type, string const& base);
+
+ virtual void
column_ctor_extra (semantics::data_member&)
{
}