-
Improvement
-
Resolution: Fixed
-
Minor
-
3.0.5
-
None
-
PHP Environment: 5.2.9
Database: sqlite 2.8.17
Consider making the INTEGER PRIMARY KEY also AUTOINCREMENT, because otherwise sqlite reuses the same value if you delete the last row. This may have the following implication:
User A registers.
Administrator sends a message to user A.
User A is deleted.
Then user B registers.
The administrator sees that his sent message was sent to user B.
- depends on
-
PHPBB-9728 Support for sqlite version 3
- Unverified Fix