| Anterior | Siguiente |
| SQLITE_E_IOERR_DELETE | SQLITE_E_IOERR_BLOCKED |
SQLITE_E_CONSTRAINT_ROWID
Diagnóstico: restricción sobre ROWID
SQLITE_E_CONSTRAINT_ROWID (0x87AF0A13): Se infringió una restricción ROWID.
Comprueba valor ROWID explícito y colisiones con filas existentes.
Deje que SQLite asigne ROWID o genere un valor válido; verifique la inserción y la clave final.
- Documentación oficial SQLite para restricción sobre ROWID: SQLite: SQLITE_CONSTRAINT_ROWID; contrato API y comportamiento documentado
- Documentación oficial SQLite para restricción sobre ROWID: SQLite: Rowid Tables; contrato API y comportamiento documentado
- Documentación oficial SQLite para restricción sobre ROWID: SQLite: Conflict Resolution; contrato API y comportamiento documentado
- Documentación oficial SQLite para restricción sobre ROWID: SQLite: referencia oficial de la interfaz C; contrato API y comportamiento documentado
¿Buscas un código diferente? Buscar otro código de estado o error.
