[Bug 363192] Re: sqlite3 packaged in Jaunty cannot open databases which use "indexed" keyword, and is therefore incompatible with Axiom

Savvas Radevic vicedar at gmail.com
Thu Jul 9 10:03:02 UTC 2009


And this is the expected result with a newer sqlite3 (no-change
rebuild from Debian):
$ apt-cache policy sqlite3
sqlite3:
  Installed: 3.6.13-1ubuntu0~ppajaunty1
  Candidate: 3.6.13-1ubuntu0~ppajaunty1
  Version table:
 *** 3.6.13-1ubuntu0~ppajaunty1 0
        500 http://ppa.launchpad.net jaunty/main Packages
        100 /var/lib/dpkg/status
     3.6.10-1ubuntu0.2 0
        500 http://rs.archive.ubuntu.com jaunty-updates/main Packages
     3.6.10-1 0
        500 http://rs.archive.ubuntu.com jaunty/main Packages

$ python
Python 2.6.2 (release26-maint, Apr 19 2009, 01:58:18)
[GCC 4.3.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from axiom.store import Store
/var/lib/python-support/python2.6/epsilon/process.py:3:
DeprecationWarning: the sets module is deprecated
  import os, sys, imp, sets
/var/lib/python-support/python2.6/epsilon/sslverify.py:4:
DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import itertools, md5
>>> Store()
<Store (in memory)@0x7f1b3d2d9750>


Also with 3.6.14.2-1:

$ apt-cache policy sqlite3
sqlite3:
 Installed: 3.6.14.2-1
[...]

$ python
Python 2.6.2 (release26-maint, Apr 19 2009, 01:58:18)
[GCC 4.3.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from axiom.store import Store
/var/lib/python-support/python2.6/epsilon/process.py:3:
DeprecationWarning: the sets module is deprecated
  import os, sys, imp, sets
/var/lib/python-support/python2.6/epsilon/sslverify.py:4:
DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import itertools, md5
>>> Store()
<Store (in memory)@0x7fdff92e9750>
>>>

-- 
sqlite3 packaged in Jaunty cannot open databases which use "indexed" keyword, and is therefore incompatible with Axiom
https://bugs.launchpad.net/bugs/363192
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list