diff options
Diffstat (limited to 'qt')
-rw-r--r-- | qt/common/template/driver.cxx | 3 | ||||
-rw-r--r-- | qt/common/template/test.std | 1 | ||||
-rw-r--r-- | qt/mssql/template/driver.cxx | 3 | ||||
-rw-r--r-- | qt/mssql/template/test.std | 1 | ||||
-rw-r--r-- | qt/mysql/template/driver.cxx | 3 | ||||
-rw-r--r-- | qt/mysql/template/test.std | 1 | ||||
-rw-r--r-- | qt/oracle/template/driver.cxx | 3 | ||||
-rw-r--r-- | qt/oracle/template/test.std | 1 | ||||
-rw-r--r-- | qt/pgsql/template/driver.cxx | 3 | ||||
-rw-r--r-- | qt/pgsql/template/test.std | 1 | ||||
-rw-r--r-- | qt/sqlite/template/driver.cxx | 3 | ||||
-rw-r--r-- | qt/sqlite/template/test.std | 1 |
12 files changed, 0 insertions, 24 deletions
diff --git a/qt/common/template/driver.cxx b/qt/common/template/driver.cxx index 9432f59..7d3c067 100644 --- a/qt/common/template/driver.cxx +++ b/qt/common/template/driver.cxx @@ -31,9 +31,6 @@ main (int argc, char* argv[]) { auto_ptr<database> db (create_database (argc, argv)); - // - // - cout << "test 001" << endl; { transaction t (db->begin ()); t.commit (); diff --git a/qt/common/template/test.std b/qt/common/template/test.std index af8d8e7..e69de29 100644 --- a/qt/common/template/test.std +++ b/qt/common/template/test.std @@ -1 +0,0 @@ -test 001 diff --git a/qt/mssql/template/driver.cxx b/qt/mssql/template/driver.cxx index 52d580f..9bc1804 100644 --- a/qt/mssql/template/driver.cxx +++ b/qt/mssql/template/driver.cxx @@ -31,9 +31,6 @@ main (int argc, char* argv[]) { auto_ptr<database> db (create_database (argc, argv)); - // - // - cout << "test 001" << endl; { transaction t (db->begin ()); t.commit (); diff --git a/qt/mssql/template/test.std b/qt/mssql/template/test.std index af8d8e7..e69de29 100644 --- a/qt/mssql/template/test.std +++ b/qt/mssql/template/test.std @@ -1 +0,0 @@ -test 001 diff --git a/qt/mysql/template/driver.cxx b/qt/mysql/template/driver.cxx index 2cf6c4a..9d5cf37 100644 --- a/qt/mysql/template/driver.cxx +++ b/qt/mysql/template/driver.cxx @@ -31,9 +31,6 @@ main (int argc, char* argv[]) { auto_ptr<database> db (create_database (argc, argv)); - // - // - cout << "test 001" << endl; { transaction t (db->begin ()); t.commit (); diff --git a/qt/mysql/template/test.std b/qt/mysql/template/test.std index af8d8e7..e69de29 100644 --- a/qt/mysql/template/test.std +++ b/qt/mysql/template/test.std @@ -1 +0,0 @@ -test 001 diff --git a/qt/oracle/template/driver.cxx b/qt/oracle/template/driver.cxx index a3bb67e..1c37926 100644 --- a/qt/oracle/template/driver.cxx +++ b/qt/oracle/template/driver.cxx @@ -31,9 +31,6 @@ main (int argc, char* argv[]) { auto_ptr<database> db (create_database (argc, argv)); - // - // - cout << "test 001" << endl; { transaction t (db->begin ()); t.commit (); diff --git a/qt/oracle/template/test.std b/qt/oracle/template/test.std index af8d8e7..e69de29 100644 --- a/qt/oracle/template/test.std +++ b/qt/oracle/template/test.std @@ -1 +0,0 @@ -test 001 diff --git a/qt/pgsql/template/driver.cxx b/qt/pgsql/template/driver.cxx index 1b55683..0b99fba 100644 --- a/qt/pgsql/template/driver.cxx +++ b/qt/pgsql/template/driver.cxx @@ -31,9 +31,6 @@ main (int argc, char* argv[]) { auto_ptr<database> db (create_database (argc, argv)); - // - // - cout << "test 001" << endl; { transaction t (db->begin ()); t.commit (); diff --git a/qt/pgsql/template/test.std b/qt/pgsql/template/test.std index af8d8e7..e69de29 100644 --- a/qt/pgsql/template/test.std +++ b/qt/pgsql/template/test.std @@ -1 +0,0 @@ -test 001 diff --git a/qt/sqlite/template/driver.cxx b/qt/sqlite/template/driver.cxx index 03f45ed..1d90748 100644 --- a/qt/sqlite/template/driver.cxx +++ b/qt/sqlite/template/driver.cxx @@ -31,9 +31,6 @@ main (int argc, char* argv[]) { auto_ptr<database> db (create_database (argc, argv)); - // - // - cout << "test 001" << endl; { transaction t (db->begin ()); t.commit (); diff --git a/qt/sqlite/template/test.std b/qt/sqlite/template/test.std index af8d8e7..e69de29 100644 --- a/qt/sqlite/template/test.std +++ b/qt/sqlite/template/test.std @@ -1 +0,0 @@ -test 001 |