From d3d5e992c2983008fdf575a532ce67ac293a8361 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Thu, 9 Jun 2011 09:18:05 +0200 Subject: Aesthetic changes --- odb/generator.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'odb/generator.cxx') diff --git a/odb/generator.cxx b/odb/generator.cxx index f5fa251..7040045 100644 --- a/odb/generator.cxx +++ b/odb/generator.cxx @@ -112,7 +112,10 @@ create_context (ostream& os, semantics::unit& unit, options const& ops) } case database::pgsql: { - //r.reset (new relational::pgsql::context (os, unit, ops)); + // @@ Activate once PostgreSQL context has been implemented. + // + // r.reset (new relational::pgsql::context (os, unit, ops)); + break; } case database::sqlite: -- cgit v1.1