Index: trunk/phase3/includes/db/DatabaseSqlite.php |
— | — | @@ -415,7 +415,7 @@ |
416 | 416 | * In SQLite this is SQLITE_MAX_LENGTH, by default 1GB. No way to query it though. |
417 | 417 | */ |
418 | 418 | function textFieldSize( $table, $field ) { |
419 | | - return - 1; |
| 419 | + return -1; |
420 | 420 | } |
421 | 421 | |
422 | 422 | function unionSupportsOrderAndLimit() { |