Re: [Firebird-net-provider] Migrations

2015-08-29 Thread Jiří Činčura
1. I think table names need to be preserved. Developer is reponsible for checking for that constraint. The name is defined. But I meant generated names, like PK name (if not specified). It's same for column names etc. It would be pretty confusing to later open that database and see just weird ch

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 wrote: >> One more question about string.Equals. Comparison type used in IndexOf >> calls is StringComparison.CurrentCultureIgnoreCase. My question why this >> u

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 backup-restore

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

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
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 mailing

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 Ind

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 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 released.

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 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 released.

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

2015-08-29 Thread Jiří Činčura
This error you'll get when the server version you're using does not support this feature. It was introduced in 2.5.3 I think and 2.5.2 would not cut it. -- Mgr. Jiří Činčura Independent IT Specialist --

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 Independ

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 .NE

[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] 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 wrote: > Hallo, > > > > I try to move from calling gbak as an external tool for backup and use > fbstreambackup instead. > > > > Unfortunatly I get an error message "fr

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

2015-08-29 Thread Parzival
Hallo, I try to move from calling gbak as an external tool for backup and use fbstreambackup instead. Unfortunatly I get an error message "free disk space exhausted", which is confusing. The disk has enough space to store the backup file. For that reason I am guessing that there is somethin