View Issue Details

IDProjectCategoryView StatusLast Update
0003443CaseTalk ModelerInstallationpublic2022-05-09 12:20
ReporterMarco Wobben Assigned ToMarco Wobben  
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

Marco Wobben

Marco Wobben

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 Marco Wobben New Issue
2022-05-09 09:47 Marco Wobben Status new => assigned
2022-05-09 09:47 Marco Wobben Assigned To => Marco Wobben
2022-05-09 09:48 Marco Wobben Additional Information Updated
2022-05-09 09:49 Marco Wobben Additional Information Updated
2022-05-09 12:20 Marco Wobben Status assigned => resolved
2022-05-09 12:20 Marco Wobben Resolution open => fixed
2022-05-09 12:20 Marco Wobben Fixed in Version => 12.4.1
2022-05-09 12:20 Marco Wobben Note Added: 0004504