Re: [sqlite] Any Plan for Supporting sqlite3_exec16 in near future

2005-02-28 Thread Dan Kennedy
> > Regarding the sqlite3_exec() should no longer be used for sqlite3 for > > Unicode application. I am doing the "Begin Transaction" "Commit > > Transaction"... with the sqlite3_exec(), since this function not > > supporting Unicode, do you show me how to do a transaction with > > sqlit3. Wha

Re: [sqlite] Any Plan for Supporting sqlite3_exec16 in near future

2005-02-28 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: D. Richard Hipp wrote: On Mon, 2005-02-28 at 19:14 -0400, [EMAIL PROTECTED] wrote: How about the sqlite3_mprintf and sqlite3_vmprintf functions? are they for the legacy users only? It is unclear how to add UTF-16 support to those functions. But they are used intern

Re: [sqlite] Any Plan for Supporting sqlite3_exec16 in near future

2005-02-28 Thread [EMAIL PROTECTED]
D. Richard Hipp wrote: On Mon, 2005-02-28 at 19:14 -0400, [EMAIL PROTECTED] wrote: How about the sqlite3_mprintf and sqlite3_vmprintf functions? are they for the legacy users only? It is unclear how to add UTF-16 support to those functions. But they are used internally so they are unlikel

Re: [sqlite] Any Plan for Supporting sqlite3_exec16 in near future

2005-02-28 Thread D. Richard Hipp
On Mon, 2005-02-28 at 19:14 -0400, [EMAIL PROTECTED] wrote: > > > How about the sqlite3_mprintf and sqlite3_vmprintf functions? are they > for the legacy users only? > It is unclear how to add UTF-16 support to those functions. But they are used internally so they are unlikely to go away. -- D.

Re: [sqlite] Any Plan for Supporting sqlite3_exec16 in near future

2005-02-28 Thread [EMAIL PROTECTED]
D. Richard Hipp wrote: On Sun, 2005-02-27 at 22:37 -0400, [EMAIL PROTECTED] wrote: Hi All, Anyone have idea when sqlite will support sqlite3_exec16. Since sqlite3_exec return important error information for the execution error. Supporting exec16 is urgent for unicode application. The imp

Re: [sqlite] Any Plan for Supporting sqlite3_exec16 in near future

2005-02-27 Thread D. Richard Hipp
On Sun, 2005-02-27 at 22:37 -0400, [EMAIL PROTECTED] wrote: > Hi All, > > Anyone have idea when sqlite will support sqlite3_exec16. Since > sqlite3_exec return important error information for the execution error. > Supporting exec16 is urgent for unicode application. > The implementation of sq

[sqlite] Any Plan for Supporting sqlite3_exec16 in near future

2005-02-27 Thread [EMAIL PROTECTED]
Hi All, Anyone have idea when sqlite will support sqlite3_exec16. Since sqlite3_exec return important error information for the execution error. Supporting exec16 is urgent for unicode application. Ming