summaryrefslogtreecommitdiff
path: root/tests/README
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/README
downloadsqlitexx-68354c7d41085d1f976a5b1d7ee542479a85f621.tar.gz
sqlitexx-68354c7d41085d1f976a5b1d7ee542479a85f621.tar.bz2
imported trunk from sourceforge SVN
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