aboutsummaryrefslogtreecommitdiff
path: root/odb
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-06-22 13:50:15 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-06-22 13:50:15 +0200
commitba5cf1fd89ad7b7dbba90dd25acb5332cbe7cb7f (patch)
treea8b126c9b501e8512416ea7515567db937d53b03 /odb
parent0f29a0658d08b00a172e7a1ca42e61bef23c3a97 (diff)
Correct typos
Diffstat (limited to 'odb')
-rw-r--r--odb/pgsql/container-statements.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/odb/pgsql/container-statements.hxx b/odb/pgsql/container-statements.hxx
index 2174819..c33ae8a 100644
--- a/odb/pgsql/container-statements.hxx
+++ b/odb/pgsql/container-statements.hxx
@@ -166,7 +166,7 @@ namespace odb
native_binding&
data_image_native_binding ()
{
- return date_image_native_binding_;
+ return data_image_native_binding_;
}
//
@@ -205,7 +205,7 @@ namespace odb
select_all_types_,
select_all_count_,
cond_image_binding_,
- cont_image_native_binding_,
+ cond_image_native_binding_,
data_image_binding_));
}
@@ -258,17 +258,17 @@ namespace odb
const char* insert_one_name_;
const char* insert_one_text_;
- const oid* insert_one_types_;
+ const Oid* insert_one_types_;
std::size_t insert_one_count_;
const char* select_all_name_;
const char* select_all_text_;
- const oid* select_all_types_;
+ const Oid* select_all_types_;
std::size_t select_all_count_;
const char* delete_all_name_;
const char* delete_all_text_;
- const oid* delete_all_types_;
+ const Oid* delete_all_types_;
std::size_t delete_all_count_;
details::shared_ptr<insert_statement_type> insert_one_;