Index: trunk/phase3/includes/db/DatabaseSqlite.php |
— | — | @@ -656,8 +656,7 @@ |
657 | 657 | } |
658 | 658 | |
659 | 659 | function nullable() { |
660 | | - // SQLite dynamic types are always nullable |
661 | | - return true; |
| 660 | + return !$this->info->notnull; |
662 | 661 | } |
663 | 662 | |
664 | 663 | # isKey(), isMultipleKey() not implemented, MySQL-specific concept. |