Re: [Firebird-devel] RFC: File names with non-ASCII non-ANSI letters

2016-03-12 Thread Dimitry Sibiryakov
11.03.2016 23:21, Leyne, Sean wrote: > why are we "munging" the filename string to determine unique files? Didn't you read? Alex tried to but failed and got deadlocks. -- WBR, SD. -- Transform Data into Opportunit

Re: [Firebird-devel] System Start Up

2016-03-12 Thread Jim Starkey
On 3/9/2016 7:20 PM, Adriano dos Santos Fernandes wrote: > Em 09/03/2016 17:09, Jim Starkey escreveu: >> If any serious thought is going to be given to internalizing SQL to >> support SQL rather than GDML in MET, you might think about changing how >> system tables are handled during start up with a

[Firebird-devel] ISC_expand_filename() in Y-valve

2016-03-12 Thread Dimitry Sibiryakov
Hello, All. What's the point to call ISC_expand_filename() in Y-valve? If database name contain network mapped drive, it is task for WNET. If database name is local name, this expansion is done in Enine12. If connection string is remote, expanding file name to full path to local cu

Re: [Firebird-devel] ISC_expand_filename() in Y-valve

2016-03-12 Thread Jim Starkey
I've been following but not understanding the file name translation thread. Why is the Y-valve doing this at all? The idea behind the Y-valve is that it passes a connection string from provider to provider until one responds with success. The whole point is to keep the Y-valve really stupid a

Re: [Firebird-devel] ISC_expand_filename() in Y-valve

2016-03-12 Thread Dimitry Sibiryakov
12.03.2016 17:33, Jim Starkey wrote: > Why is the Y-valve doing this at all? That's exactly my question. -- WBR, SD. -- Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Dat

Re: [Firebird-devel] ISC_expand_filename() in Y-valve

2016-03-12 Thread Adriano dos Santos Fernandes
Em 12/03/2016 13:19, Dimitry Sibiryakov escreveu: >Hello, All. > >What's the point to call ISC_expand_filename() in Y-valve? >If database name contain network mapped drive, it is task for WNET. >If database name is local name, this expansion is done in Enine12. >If connection s

Re: [Firebird-devel] ISC_expand_filename() in Y-valve

2016-03-12 Thread Dimitry Sibiryakov
12.03.2016 17:58, Adriano dos Santos Fernandes wrote: > Not looked in the code, but what about XNET? As Jim said, if XNET needs that, it can do that when (if) is called. -- WBR, SD. -- Transform Data into Opportun