View Issue Details

IDProjectCategoryView StatusLast Update
0003443CaseTalk ModelerInstallationpublic2022-05-09 12:20
ReporterBCP Software Assigned ToBCP Software  
PrioritynormalSeverityblockReproducibilityhave not tried
Status resolvedResolutionfixed 
Target Version12.4.1Fixed in Version12.4.1 
Summary0003443: Settings database may cause installation problems.
DescriptionAfter installing an update (12.4) an error dialog is shown at startup.
Additional InformationYour settings database (v10) may cause installation problems. If so, please contact your
supplier with this message:

v8: [FireDAC][Phys][SQLite] ERROR: no such column: FALSE

insert or replace
-- NATIVE TYPES
into native_type
(name, isAbstract, parent _type)
values
('default', FALSE, null),
('unknown',FALSE, 'default'),
('date and time', TRUE, 'default'),
('date', FALSE, 'date and time'),
('time' FALSE, 'date and time'),
('datetime',FALSE, 'date and time'),
('char' FALSE, 'default'),
('number', TRUE, 'default'),
('integer', FALSE, 'number'),
('boolean', FALSE, 'default'),
('numeric' FALSE, 'number'),
('currency', FALSE, 'numeric'),
..
TagsNo tags attached.
CaseTalk Editionunknown

Activities

BCP Software

BCP Software

2022-05-09 12:20

administrator   ~0004504

Distribution of an older version of sqlite3.dll causes failure at startup.
Please make sure, through "Help\About\System Info" the sqlite engine is reported to be 3.28 or higher.
Manual updates are available at sqlite.org

Issue History

Date Modified Username Field Change
2022-05-09 09:47 BCP Software New Issue
2022-05-09 09:47 BCP Software Status new => assigned
2022-05-09 09:47 BCP Software Assigned To => BCP Software
2022-05-09 09:48 BCP Software Additional Information Updated
2022-05-09 09:49 BCP Software Additional Information Updated
2022-05-09 12:20 BCP Software Status assigned => resolved
2022-05-09 12:20 BCP Software Resolution open => fixed
2022-05-09 12:20 BCP Software Fixed in Version => 12.4.1
2022-05-09 12:20 BCP Software Note Added: 0004504