[sage-devel] sqlite - update to the latest release

2010-03-02 Thread Dr. David Kirkby
If anyone has a minute, I would appreciate a review of http://trac.sagemath.org/sage_trac/ticket/8408 which is a simple update to the latest stable sqlite release. (There is one minor change to spkg-install, which tests for SAGE64 being only "yes" and not "yes" or "1" as previously the case.)

[sage-devel] sqlite

2007-04-23 Thread William Stein
Hi, The sqlite-3.3.15 package included in the SAGE-2.5 alpha that I posted here: http://sage.math.washington.edu/home/was/sage2.5 doesn't build under cygwin. So if you try to build the alpha version under cygwin, you'll have to replace that package by sqlite-3.3.14.spkg from the previous ver

[sage-devel] sqlite

2007-01-22 Thread William Stein
Hello, Errata -- in the previous email the test of sqlite should be this: sage: from pysqlite2 import dbapi2 as sqlite (doesn't go boom) Ignore the test from the previous email. William --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@

[sage-devel] sqlite

2007-01-22 Thread William Stein
Hello, For a while now I've been considering including a relational database in SAGE, since in the long run this will make it much much easier to create certain types of databases that are easy to query. Probably the obvious best choice would be: http://www.sqlite.org/ QUESTIONS: