On Wed, 2005-02-23 at 17:35 -0700, Dennis Cote wrote:
> Check the SQLite source file func.c in the zip file
> http://www.sqlite.org/sqlite-source-3_1_3.zip.
Also available by direct link at
http://www.sqlite.org/cvstrac/getfile/sqlite/src/func.c
--
D. Richard Hipp <[EMAIL PROTECTED]>
Bob Dankert wrote:
Is there a good example somewhere of how to implement user-defined
functions?
Bob,
Check the SQLite source file func.c inthe zip file
http://www.sqlite.org/sqlite-source-3_1_3.zip. It defines all the
builtin functions in SQLite. It uses the same API you need to define
custo
>> Is it http://citeseer.nj.nec.com/dong99maintaining.html ?
Yes, that's it.
Regards
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
cember 05, 2003 10:41 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [sqlite] User Functions
>
>
> There's no good way to handle graphs in SQL. If you had a
> tree, you could use Celko's nested-set scheme, but from your
> description, you don't have a tree (unless you&
There's no good way to handle graphs in SQL. If you had a
tree, you could use Celko's nested-set scheme, but from your
description, you don't have a tree (unless you're looking at
it upside-down).
Celko's book, _SQL for Smarties_, has a short chapter on
handling non-tree graphs. Also there's a
> [...]
> I'm really lost on how to handle this parent->child relationship
> using standard SQL.
See
> Trees in SQL
> Joe Celko
> 23 Feb 2001
> Rating: -4.52- (out of 5) Hall of fame tip of the month winner
http://searchdatabase.techtarget.com/tip/1,289483,sid13_gci537290,00.html
Also see a thr
6 matches
Mail list logo