[Firebird-net-provider] ADO.NET provider 5.1.1.0

2016-09-13 Thread Jiří Činčura
More info: http://blog.cincura.net/233571-ado-net-provider-5-1-1-0-for-firebird-is-ready/ . -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provider mailing

[Firebird-net-provider] Best practice for Rollback with EF and Firebird

2016-09-13 Thread Nikolaus Kern
Hello, what is the best practice to rollback a failed statement with EF? 1. Working with an entity in a context 2. Putting a raw SQL statement to the database via the context Is it really neccesssary to get transaction before context:SaveChanges() in order to rollback?

Re: [Firebird-net-provider] Best practice for Rollback with EF and Firebird

2016-09-13 Thread Jiří Činčura
> Is it really neccesssary to get transaction before context:SaveChanges() > in > order to rollback? Yes, if you want to rollback manually. OTOH if there's an error while processing the data, the rollback is automatic. Also take into account that the transaction is only in database, not in context

[Firebird-net-provider] Compression support in FirebirdClient beta

2016-09-13 Thread Jiří Činčura
Hi, http://blog.cincura.net/233572-compression-support-in-firebirdclient-beta/ Give it a nice good test. The sooner we test it, the sooner it will be released. -- Mgr. Jiří Činčura Independent IT Specialist --