View Issue Details

IDProjectCategoryView StatusLast Update
0002056Database Workbench v6Firebird Modulepublic2022-10-17 10:32
ReporterMartijn Tonies Assigned ToMartijn Tonies  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Fixed in Version6.1.2 
Summary0002056: Possible access violaton after re-executing faulty query on Firebird 4
DescriptionPossible access violaton after re-executing faulty query on Firebird 4
TagsNo tags attached.

Activities

Martijn Tonies

2022-09-28 11:16

administrator   ~0000572

select 'this suuuuucks … ' || '')'' || ' too much … '
from rdb$database
where 1 = :ANYNUMBER

Martijn Tonies

2022-09-28 11:22

administrator   ~0000573

This only happens when using the Firebird 4 client, works fine on Firebird 3 client.

Martijn Tonies

2022-09-28 11:23

administrator   ~0000574

Turns out it was an issue with preparing returning an error and properly keeping the state inside the SQL Editor. DBW fetched 'query plan' on a non-prepared query and that messed up the Firebird 4 client somehow.

Issue History

Date Modified Username Field Change
2022-09-28 11:13 Martijn Tonies New Issue
2022-09-28 11:16 Martijn Tonies Note Added: 0000572
2022-09-28 11:22 Martijn Tonies Note Added: 0000573
2022-09-28 11:23 Martijn Tonies Assigned To => Martijn Tonies
2022-09-28 11:23 Martijn Tonies Status new => resolved
2022-09-28 11:23 Martijn Tonies Resolution open => fixed
2022-09-28 11:23 Martijn Tonies Fixed in Version => 6.1.2
2022-09-28 11:23 Martijn Tonies Note Added: 0000574
2022-10-17 10:32 Martijn Tonies Status resolved => closed