aboutsummaryrefslogtreecommitdiff
path: root/pgsql
diff options
context:
space:
mode:
Diffstat (limited to 'pgsql')
-rw-r--r--pgsql/template/driver.cxx3
-rw-r--r--pgsql/template/test.std1
2 files changed, 0 insertions, 4 deletions
diff --git a/pgsql/template/driver.cxx b/pgsql/template/driver.cxx
index 33e2289..e57f14a 100644
--- a/pgsql/template/driver.cxx
+++ b/pgsql/template/driver.cxx
@@ -28,9 +28,6 @@ main (int argc, char* argv[])
{
auto_ptr<database> db (create_specific_database<database> (argc, argv));
- //
- //
- cout << "test 001" << endl;
{
transaction t (db->begin ());
t.commit ();
diff --git a/pgsql/template/test.std b/pgsql/template/test.std
index af8d8e7..e69de29 100644
--- a/pgsql/template/test.std
+++ b/pgsql/template/test.std
@@ -1 +0,0 @@
-test 001