On Thu, 2005-08-25 at 00:18 +0200, Ramon Ribó wrote:
>  
>   Is there a way to define an aggregate function in the TCL binding?

No.  Not at this time.

>  
>   In case it is not there, would it be a nice addition for symmetry with
> the C-C++ interface?

That depends.  The interface is likely to be complicated due to the
necessity of preserving state from one invocation of the aggregate
function to the next.  You are welcomed to give it a try and submit
patches.

>  
>   Also, I briefly reviewed the TCL binding C code and it looks like the
> "function" interface does not take advantage of the new features of sqlite
> version 3 with the integers and doubles, as it convert everything to one
> string. Are there any plans to change it?
>  

What version are you looking at?  The latest Tcl bindings already
do this.
-- 
D. Richard Hipp <[EMAIL PROTECTED]>

Reply via email to