View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001065 | savapage-core | [All Projects] General | public | 2019-06-13 11:32 | 2019-08-05 16:41 |
| Reporter | rijkr | Assigned To | rijkr | ||
| Priority | normal | Severity | feature | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.1.0 | ||||
| Target Version | 1.1.0 | Fixed in Version | 1.1.0 | ||
| Summary | 0001065: Check and fix database integrity | ||||
| Description | IST: Database primary keys are generated as sequence numbers. If, for unforeseen reasons, the persisted last generated key of a database table is less than the observed max primary key, an exception is thrown when a new row is inserted. SOLL-1: Check primary key sequence consistency at Web App startup. If inconsitentyies are found, throw an exception and stop the application. SOLL-2: Add --db-check and --db-check-fix options to the savapage-db CLI. These options check and check/fix primary key sequence consistency. | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2019-06-13 11:32 | rijkr | New Issue | |
| 2019-06-13 11:32 | rijkr | Status | new => assigned |
| 2019-06-13 11:32 | rijkr | Assigned To | => rijkr |
| 2019-06-13 11:48 | rijkr | Status | assigned => resolved |
| 2019-06-13 11:48 | rijkr | Resolution | open => fixed |
| 2019-06-13 11:48 | rijkr | Fixed in Version | => 1.1.0 |
| 2019-08-05 16:41 | rijkr | Status | resolved => closed |
| 2019-08-05 16:41 | rijkr | Note Added: 0000133 |