summaryrefslogtreecommitdiff
path: root/tests/test3.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/test3.MUST
downloadsqlitexx-68354c7d41085d1f976a5b1d7ee542479a85f621.tar.gz
sqlitexx-68354c7d41085d1f976a5b1d7ee542479a85f621.tar.bz2
imported trunk from sourceforge SVN
Diffstat (limited to 'tests/test3.MUST')
-rw-r--r--tests/test3.MUST23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/test3.MUST b/tests/test3.MUST
new file mode 100644
index 0000000..fd0d3a4
--- /dev/null
+++ b/tests/test3.MUST
@@ -0,0 +1,23 @@
+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 3 columns..
+column 0: 1
+column 1: 3
+column 2: 2
+i: 0
+(by col number) i: 5, s: bla, d: 8.933
+(by col name) i: 5, s: bla, d: 8.933
+(mapped) i: 5, s: bla, d: 8.933
+i: 1
+(by col number) i: 7, s: blu, d: -1.11111
+(by col name) i: 7, s: blu, d: -1.11111
+(mapped) i: 7, s: blu, d: -1.11111
+end.