From 396cad633b6f0559a39e5111827f9b1125c67506 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 15 Aug 2012 11:40:39 +0200 Subject: Factor out check for SQL Server long data --- odb/relational/mssql/context.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'odb/relational/mssql/context.hxx') diff --git a/odb/relational/mssql/context.hxx b/odb/relational/mssql/context.hxx index 00bb806..ea451dc 100644 --- a/odb/relational/mssql/context.hxx +++ b/odb/relational/mssql/context.hxx @@ -94,6 +94,11 @@ namespace relational semantics::data_member&, bool custom = true); + // Return true if this type is long data. + // + bool + long_data (sql_type const&); + public: struct invalid_sql_type { -- cgit v1.1