RE: [sqlite] Q about new SQLite API

2006-11-07 Thread Michael Brehm
Sounds great, it would certainly clean up a lot of my code :) 1: How about sqlite3_prepare_statement() 2: Not really, most of my suggestions will be for virtual table error handling 3: I vote for SQLITE_SCHEMA. Thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTE

[sqlite] (Virtual Tables) xFilter - called only once per xOpen ?

2006-10-13 Thread Michael Brehm
Hi again, still working on my Virtual Table implementation/object model here, and I have a question about the relationship between xOpen and xFilter. By perusing the code and playing around with some sample statements, it looks to me like there will only be one call to xFilter for any given cursor

RE: [sqlite] What causes xConnect and xDisconnect to actually get invoked? (Virtual Tables)

2006-10-10 Thread Michael Brehm
t and xDisconnect to actually get invoked? (Virtual Tables) "Michael Brehm" <[EMAIL PROTECTED]> wrote: > I realize that the virtual table implementation is currently experimental, > but I've been added them into a project of mine (which will end up public > when it&#x

[sqlite] What causes xConnect and xDisconnect to actually get invoked? (Virtual Tables)

2006-10-10 Thread Michael Brehm
I realize that the virtual table implementation is currently experimental, but I've been added them into a project of mine (which will end up public when it's done), and I don't truly understand the purpose of the xConnect and xDisconnect callbacks, when compared with their xCreate and xDestroy cou