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

       Web browser: ---
            Bug ID: 44028
           Summary: SMWSQLStore3Writers::prepareConceptTableInserts stores
                    concept data as assoc array
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Semantic MediaWiki
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---

Created attachment 11635
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=11635&action=edit
return concept data in numeric array

MW's Database::insert expects a numeric array with index 0 being present.
SMWSQLStore3Writers::prepareConceptTableInsertsreturns returns an associative
array which will lead to a mysql error and the data not being inserted.

The attached patch should fix this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to