https://bugzilla.wikimedia.org/show_bug.cgi?id=65896

            Bug ID: 65896
           Summary: TitleKey does not pass Jenkins unit tests (sqlite
                    compatibility)
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: TitleKey
          Assignee: wikibugs-l@lists.wikimedia.org
          Reporter: has...@free.fr
                CC: br...@wikimedia.org
            Blocks: 65874
       Web browser: ---
   Mobile Platform: ---

The TitleKey extension is not compatible with sqlite. The installer ends up
with a database error:

00:00:02.815 A database query error has occurred.
00:00:02.816 Query: CREATE TABLE titlekey (
00:00:02.817  tk_page INTEGER  NOT NULL,
00:00:02.818  tk_namespace INTEGER NOT NULL,
00:00:02.819  tk_key TEXT  NOT NULL,
00:00:02.819  PRIMARY KEY tk_page (tk_page),
00:00:02.820  INDEX name_key (tk_namespace, tk_key)
00:00:02.821  )
00:00:02.822 Function: DatabaseBase::sourceFile(
/srv/ssd/jenkins-slave/workspace/mwext-TitleKey-testextensions-master/extensions/TitleKey/titlekey.sql
)
00:00:02.823 Error: 1 near "tk_page": syntax error

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to