• Robin Appelman's avatar
    allow creating PRIMARY KEY AUTOINCREMENT fields for sqlite · 51358603
    Robin Appelman authored
    If a PRIMARY KEY field is defined in sqlite without autoincrement then
    keys might be reused when rows are deleted, explicitly settings autoincrement
    will prevent this.
    
    Autoincrement is not enabled by default due to additional overhead introduced
    with autoincrement bookkeeping and should only be enabled when the additional
    uniqueness is required.
    51358603
Name
Last commit
Last update
..
Keywords Loading commit data...
AbstractPlatform.php Loading commit data...
DB2Platform.php Loading commit data...
DateIntervalUnit.php Loading commit data...
DrizzlePlatform.php Loading commit data...
MariaDb1027Platform.php Loading commit data...
MySQL57Platform.php Loading commit data...
MySqlPlatform.php Loading commit data...
OraclePlatform.php Loading commit data...
PostgreSQL100Platform.php Loading commit data...
PostgreSQL91Platform.php Loading commit data...
PostgreSQL92Platform.php Loading commit data...
PostgreSQL94Platform.php Loading commit data...
PostgreSqlPlatform.php Loading commit data...
SQLAnywhere11Platform.php Loading commit data...
SQLAnywhere12Platform.php Loading commit data...
SQLAnywhere16Platform.php Loading commit data...
SQLAnywherePlatform.php Loading commit data...
SQLAzurePlatform.php Loading commit data...
SQLServer2005Platform.php Loading commit data...
SQLServer2008Platform.php Loading commit data...
SQLServer2012Platform.php Loading commit data...
SQLServerPlatform.php Loading commit data...
SqlitePlatform.php Loading commit data...
TrimMode.php Loading commit data...