From 92e79b57b384c7d68e2a032f568a11c4475ee825 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 4 Jun 2018 18:23:03 +0200 Subject: added BUGS file from issues from github (delete repo there) --- BUGS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 BUGS 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? -- cgit v1.2.3-54-g00ecf