View Issue Details

IDProjectCategoryView StatusLast Update
0002075Database Workbench v6Generalpublic2022-11-22 11:00
ReporterMartijn Tonies Assigned ToMartijn Tonies  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Fixed in Version6.1.4 
Summary0002075: Statement Recorder issue with (temporary) different statement terminators
DescriptionIt looks like something is wrong with the recording of session statements within a Firebird connection. When adding a column to a table, the recorded statement looks like this:



SET TERM ^^ ;

ALTER TABLE BILLOUT
  ADD TEST INTEGER
;


When executing this statement it is accepted and the table is (miraculous) modified as expected, but I think setting the terminator should be skipped, or the alter statement should be terminated by the newly set terminator (^^ instead of ;).



So just this:
ALTER TABLE BILLOUT
  ADD TEST INTEGER
;


Or


SET TERM ^^ ;

ALTER TABLE BILLOUT
  ADD TEST INTEGER
^^
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2022-10-20 12:46 Martijn Tonies New Issue
2022-10-26 12:32 Martijn Tonies Assigned To => Martijn Tonies
2022-10-26 12:32 Martijn Tonies Status new => resolved
2022-10-26 12:32 Martijn Tonies Resolution open => fixed
2022-10-26 12:32 Martijn Tonies Fixed in Version => 6.1.4
2022-11-22 11:00 Martijn Tonies Status resolved => closed