From 68354c7d41085d1f976a5b1d7ee542479a85f621 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 13 Feb 2010 09:56:58 +0100 Subject: imported trunk from sourceforge SVN --- TODOS | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 TODOS (limited to 'TODOS') diff --git a/TODOS b/TODOS new file mode 100644 index 0000000..a4fbd24 --- /dev/null +++ b/TODOS @@ -0,0 +1,12 @@ +- recycle internal prepared statements, the question is when? + best if the result reaches a final state and instead of resetting + the statement we unprepare it +- sqlite_changes gives back the number of rows affected of the last + command (non-query), queries must result 0 +- check types in param defition with bind parameters on invocation +- sort out interface regarding character set encoding +- find out whether we have bind parameters or not during execution + of a statement and dynamically prepare the statement. but not for + things like 'BEGIN' where the result is nodata always. +- why are strings always bound to the first passed parameter? +- why is the type always SQLITE_NULL? -- cgit v1.2.3-54-g00ecf