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

       Web browser: ---
             Bug #: 38930
           Summary: TestORMRowTest::testConstructor with data set #0
                    (array('Foobar', 42, 9000.1, true, array(13, 11, 7, 5,
                    3, 2), stdClass), true)
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Unit tests
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
    Classification: Unclassified
   Mobile Platform: ---


DBQueryError: A database error has occurred.  Did you forget to run
maintenance/update.php after upgrading?  See:
https://www.mediawiki.org/wiki/Manual:Upgrading#Run_the_update_script
Query: CREATE TABLE IF NOT EXISTS "unittest_orm_test"(
                test_id                    INT unsigned        NOT NULL
auto_increment PRIMARY KEY,
                test_name                  VARCHAR(255)        NOT NULL,
                test_age                   TINYINT unsigned    NOT NULL,
                test_height                FLOAT               NOT NULL,
                test_awesome               TINYINT unsigned    NOT NULL,
                test_stuff                 BLOB                NOT NULL,
                test_moarstuff             BLOB                NOT NULL,
                test_time                  varbinary(14)       NOT NULL
            );
Function: DatabaseBase::safeQuery
Error: 42601 ERROR:  syntax error at or near "unsigned"
LINE 2:     test_id                    INT unsigned        NOT NULL ...

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to