Details
-
Bug
-
Resolution: Out of scope
-
P4: Low
-
4.3.3
-
None
Description
When calling prepare() on a QSqlQuery for Firebird it will ignore any inserts done after that point, for example if the prepare is a select for a table and two inserts are done to that table after the prepare but before the exec() the new inserts are disregarded