User "MaxSem" posted a comment on MediaWiki.r90358.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/90358#c18369
Commit summary:

applying modified SQLite patch by hofoen

Comment:

 +              } elseif ( $wgDBtype == 'sqlite' ) { // SQLite: no in-memory 
tables available
 +                      $sql = "CREATE TEMPORARY TABLE " . $smw_tmp_unusedprops 
. "( title VARCHAR(255) )";
Use simply <tt>TEXT</tt>. Although SQLite eats most types from other DBs just 
fine, it's always better to use native types in SQLite-only context.

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to