Re: [Firebird-net-provider] Question about IFbClient purpose

2015-10-14 Thread Jiří Činčura
o fbembed are emitted on the fly. And that's because you can't have DllImport attribute with non-constant string which is needed to ClientLibrary support in connection string. -- Mgr. Jiří Činčura Independent IT S

Re: [Firebird-net-provider] Connection pool

2015-10-13 Thread Jiří Činčura
1 > connectionString.MaxPoolSize) throw new InvalidOperationException("Connection pool is full."); ? --

Re: [Firebird-net-provider] Question about IFbClient purpose

2015-10-14 Thread Jiří Činčura
Knock youself out. -- Mgr. Jiří Činčura Independent IT Specialist On Thu, Oct 15, 2015, at 06:02, Геннадий Забула wrote: > I got it. It is support of dynamic client library name specified in > connection string. Do you mind if I submit PR with comments about it? > > -Orig

Re: [Firebird-net-provider] Question about FbConnectionPoolManager

2015-10-06 Thread Jiří Činčura
On Tue, Oct 6, 2015, at 20:12, Геннадий Забула wrote: > Of course. But exception could provide additional information about > what is going on and where do I need to look. Maybe put that into tracker and others can vote. We'll see. -- Mgr. Jiří Činčura Independent IT Spec

Re: [Firebird-net-provider] Parser class/library

2015-10-05 Thread Jiří Činčura
erates the tokens form lexer, tests for sequences: > "SET" "TERM" OTHER_TOKEN CURRENT_TERM_SYMBOL - to set new terms > CURRENT_TERM_SYMBOL - to yield accumulated OTHER_TOKENs and STRINGs > - -- to start a comment and skip everything till NEWLINE > thi

Re: [Firebird-net-provider] Future of .NET Provider

2015-07-10 Thread Jiří Činčura
://tracker.firebirdsql.org/browse/DNET-609. Support for EF 7 is going to happen after EF 6.2 will be out (because of Migrations). -- Mgr. Jiří Činčura Independent IT Specialist -- Don't Limit Your Business. Reach for the Cloud. GigeNET's

Re: [Firebird-net-provider] CommandType: What is the difference?

2015-11-17 Thread Jiří Činčura
I understand this posting correctly "Use "select from " or "execute > procedure " instead of defining CommandType as StoredProcedure > (internally > is this handled in same way)." The commandType does not make a difference > in > this situation. Correct

Re: [Firebird-net-provider] Migrations

2015-08-29 Thread Jiří Činčura
Can it be merged to master and released as Beta so this won't be used by everybody? Probably. It would be nice to know when EF6.2 will go out, so we know how long is going to be in beta state. For me it doesn't make much sense to have it in beta for say 5+ months. -- Mgr. Jiří Činčura

Re: [Firebird-net-provider] Migrations

2015-08-29 Thread Jiří Činčura
Also if you have some feedback you can discuss it here ahead of time. No problem with that. -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provider

Re: [Firebird-net-provider] Migrations

2015-08-29 Thread Jiří Činčura
I do. I’m still waiting for EF 6.2 as it contains some fixes we need for proper error reporting. It’s already fixed in sources, but not yet released. It works but people would complain and given how much stupid questions I get about DDEX, I’m not going to do that. -- Mgr. Jiří Činčura

Re: [Firebird-net-provider] Migrations

2015-08-29 Thread Jiří Činčura
as that's easy to set up. But maybe the migrations would need deeper setup. -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provider mailing list Firebird-net

Re: [Firebird-net-provider] Migrations

2015-08-30 Thread Jiří Činčura
characters. 2. AFAIK you still need 16k database to be able to make PK (or maybe just 8k is enough, not 4k for sure). 4. OK, that might be bug. -- Mgr. Jiří Činčura Independent IT Specialist

Re: [Firebird-net-provider] Migrations

2015-08-30 Thread Jiří Činčura
. Jiří Činčura Independent IT Specialist From: Геннадий Забула [mailto:zabulu...@gmail.com] Sent: Sunday, August 30, 2015 11:16 AM To: For users and developers of the Firebird .NET providers firebird-net-provider@lists.sourceforge.net Subject: Re: [Firebird-net-provider] Migrations 2. According

[Firebird-net-provider] DNET-532

2015-08-26 Thread Jiří Činčura
Hi *, May I bring to your attention the http://tracker.firebirdsql.org/browse/DNET-532 ? I'd like to know others' view as well. -- Mgr. Jiří Činčura Independent IT Specialist

Re: [Firebird-net-provider] DNET-532

2015-08-26 Thread Jiří Činčura
Can you share profiler report? There's a test app attached to the ticket. It clearly shows the hot spot. I can share only times (from my machine). -- Mgr. Jiří Činčura Independent IT Specialist

Re: [Firebird-net-provider] DNET-532

2015-08-26 Thread Jiří Činčura
Before doing any optimizations, there should be done some profiling to find hot paths in particular cases. I think need to start with sample that demonstrates the issue. After that start running it in a loop under profiler. Done that already. -- Mgr. Jiří Činčura Independent IT Specialist

Re: [Firebird-net-provider] WPF/FB Client interaction issue

2015-09-02 Thread Jiří Činčura
> Try to stay clear of DataTables. They are a huge hassle to use. Rather use > strongly-type objects out of your data access layer. Seconded. The days of datasets are long over. -- Mgr. Jiří Činčura Independent IT Spec

Re: [Firebird-net-provider] One or multiple EDMX with EF

2015-09-10 Thread Jiří Činčura
That's not a big model. That *can* go into one model. Although you might study something like bounded contexts to get a perspective. --  Mgr. Jiří Činčura Independent IT Specialist -- Monitor Your Dynamic

Re: [Firebird-net-provider] How to execute NUnit with Mono ?

2015-09-14 Thread Jiří Činčura
On Mon, Sep 14, 2015, at 12:41, Hajime Nakagami wrote: > I can run my test. BTW you can also run the NUnit GUI and select the test(s) you want to execute. I find it easier when doing interactive debugging. -- Mgr. Jiří Činčura Independent IT Special

Re: [Firebird-net-provider] [FB-Tracker] Created: (DNET-631) Support for BOOLEAN in FB3

2015-09-14 Thread Jiří Činčura
On Mon, Sep 14, 2015, at 17:17, Геннадий Забула wrote: > How should this be implemented? My guess is by typing the code. ;) > I could take a look at this in the week. Sure, why not. The BOOLEAN in provider will not take much effort - I was checking it last year, quickly. -- Mgr. Jiří Č

[Firebird-net-provider] Two streams

2015-09-17 Thread Jiří Činčura
, and that's back to no interleaving case). Or am I missing something? -- Mgr. Jiří Činčura Independent IT Specialist -- Monitor Your Dynamic Infrastructure at Any Scale With Datadog! Get real-time metrics from all of your

Re: [Firebird-net-provider] Multithread insert

2015-09-17 Thread Jiří Činčura
On Thu, Sep 17, 2015, at 17:57, Геннадий Забула wrote: > Narrowed the problem. The cause is a multithreaded update of the same > record field. Transactions, as I said don't dispatch the issue. The advice is simple. Don't update same record (not only in .NET; anywhere, anytool). :D -- Mgr

Re: [Firebird-net-provider] Two streams

2015-09-17 Thread Jiří Činčura
Async is not a problem either. There's still one pipe to server to work with. I did some preliminary testing and so far it works. Let's see where it ends. -- Mgr. Jiří Činčura Independent IT Specialist On Thu, Sep 17, 2015, at 16:13, Геннадий Забула wrote: > I've also looked at these stre

Re: [Firebird-net-provider] Two streams

2015-09-17 Thread Jiří Činčura
mit/ca24546ba96b55cf2122e8be6984bde1dd40a8d6)) means bigger bang. If anybody wants to give it a try, the build is here https://ci.appveyor.com/project/cincura_net/firebirdsql-data-firebirdclient/build/0.0.0.458 . -- Mgr. Jiří Činčura Independent IT Special

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

2015-09-14 Thread Jiří Činčura
More info http://blog.cincura.net/233530-ado-net-provider-4-8-0-0-for-firebird-is-ready/ . -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provider mailing

Re: [Firebird-net-provider] How to execute NUnit with Mono ?

2015-09-14 Thread Jiří Činčura
rive from TestsBase as you don't need database. Nor you need to add any attributes. -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provider mailing list Fir

Re: [Firebird-net-provider] dataset problems in visual studio

2015-09-27 Thread Jiří Činčura
nd what's the stack? -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.net https://lists.sourceforge

[Firebird-net-provider] Parameter check

2015-09-30 Thread Jiří Činčura
it? Or am I spinning in my own circles... -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.net

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

2015-09-30 Thread Jiří Činčura
More info http://blog.cincura.net/233531-ado-net-provider-4-8-1-0-for-firebird-is-ready/. -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provider mailing

Re: [Firebird-net-provider] Parameter check

2015-09-30 Thread Jiří Činčura
OK, glad to be right. It looked too simple to be true. Fixing. -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provider mailing list Firebird-net-provider

Re: [Firebird-net-provider] Inserting strings problem

2015-10-01 Thread Jiří Činčura
How does the entity and mapping looks like? -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provider mailing list Firebird-net-provider

Re: [Firebird-net-provider] Debug Error for GdsTransaction.cs of ADO.NET provider 4.8.1.0

2015-10-01 Thread Jiří Činčura
Looks like I uploaded build created from wrong branch. I reuploaded the binaries. Please have a look. -- Mgr. Jiří Činčura Independent IT Specialist On Thu, Oct 1, 2015, at 11:38, LtColRDSChauhan wrote: > Hello, > > 1. After upgrading from ADO.NET provider 4.8.0.0 to ADO.NET

Re: [Firebird-net-provider] Migrations

2015-10-01 Thread Jiří Činčura
alizers are using different path. These existed before migrations. The code is different (and also the feature set). It also works with EDMX and CF, while migrations are (currently) CF

Re: [Firebird-net-provider] Debug Error for GdsTransaction.cs Re: Firebird-net-provider Digest, Vol 114, Issue 2

2015-10-01 Thread Jiří Činčura
tually become next version. -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.net

Re: [Firebird-net-provider] Migrations

2015-10-01 Thread Jiří Činčura
re using different path. > Yep, I'm aware about this. First I've patched one code path. After > merge the migration feature I needed to patch another code path, and > resulting database had differences. I'd like to eventually re-use parts of migrations code to have (almost) same

Re: [Firebird-net-provider] Migrations

2015-10-01 Thread Jiří Činčura
On Thu, Oct 1, 2015, at 19:21, Jiří Činčura wrote: > But then we're back where we started. Question is whether the global > definition for whole migration generator or per column is more > understandable and discoverable for developers. And I'm not sure we two can find the answer. Wi

Re: [Firebird-net-provider] Migrations

2015-10-01 Thread Jiří Činčura
erator or per column is more understandable and discoverable for developers. -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provider mailing list Firebird-net-pr

Re: [Firebird-net-provider] Migrations

2015-10-02 Thread Jiří Činčura
y generators for these exceptional tables. Simple convention? -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provider mailing list Firebird-

Re: [Firebird-net-provider] Compiling error

2015-09-24 Thread Jiří Činčura
On Thu, Sep 24, 2015, at 06:48, Alexander Muylaert-Gelein wrote: > If you switch to Visual Studio 2015... it is solved.Looks to me that Jiri > is already on the next level. You don't have to use VS2015. Just C# 6 is enough. -- Mgr. Jiří Činčura Independent IT Spec

Re: [Firebird-net-provider] [FB-Tracker] Created: (DNET-631) Support for BOOLEAN in FB3

2015-09-24 Thread Jiří Činčura
olean fields. The best "documentation" is Firebird's source code. Not the most readable form, though. But always up-to-date. -- Mgr. Jiří Činčura Independent IT Specialist -- Monitor Your Dynamic Infrastructure at Any S

Re: [Firebird-net-provider] [FB-Tracker] Created: (DNET-631) Support for BOOLEAN in FB3

2015-09-25 Thread Jiří Činčura
I'll have a look. I'm now focusing on Migrations, so then. -- Mgr. Jiří Činčura Independent IT Specialist On Fri, Sep 25, 2015, at 13:36, Геннадий Забула wrote: > Jiri, could you take a look at PR. > I've finished bringing support, but stuck with problems running > unit-tests on bot

Re: [Firebird-net-provider] Parser class/library

2015-10-06 Thread Jiří Činčura
On Tue, Oct 6, 2015, at 13:16, Amro wrote: > To get more concrete can you provide examples of all relevant corner > cases? If I would knew all of them it would not be corner case. It's just a lot of playing. -- Mgr. Jiří Činčura Independent IT Spec

[Firebird-net-provider] Parser class/library

2015-10-05 Thread Jiří Činčura
features like ANTLR, just something that can tokenize SQL and handle comments (or in general tokenizer with "escaping" support). What do you think? Any recommendations? BTW the bugfix is sponsored by SMS-Timing. Kudos to them. -- Mgr. Jiří Činčura Independent IT

Re: [Firebird-net-provider] Parser class/library

2015-10-06 Thread Jiří Činčura
Talking about corner cases. Would anybody here mind sending me some statements that mix comments, literals, SET TERMs, etc. in some crazy ways? I think the new parser - which handles comments and is also faster - is getting ready to real tests. :) -- Mgr. Jiří Činčura Independent IT Specialist

Re: [Firebird-net-provider] Question about FbConnectionPoolManager

2015-10-06 Thread Jiří Činčura
xpected when somebody took advantage of that behavior. -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.net

[Firebird-net-provider] Removing BDP

2015-12-06 Thread Jiří Činčura
Hi *, anybody feeling sad for dropping BDP (if you know what that is)? I don't think it makes sense keep dead technology there. It will still be in Git's history, if needed. -- Mgr. Jiří Činčura Independent IT Specialist

Re: [Firebird-net-provider] 4.9.0 beta 1 release

2015-12-09 Thread Jiří Činčura
On Wed, Dec 9, 2015, at 13:43, Jiří Činčura wrote: > On Sun, Dec 6, 2015, at 18:29, Геннадий Забула wrote: > > I think the earlier it will be thrown the better. Also, in exception > > message you can include text or/and link about workaround of this FB > > limitation. It will

Re: [Firebird-net-provider] 4.9.0 beta 1 release

2015-12-09 Thread Jiří Činčura
y opinion on that I'll go with you. :) > Ctor of what? Of the FbMigrationSqlGenerator. -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provider mailing list

Re: [Firebird-net-provider] 4.9.0 beta 1 release

2015-12-09 Thread Jiří Činčura
> Will this PR get merged: > https://github.com/cincuranet/FirebirdSql.Data.FirebirdClient/pull/43 > ? Yes. -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Fir

Re: [Firebird-net-provider] 4.9.0 beta 1 release

2015-12-09 Thread Jiří Činčura
Be my guest: https://github.com/cincuranet/FirebirdSql.Data.FirebirdClient/commit/4d8d1b8a5d72b6304e8d15af36542f72a9b5da8c#diff-02c77ebea06976e32e7ce3b42bca24c9R641 . I'm open to rewording it, as I'm bit flat on creativity today. :D -- Mgr. Jiří Činčura Independent IT Specialist

Re: [Firebird-net-provider] 4.9.0 beta 1 release

2015-12-05 Thread Jiří Činčura
ody outside implement other behavior. Then we can talk about what to extract - i.e. the system tables logic etc. -- Mgr. Jiří Činčura Independent IT Specialist -- Go from Idea to Many App Stores Faster with Intel(R) XD

Re: [Firebird-net-provider] VS2008 ADO.NET confusion

2015-12-02 Thread Jiří Činčura
ourceforge.net/projects/firebird/files/firebird-net-provider/ . There were CF versions before. -- Mgr. Jiří Činčura Independent IT Specialist -- Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazin

Re: [Firebird-net-provider] connection rejected by remote interface Error

2016-01-05 Thread Jiří Činčura
> Could you suggest me what's wrong? Did you configured Firebird 3? Legacy auth, encryption, ... -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provi

Re: [Firebird-net-provider] Trace down rootcause for FirebirdSql.Data.Common.IscException

2016-01-01 Thread Jiří Činčura
What's the call stack? -- Mgr. Jiří Činčura Independent IT Specialist On Fri, Jan 1, 2016, at 19:43, Nikolaus Kern wrote: > Hello, > > I am getting a number of execptions during the tests of my .net 4.5 app. > It > uses EF6 as well as .net provider 4.9. > > Is there a way

[Firebird-net-provider] ASP.NET Web Providers

2015-12-30 Thread Jiří Činčura
Hi *, Anybody here using the %subj%? It wasn't released since 2.something. The ASP.NET Identity seems to be better designed. -- Mgr. Jiří Činčura Independent IT Specialist

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

2015-12-19 Thread Jiří Činčura
More info http://blog.cincura.net/233539-ado-net-provider-4-9-0-0-for-firebird-is-ready/ . -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebird-net-provider mailing

[Firebird-net-provider] Fyracle's External Engine to retire

2015-12-30 Thread Jiří Činčura
Hi *, the so called Fyracle External Engine is going to be removed from sources in next major/minor version. It will still be in history, as usual, in case somebody wants to look at history. -- Mgr. Jiří Činčura Independent IT Specialist

Re: [Firebird-net-provider] FB3/provider 4.9.0.0 Boolean

2015-12-17 Thread Jiří Činčura
The PR is marked as WIP… -- Mgr. Jiří Činčura Independent IT Specialist On Thu, Dec 17, 2015, at 09:54, Геннадий Забула wrote: > And so it was. > I'm also don't understand why don't merge the PR. > People can start using .NET with FB 3.0 using legacy authentication > and new f

Re: [Firebird-net-provider] VS2008 ADO.NET confusion

2015-11-30 Thread Jiří Činčura
ET CF 3.5. -- Mgr. Jiří Činčura Independent IT Specialist -- Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mobile app experiences with Intel(R) XDK. Use one codebase in this all-in-

Re: [Firebird-net-provider] Long shot

2015-12-01 Thread Jiří Činčura
Your bet is correct. The trusted auth code is used only when logging in. Once the connection has been established, the codepath is the same. -- Mgr. Jiří Činčura Independent IT Specialist -- Go from Idea to Many App

Re: [Firebird-net-provider] VS2008 ADO.NET confusion

2015-12-01 Thread Jiří Činčura
the scanner for the > FirebirdSql.Data.FirebirdClient.dll to reach the server? or does No. > FirebirdSql.Data.FirebirdClient.dll access it directly? Yes. -- Mgr. Jiří Činčura Independent IT Specialist -- Go fro

Re: [Firebird-net-provider] VS2008 ADO.NET confusion

2015-11-29 Thread Jiří Činčura
Are you using CF? -- Mgr. Jiří Činčura Independent IT Specialist -- Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mobile app experiences with Intel(R) XDK. Use one codebase

Re: [Firebird-net-provider] Pre-Generated Views with EF6

2016-01-12 Thread Jiří Činčura
That doesn't make much sense in EF6 anymore (compared to <EF6). -- Mgr. Jiří Činčura Independent IT Specialist On Wed, Jan 13, 2016, at 07:47, Nikolaus Kern wrote: > Hello all, > > > > I have read an articl about pre-generated Views in EF. > > > > What is

Re: [Firebird-net-provider] Connecting to embedded server

2016-06-06 Thread Jiří Činčura
> with isql in embedded mode. Is the .net provider working with FB 3 in > embedded mode yet? Yes it is. You're not saying version so you might have mismatch between SRP and legacy auth. -- Mgr. Jiří Činčura Independent IT Spec

Re: [Firebird-net-provider] Connecting to embedded server

2016-06-06 Thread Jiří Činčura
Just use the distribution package and you're fine. -- Mgr. Jiří Činčura Independent IT Specialist On Mon, Jun 6, 2016, at 15:21, Danie Brink wrote: > Does anyone have distribution info to install FB3 to run as embedded > server > with .net (which files are required/file locations/co

Re: [Firebird-net-provider] using fb 2.5 and 3.0 embedded concurrently

2016-06-22 Thread Jiří Činčura
> Should that work? Can both libraries coexist? Can the Net. Provider cope > with that scenario? I think yes. Just use the ClientLibrary and point it to correct DLLs. -- Mgr. Jiří Činčura Independent IT Spec

Re: [Firebird-net-provider] Zlib library

2016-06-21 Thread Jiří Činčura
> There is also ILMerge option to include dependency in a package. Somebody would probably need to study the license, whether that's allowed. Also hiding it is nice, but giving "some credits" isn't a bad thing either (and I don't mean some line in README). -- Mgr. Jiří Činčur

Re: [Firebird-net-provider] Zlib library

2016-06-21 Thread Jiří Činčura
at core guys used, needs some zlib headers etc. Same as gzip, that has different headers etc. -- Mgr. Jiří Činčura Independent IT Specialist -- Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San Francisc

Re: [Firebird-net-provider] Zlib library

2016-06-21 Thread Jiří Činčura
One thing I realized now. We might also consider is future .NET Core/CoreCLR support... -- Mgr. Jiří Činčura Independent IT Specialist -- Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San Francisco, CA

[Firebird-net-provider] Compression's default value

2016-06-20 Thread Jiří Činčura
Hi *, I have some very preliminary, but working, support for FB3's compression in .NET provider. It will be controlled via connection string's value as usual. But what do *you* think the default value should be? -- Mgr. Jiří Činčura Independent IT Specialist

[Firebird-net-provider] Zlib library

2016-06-20 Thread Jiří Činčura
of optional. I successfully tested zlib from Ionic and SharpZipLib libraries. Discuss… ;) -- Mgr. Jiří Činčura Independent IT Specialist -- What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic

Re: [Firebird-net-provider] connection rejected by remote interface Error]

2016-01-15 Thread Jiří Činčura
What version on fbclient.dll are you using with IBExpert? Can you telnet to 3050? -- Mgr. Jiří Činčura Independent IT Specialist -- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM

Re: [Firebird-net-provider] Solution With ADO.NET provider 4.10.0.0 Fails Compile

2016-01-18 Thread Jiří Činčura
> Reading the release notes for 4.9, there have been a change for the > event handlers, to simply use the generic EventHandler. > > http://tracker.firebirdsql.org/browse/DNET-640 Bingo! -- Mgr. Jiří Činčura Independent I

Re: [Firebird-net-provider] Solution With ADO.NET provider 4.10.0.0 Fails Compile

2016-01-18 Thread Jiří Činčura
Read every link in http://blog.cincura.net/233539-ado-net-provider-4-9-0-0-for-firebird-is-ready/ . -- Mgr. Jiří Činčura Independent IT Specialist -- Site24x7 APM Insight: Get Deep Visibility into Application

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

2016-01-18 Thread Jiří Činčura
More info: http://blog.cincura.net/233544-ado-net-provider-4-10-0-0-for-firebird-is-ready/ . -- Mgr. Jiří Činčura Independent IT Specialist -- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM

Re: [Firebird-net-provider] Solution With ADO.NET provider 4.10.0.0 Fails Compile

2016-01-18 Thread Jiří Činčura
Yes. But this was partially incompatible change. It depends on how it's written. Compiler can solve it too. BTW who said FirebirdClient is semver? ;) -- Mgr. Jiří Činčura Independent IT Specialist On Mon, Jan 18, 2016, at 16:26, Геннадий Забула wrote: > According to http://semver.

[Firebird-net-provider] Locating DNET-651

2016-01-16 Thread Jiří Činčura
Hi *, anybody has a guess for a path to trigger DNET-651? As I wrote there, I can blindly fix it directly in the class. Maybe some exceptional case or something. Or maybe I'm just overlooking it. -- Mgr. Jiří Činčura Independent IT Specialist

Re: [Firebird-net-provider] current source code that builds with Visual Studio 2013

2016-06-27 Thread Jiří Činčura
> what is the latest release that can be built with VS2013? Huh. Maybe like 4.8.0.0. Although I'm just guessing. -- Mgr. Jiří Činčura Independent IT Specialist -- Attend Shape: An AT Tech Expo July 15-16. Meet

[Firebird-net-provider] Stored procedures etc. in .NET

2016-06-27 Thread Jiří Činčura
yield return Tuple.Create(i, s, @long, @short, @char); yield return Tuple.Create(i + 1, s + nameof(Demo), @long + 1, (short?)(@short + 1), @char); } -- Mgr. Jiří Činčura Independent IT Specialist --

Re: [Firebird-net-provider] Version 4.10 Download

2016-01-27 Thread Jiří Činčura
> News item has been published and download links have been updated. Thanks. -- Mgr. Jiří Činčura Independent IT Specialist -- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile

Re: [Firebird-net-provider] Choose isolation level using System.Data.IsolationLevel?

2016-01-31 Thread Jiří Činčura
|= FbTransactionBehavior.ReadCommitted; options.TransactionBehavior |= FbTransactionBehavior.RecVersion; break; -- Mgr. Jiří Činčura Independent

Re: [Firebird-net-provider] Choose isolation level using System.Data.IsolationLevel?

2016-01-31 Thread Jiří Činčura
> I have neglected to update it for quite some time. I seem to be at > version 2.6.5. Guess I should upgrade, huh? :-) Yes. You should. -- Mgr. Jiří Činčura Independent IT Specialist -- Site24x7 APM Insight: Ge

Re: [Firebird-net-provider] Disconnection Problem In Vb.net with Firebird

2016-02-01 Thread Jiří Činčura
Calling `FbConnection.ClearAllPools` is enough. You don't have to call anything else. Though you might give server few ms to release the file - it's not guaranteed that closing all connections will immediately release the file. -- Mgr. Jiří Činčura Independent IT Specialist

Re: [Firebird-net-provider] fbConnection in Windows Service

2016-01-19 Thread Jiří Činčura
and threading friendly. So having it on and keeping the connection opened as short as possible might help in MT scenarios. > but I don´t understand which object is alive accross the different calls of > the methods of the windows service. Not sure what you're talking about. -- Mgr. Jiří

Re: [Firebird-net-provider] fbConnection in Windows Service

2016-01-24 Thread Jiří Činčura
It's just a fine-tuning. :) -- Mgr. Jiří Činčura Independent IT Specialist -- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Mo

Re: [Firebird-net-provider] Version 4.10 Download

2016-01-26 Thread Jiří Činčura
The website has not yet been updated. I don't have rights for that, so it's best to put it to tracker to DOC project. -- Mgr. Jiří Činčura Independent IT Specialist On Tue, Jan 26, 2016, at 15:08, Nicolas Timmers wrote: > Hello, the new version of .net data provider is not availa

Re: [Firebird-net-provider] Version 4.10 Download

2016-01-26 Thread Jiří Činčura
> I do have the rights. Did you already have the news item ready for > publishing? Ehm. Never done that. Probably you can copy just the previous one. It should be link to http://blog.cincura.net/233544-ado-net-provider-4-10-0-0-for-firebird-is-ready/ anyway. -- Mgr. Jiří Činčura Indep

Re: [Firebird-net-provider] Version 4.10 Download

2016-01-26 Thread Jiří Činčura
> You also didn't create a request in WEB. I will create one tonight. Normally I'm sending this to Olga and Alexey, as requested. Creating ticket for that seems to be bit overkill. -- Mgr. Jiří Činčura Independent IT Special

Re: [Firebird-net-provider] Fwd: Failed to find or load the registered .Net Framework Data Provider

2016-03-31 Thread Jiří Činčura
You might need to provide more information. -- Mgr. Jiří Činčura Independent IT Specialist On Wed, Mar 30, 2016, at 23:32, Paul Dryden wrote: > I installed the firebird .net provider with Nuget command > /Install-Package EntityFramework/. However when I build my project with > Visu

[Firebird-net-provider] Renaming some folder

2016-03-22 Thread Jiří Činčura
of in a "you can't make an omelette without breaking eggs" mode. Refactoring all over the place. :) Like this polishing https://github.com/cincuranet/FirebirdSql.Data.FirebirdClient/commit/e166e84c2f5409d91b723a5d03930cf2b08a1662. :) -- Mgr. Jiří Činčura Independent IT

Re: [Firebird-net-provider] Entity Framework: Best practices to work in a multiuser environment

2016-03-25 Thread Jiří Činčura
ment, do I need to work generally > with disconnected entities? No, you don't have to. > d) Do I need to dispose the the context on closing the window? Yes, you should. -- Mgr. Jiří Činčura Independent IT Specialist

Re: [Firebird-net-provider] Entity Framework: Best practices to work in a multiuser environment

2016-03-26 Thread Jiří Činčura
his is then way easier than disconnected scenarios. -- Mgr. Jiří Činčura Independent IT Specialist -- Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library

Re: [Firebird-net-provider] Entity Framework: Best practices to work in a multiuser environment

2016-03-26 Thread Jiří Činčura
xt class itself was not designed to be used in any scenario in particular. It should work and works in all range of options .NET ecosystem offers. In fact, even just the disconnected scenario has at least like 3 options to tackle it. -- Mgr. Jiří Činčura Independen

Re: [Firebird-net-provider] Renaming some folder

2016-03-23 Thread Jiří Činčura
> Looks good for me. > > Here is one more suggestion: extract DDEX sources to separate > repository, and use FirebirdSql.Data.FirebirdClient rep only for > client itself. I wish MS ditch the DDEX and creating something more today-like. :) -- Mgr. Jiří Činčura Independen

Re: [Firebird-net-provider] .net Provider and EF support for FB 3 also EF7

2016-03-05 Thread Jiří Činčura
browse/DNET-663) http://blog.cincura.net/233539-ado-net-provider-4-9-0-0-for-firebird-is-ready/#comment-2547821373 -- Mgr. Jiří Činčura Independent IT Specialist -- ___ Firebi

Re: [Firebird-net-provider] "Unspecified" Transaction after creation..

2016-04-22 Thread Jiří Činčura
If you want something else then Unspecified (which, looking at the code might actually rather be some reasonable default), you have to specify the isolation level. -- Mgr. Jiří Činčura Independent IT Specialist -- Find

Re: [Firebird-net-provider] "Unspecified" Transaction after creation..

2016-04-22 Thread Jiří Činčura
ersion. Once you start specifying your own, you're on your own. > I tried to reach out to several references but so far none explains what > behavior is to be expected under this condition > (FbTransactionBehavior.Wait). That's kind of invalid. You're not specifying TIL. -- Mgr. Jiří Či

Re: [Firebird-net-provider] "Unspecified" Transaction after creation..

2016-04-22 Thread Jiří Činčura
don't know. You're probably need to check engine's code. Nobody same would rely on that, I suppose. -- Mgr. Jiří Činčura Independent IT Specialist -- Find and fix application performance issues faster with Applications Ma

Re: [Firebird-net-provider] Firebird Provider 4.10 on VS 2008

2016-04-29 Thread Jiří Činčura
Yep. The 3.5 support has been dropped a long time ago. -- Mgr. Jiří Činčura Independent IT Specialist On Thu, Apr 28, 2016, at 20:03, Kyle Green wrote: > I’ve installed the provider from the msi installer on a Windows 10 > laptop running Visual Studio 2008. I replaced Firebi

Re: [Firebird-net-provider] Update for FB3.0 date?

2016-04-22 Thread Jiří Činčura
Beta probably next week. -- Mgr. Jiří Činčura Independent IT Specialist On Fri, Apr 22, 2016, at 16:16, Rick Roen wrote: > Now that FB3 has been officially released, is there and ETA for the Net > Provider? I'm especially interested to have the new Boolean datatype > working. >

<    1   2   3   4   >