Re: [Firebird-devel] Directory aliases

2016-04-08 Thread Dimitry Sibiryakov
08.04.2016 17:42, Alex Peshkoff wrote: > This problem can be solved adding aliases for directories. Directory > alias has directory separator symbol in the end of the name, like this: Think wider, implement regexp aliases: > group/* = /path/to/databases/$* > { > Key1=ValueX > Key2=V

[Firebird-devel] Directory aliases

2016-04-08 Thread Alex Peshkoff
I suggest one small addition to databases.conf in FB4 - aliases for directories. Existing method to set aliases in a form: alias = file { Key1=ValueA Key2=ValueB ... } has serious disadvantage - it's hard to provide and support configuration for a large set of databases that should hav

Re: [Firebird-devel] Feature request & discussion for V4 (same as for V3)

2016-04-08 Thread Molnár Attila
Hi Dmitry! Hope never dies. I prefer optimizations over the other new features. ;) Thanks for the reply. On 2016.04.08. 12:30, Dmitry Yemanov wrote: > 08.04.2016 12:54, Molnár Attila wrote: >> Here is my list. > List of v4 features is already composed. We may add some more > improvements here a

Re: [Firebird-devel] Feature request & discussion for V4 (same as for V3)

2016-04-08 Thread Dmitry Yemanov
08.04.2016 12:54, Molnár Attila wrote: > > Here is my list. List of v4 features is already composed. We may add some more improvements here and there, but no promises about them. Dmitry -- Firebird-Devel mailing list,

[Firebird-devel] Feature request & discussion for V4 (same as for V3)

2016-04-08 Thread Molnár Attila
Hi *! Here is my list. DOMAIN OF COLUMN .     - should work like TYPE OF COLUMN, but CHECK and NOT NULL constraints are checked when value assigned to this variable     - gain : performance (allows early check, error raised before the actual DML statemen