From c22cc575cfd2e89771093b15aa337d563f1eba5b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 1 May 2021 11:34:26 +0200 Subject: Cosmetic changes to the ATTACH DATABASE code --- odb/sqlite/stream.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'odb/sqlite/stream.hxx') 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, -- cgit v1.1