summaryrefslogtreecommitdiff
path: root/tests/test8.MUST
blob: c470aa64d81a7cde56efa185b7b3d7b5bc4f670e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
creating DB..
connection object is sqlite3xx::connection(test8.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.