Re: [Firebird-net-provider] fbstreambackup: free disk space exhausted

2015-08-29 Thread Parzival
Hello, the database is at the moment on the same pc. When I have mastered the art of local backup I will move to the remote servers as well. Niko Von: Геннадий Забула [mailto:zabulu...@gmail.com] Gesendet: Samstag, 29. August 2015 17:04 An: For users and developers of the Firebird

Re: [Firebird-net-provider] Migrations

2015-08-29 Thread Геннадий Забула
Can it be merged to master and released as Beta so this won't be used by everybody? On Saturday, 29 August 2015, Jiří Činčura j...@cincura.net wrote: 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

Re: [Firebird-net-provider] fbstreambackup: free disk space exhausted

2015-08-29 Thread Parzival
Hello Jiri, thanks - that explains the message. I will update the FB Servers on the customers site to 2.5.4 over the next weeks/months. Then the feature is ready to go. Niko -Ursprüngliche Nachricht- Von: Jiří Činčura [mailto:j...@cincura.net] Gesendet: Samstag, 29. August 2015 18:17

Re: [Firebird-net-provider] Migrations

2015-08-29 Thread Геннадий Забула
Ok. For now we had such issues: 1. Long names of tables causes foreign key script creation fail with error Name exceeded implementation limitation. This caused by 31 characters limitation to almost anything not only FK. We crutched this with hashing names with base64 convert. Ugly but works.

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] fbstreambackup: free disk space exhausted

2015-08-29 Thread Геннадий Забула
I'm not sure, but can you check disk space on the remote server where database is placed? On Saturday, 29 August 2015, Parzival parzival1...@gmx.at wrote: Hallo, I try to move from calling gbak as an external tool for backup and use fbstreambackup instead. Unfortunatly I get an error

[Firebird-net-provider] Migrations

2015-08-29 Thread Геннадий Забула
What is the current status of migrations? Last change was 8 month. Do you plan to merge it to master? We are using branch for almost half year in our project and can give some feedback/fixes. And want to port them to upstream.

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
1. Long names of tables causes foreign key script creation fail with error Name exceeded implementation limitation. This caused by 31 characters limitation to almost anything not only FK. We crutched this with hashing names   with base64 convert. Ugly but works. Maybe we can, in case it's

Re: [Firebird-net-provider] Migrations

2015-08-29 Thread Геннадий Забула
1. I've used hashes from names to avoid dictionaries for mapping name-guid. 2. I think it was about Model field. More precise error I'll tell tomorrow when PC will be available. I don't want to constraint page size, because changing page size for existing databases is done only via

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

2015-08-29 Thread Геннадий Забула
Fresh PR for this issue: https://github.com/cincuranet/FirebirdSql.Data.FirebirdClient/pull/35 On 27 August 2015 at 07:58, Jiří Činčura j...@cincura.net wrote: One more question about string.Equals. Comparison type used in IndexOf calls is StringComparison.CurrentCultureIgnoreCase. My question