summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-06-04 18:23:03 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-06-04 18:23:03 +0200
commit92e79b57b384c7d68e2a032f568a11c4475ee825 (patch)
tree3816f89e001e71d3a52578d02926efbb71cd7d1c
parent5ac5c7f0db59255af1bfa5eb3becc25f441723aa (diff)
downloadsqlitexx-master.tar.gz
sqlitexx-master.tar.bz2
added BUGS file from issues from github (delete repo there)HEADmaster
-rw-r--r--BUGS6
1 files changed, 6 insertions, 0 deletions
diff --git a/BUGS b/BUGS
new file mode 100644
index 0000000..ffd00b5
--- /dev/null
+++ b/BUGS
@@ -0,0 +1,6 @@
+- avoid SQLITE_IOERR_BLOCKED with BEGIN EXCLUSIVE
+ Windows at least shows SQLITE_IOERR_BLOCKED after many SQLITE_BUSY, so our
+ transaction model with just 'BEGIN' should maybe also provide a 'BEGIN EXCLUSIVE'.
+- test execution breaks happily under maximum optimization /Ox (Windows)
+- add some basic documentation (doxygen)
+ additional problem: how to generate a namespace prefix in man pages?