From 5daaa1a6d9c8f5d3a4ad3d7009df564bc6506424 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 6 Nov 2010 18:00:43 +0200 Subject: Add support for container persistence Generalize statements that were used for persisting objects to work for both objects and containers. Implement a cache for container statements. --- odb/mysql/query.txx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/mysql/query.txx') diff --git a/odb/mysql/query.txx b/odb/mysql/query.txx index deafad0..5cc1fc1 100644 --- a/odb/mysql/query.txx +++ b/odb/mysql/query.txx @@ -13,7 +13,7 @@ namespace odb template query:: query (const query_column& c) - : clause_ (c.name ()) + : clause_ (c.name ()), binding_ (0, 0) { // Cannot use IS TRUE here since database type can be a non- // integral type. -- cgit v1.1