Bug #959
Bug in PostgreSQL migration
Start date:
05/04/2010
Due date:
% Done:
100%
Estimated time:
Version:
0.6-pre
OS:
Any
Description
When migrating from SQLite to PostgreSQL, the 'joined' status of all buffers isn't migrated properly. They're all set to 'not joined'.
The problem is that the column IDs in sqlitestorage.cpp after 'buffer.markerlinemsgid' are off by one. Fix attached.
Associated revisions
Fix #959: SQLite -> PostgreSQL migration
History
#1 Updated by amiconn over 14 years ago
- File 0001-Fix-959-SQLite-PostgreSQL-migration.patch 0001-Fix-959-SQLite-PostgreSQL-migration.patch added
Added git patch
#2 Updated by johu over 14 years ago
- Status changed from New to Resolved
- Assignee set to Sputnick
- Target version set to 0.6.2
- % Done changed from 0 to 100
- Version changed from 0.4.3 to 0.6-pre
fixed with 638ec016
Fix #959: SQLite -> PostgreSQL migration