BlackbirdSql DDEX 2.0 Provider & SqlEditor 14.5.1.0 Release #78
BlackbirdSQL
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Minor enhancements and code cleanup.
New / Enhancements
SqlEditor > Query Execution > General
so that it now appears in the Live Settings of a query. Setting the option within a query affects multi-statement script parsing only.Commit
andRollback
SQL statements in SqlEditor scripts. These statements were previously disabled.RdtManager
ShowWindowFrame()
andInvalidateToolbar()
methods to direct calls instead of using an event driven mechanism. This includes calls to the Async versions of these methods.this
object in extension members to the name @this.string.Empty
to it's functionally equivalent constant""
.IBsNativeDbServerExplorerService
service. This is to unclutter theIBsNativeDatabaseEngine
service. Also moved the handling of native db error types into theIBsNativeDbException
service.IBsNativeDbCommand
,IBsNativeDbConnection
andIBsNativeDbConnectionWrapper
services, as equivalent functionality was already available in the remaining native database services.Fixes
IscException
. This caused error information loss when a critical Firebird connection error was displayed in the Advanced Message Box detailed information popup. Isc exceptions are typically raised when when a connection fails due to a broken network connection or server shutdown. Also configured the service to recognize anFbException
with error codeisc_net_write_err
as a critical error and not an SQL error.SELECT
statement on the database every 25 minutes fails to prevent the connection shutdown. The shutdown can be prevented by giving the connection a largeConnectionLifetime
. The property has an upper limit ofint.MaxValue
seconds.Full Changelog: v14.5.0.3...v14.5.1.0
This discussion was created from the release BlackbirdSql DDEX 2.0 Provider & SqlEditor 14.5.1.0 Release.
Beta Was this translation helpful? Give feedback.
All reactions