aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/query.ixx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-22 18:40:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-22 18:40:58 +0200
commita1638d19a9088a3488b80163afe414a5355debd9 (patch)
tree4496e3308ed4983ecd8b64ccef8b9473193952f9 /odb/mysql/query.ixx
parent35a280c5f8fa20e54bd56efd64fcdb9bd2f10dc4 (diff)
Add database type id as value_traits template argument
Diffstat (limited to 'odb/mysql/query.ixx')
-rw-r--r--odb/mysql/query.ixx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/mysql/query.ixx b/odb/mysql/query.ixx
index ca4c60c..44233a9 100644
--- a/odb/mysql/query.ixx
+++ b/odb/mysql/query.ixx
@@ -7,7 +7,7 @@ namespace odb
{
namespace mysql
{
- template <typename T, image_id_type ID>
+ template <typename T, database_type_id ID>
inline void query::
append (val_bind<T> v)
{
@@ -16,7 +16,7 @@ namespace odb
new (details::shared) query_param_impl<T, ID> (v)));
}
- template <typename T, image_id_type ID>
+ template <typename T, database_type_id ID>
inline void query::
append (ref_bind<T> r)
{