Edgewall Software

Changes between Version 45 and Version 46 of PySqlite


Ignore:
Timestamp:
Oct 21, 2009, 10:09:34 AM (15 years ago)
Author:
Christian Boos
Comment:

new hosting for pysqlite (#8760)

Legend:

Unmodified
Added
Removed
Modified
  • PySqlite

    v45 v46  
    33[[PageOutline(2-4)]]
    44
    5 [http://pysqlite.org PySqlite] is a Python binding
     5[http://pysqlite.googlecode.com PySqlite] is a Python binding
    66for the [http://www.sqlite.org SQLite] light-weight database engine,
    77which is Trac's default DatabaseBackend.
     
    3636=== The Pysqlite2 bindings ===
    3737
    38 The latest stable version available at pysqlite.org as of this writing is '''2.5.5''', and it works fine with Trac.
     38The latest stable version available at pysqlite.googlecode.com as of this writing is '''2.5.5''', and it works fine with Trac.
    3939
    4040{{{
    4141#!comment
    4242For the very adventurous people, note that there's also a few experimental versions:
    43  - ctypes based: http://oss.itsystementwicklung.de/trac/pysqlite/browser/?rev=335:271c26e75ada
    44  - cython based: http://oss.itsystementwicklung.de/trac/pysqlite/browser/?rev=322:8c86531d3923
     43 - ctypes based: http://code.google.com/p/pysqlite/source/browse/?r=ctypes
     44 - cython based: http://code.google.com/p/pysqlite/source/browse/?r=cython
    4545
    4646The ctypes based one worked quite fine with Trac at the time I tested it.
     
    7575
    7676 * The source tarballs for the versions listed above are available from the
    77    [http://pysqlite.org/wiki#Downloads pysqlite.org Downloads] page.
    78  * If you're using Linux, you're certainly interested in getting
    79    one of the [Pysqlite:PysqlitePackages].
    80 
     77   [http://code.google.com/p/pysqlite/downloads/list Downloads] tab.
     78 
    8179
    8280== Upgrading SQLite ==