On Mon, Mar 11, 2013 at 12:52 PM, James K. Lowden
<jklow...@schemamania.org> wrote:
> I need one data structure
> per context.  I don't see support for that in the SQLite API.  Am I
> expected to maintain my own global associative array?

Not if you use sqlite3_aggregate_context(). See
http://www.sqlite.org/c3ref/aggregate_context.html

HTH

Constantine.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to