firebird-automations
firebird-automations
Commented by: Amro El-Fakharany (amro) PR
Modified by: @cincuranet Link: This issue is related to [DNET176](https://github.com/FirebirdSQL/NETProvider/issues?q=DNET176+in%3Atitle) \[ [DNET176](https://github.com/FirebirdSQL/NETProvider/issues?q=DNET176+in%3Atitle) \]
Commented by: @cincuranet Fb\{Streaming\}Backup
Commented by: Christian Mayer (byzo_mc) Example project
Modified by: Christian Mayer (byzo_mc) Attachment: FirebirdInvalidTransactionHandle\.zip \[ 13392 \]
Modified by: Christian Mayer (byzo_mc) description: We get this exception in a multithreaded environment with the use of thread abortion\. FirebirdSql\.Data\.FirebirdClient\.FbException \(0x80004005\): invalid transaction handle \(expecting explicit transaction start\) \-\-\-\>...
Commented by: Gareth Goslett (gareth) A patch to fix this issue, not extensively tested\. The comment text is removed from the statement but the comment characters '\-\-' are not\. Would...
Modified by: Gareth Goslett (gareth) Attachment: FbCommand\.patch \[ 11373 \]
Commented by: @cincuranet First, the patch is wrong\. Try query like "select 'foo' from rdb$database /\* @foo \*/"\. Secondly, I don't wanna to go this way\. We need fast, simple...
Commented by: Gareth Goslett (gareth) Can we strip comments and control characters entirely, only send the query text to the server ? If so, we can first strip all comments...