aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/stream.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/sqlite/stream.hxx')
-rw-r--r--odb/sqlite/stream.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/odb/sqlite/stream.hxx b/odb/sqlite/stream.hxx
index c2d45c0..6ee76cb 100644
--- a/odb/sqlite/stream.hxx
+++ b/odb/sqlite/stream.hxx
@@ -23,6 +23,10 @@ namespace odb
class LIBODB_SQLITE_EXPORT stream: public active_object
{
public:
+ // @@ TODO: db is actually what we now (and SQLite in other places)
+ // call schema (see database::schema(), ATTACH DATABASE). So we
+ // should probably rename this at some point for consistency.
+ //
stream (const char* db,
const char* table,
const char* column,