summaryrefslogtreecommitdiff
path: root/TODOS
blob: a4fbd242d75c7e780a4b1a8f3f5a0aca541d56f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
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?