summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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?