On 10/3/12 4:20 AM, "Richard Hipp" wrote:
>On Tue, Oct 2, 2012 at 5:12 PM, Duquette, William H (318K) <
>william.h.duque...@jpl.nasa.gov> wrote:
>
>> Howdy!
>>
>> The SQLite3 Tcl interface has a "nullvalue" command, which determines
>>how
>> NULLs are represented as Tcl values. If you do a quer
On Tue, Oct 2, 2012 at 5:12 PM, Duquette, William H (318K) <
william.h.duque...@jpl.nasa.gov> wrote:
> Howdy!
>
> The SQLite3 Tcl interface has a "nullvalue" command, which determines how
> NULLs are represented as Tcl values. If you do a query on a NULL value,
> you get the "nullvalue" value. (
Howdy!
The SQLite3 Tcl interface has a "nullvalue" command, which determines how NULLs
are represented as Tcl values. If you do a query on a NULL value, you get the
"nullvalue" value. ("nullvalue" defaults to the empty string.)
However, if a NULL value is passed to a custom SQL function, defi
Nathan Biggs wrote:
> Does anyone know where there is information on adding custom functions
> to sqlite? I have been using the CreateAggregate function to define my
> custom function, but just wanted to see if it was faster by re-compiling
> sqlite with the function in it already. I have the
Does anyone know where there is information on adding custom functions
to sqlite? I have been using the CreateAggregate function to define my
custom function, but just wanted to see if it was faster by re-compiling
sqlite with the function in it already. I have the sqlite source code
and have
5 matches
Mail list logo