Edgewall Software

Changes between Initial Version and Version 1 of Ticket #13607


Ignore:
Timestamp:
May 31, 2023, 10:44:09 AM (11 months ago)
Author:
Jun Omae
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13607 – Description

    initial v1  
    44
    55{{{#!diff
     6diff --git a/contrib/make_status.py b/contrib/make_status.py
     7index 65278624a..ab4962a8d 100755
     8--- a/contrib/make_status.py
     9+++ b/contrib/make_status.py
     10@@ -51,8 +51,7 @@ PACKAGES = [
     11     ("Jinja2",            'jinja2.__version__'),
     12     ("multipart",         'multipart.__version__'),
     13     ("Babel",             'babel.__version__'),
     14-    ("sqlite3",           ('sqlite3.version',
     15-                           'sqlite3.sqlite_version')),
     16+    ("sqlite3",           'sqlite3.sqlite_version'),
     17     ("PySqlite3",         ('__main__._pysqlite3_version()',
     18                            'pysqlite3.dbapi2.sqlite_version')),
     19     ("PyMySQL",           'pymysql.__version__'),
    620diff --git a/trac/db/sqlite_backend.py b/trac/db/sqlite_backend.py
    721index dc0bf4ca9..8f38af387 100644