summaryrefslogtreecommitdiff
path: root/tests/README
diff options
context:
space:
mode:
Diffstat (limited to 'tests/README')
-rw-r--r--tests/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/README b/tests/README
new file mode 100644
index 0000000..3eb6c9d
--- /dev/null
+++ b/tests/README
@@ -0,0 +1,9 @@
+testc - plain C sqlite test
+test1 - basic connect and disconnect in the scope of the connection object
+test2 - basic DDL, insert data, select data, size() and column() operators
+test3 - select data, accessors and associative arrays for column reference
+test4 - more complex prepare and insert statement
+test5 - exec without transaction, execution of pragmas
+test6 - basic cursor with result::const_iterator
+test7 - test tracing in sqlitexx and sqlite library
+test8 - test mapping data colums containing NULL values to various types