summaryrefslogtreecommitdiff
path: root/tests/test8.MUST
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-02-13 09:56:58 +0100
committerAndreas Baumann <abaumann@yahoo.com>2010-02-13 09:56:58 +0100
commit68354c7d41085d1f976a5b1d7ee542479a85f621 (patch)
treeaec761c793093e4a2e4ce18d78b3b531bcb12a42 /tests/test8.MUST
downloadsqlitexx-68354c7d41085d1f976a5b1d7ee542479a85f621.tar.gz
sqlitexx-68354c7d41085d1f976a5b1d7ee542479a85f621.tar.bz2
imported trunk from sourceforge SVN
Diffstat (limited to 'tests/test8.MUST')
-rw-r--r--tests/test8.MUST28
1 files changed, 28 insertions, 0 deletions
diff --git a/tests/test8.MUST b/tests/test8.MUST
new file mode 100644
index 0000000..089025e
--- /dev/null
+++ b/tests/test8.MUST
@@ -0,0 +1,28 @@
+creating DB..
+connection object is sqlite3xx::connection(test3.db)
+starting transaction..
+create table..
+insert some data..
+inserted 1 rows.
+inserted 1 rows.
+inserted 1 rows.
+querying..
+found 2 records..
+found 4 columns..
+column 0: 5
+column 1: 5
+column 2: 5
+column 3: 3
+i: 0
+(by col number) i: (NULL) d: (NULL) s: (NULL) t: bla
+(by col name) i: (NULL) d: (NULL) s: (NULL) t: bla
+(mapping) i: 0 d: 0 s: t: bla
+i: 1
+(by col number) i: (NULL) d: (NULL) s: (NULL) t: blu
+(by col name) i: (NULL) d: (NULL) s: (NULL) t: blu
+(mapping) i: 0 d: 0 s: t: blu
+i: 2
+(by col number) i: (NULL) d: (NULL) s: (NULL) t: bli
+(by col name) i: (NULL) d: (NULL) s: (NULL) t: bli
+(mapping) i: 0 d: 0 s: t: bli
+end.