Re: [Firebird-net-provider] Migrations

2015-09-30 Thread Jiří Činčura
OK, so let's talk about Migrations. > Identity columns. Do you think the annotations will be better? How is the generator creation (if it does not exists) going to be handled? Or are we going to leave that to manual change of Up method in migration? > 4. One more issue I remembered. Dbs create

[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 li

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@li

Re: [Firebird-net-provider] Parameter check

2015-09-30 Thread Геннадий Забула
It uses this override: public int IndexOf(FbParameter value) and checks only if an instance present in the collection, not name. So Amro El-Fakharany is right, it needs to be rewrote to check by name. The exception message tells the same: "FbParameterCollection already contains FbParameter with Par