Hello, I'm SQLiteDBMS developer.
SQLiteDBMS is minor F/OSS project for SQLite3 via TCP/IP network.
http://sqlitedbms.sf.net

SQLiteDBMS will support replication on next release. Normal SQL and
prepared statement was captured by sqltie3_*_hook.

But, "CREATE ...", "DROP ..." and "ALTER ..." statement cannot hook.
I attempted it using sqlite3_set_authorizer. But, has other problem.

CREATE TABLE test (a int primary key, b int, c int)

Above SQL calls sqlite3_set_authorizer callback twice. CREATE TABLE
and CREATE INDEX

I want schema change hooking APIs.

Thanks.

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to