Re: [Firebird-devel] Enternal engine name

2016-06-24 Thread Jiří Činčura
>It follows SQL naming in part of storage in system tables, but working >with config > files has different rules. Well, in pascal case in config it didn't work. But I don't think it matters. -- Mgr. Jiří Činčura Independent IT Specialist

Re: [Firebird-devel] Enternal engine name

2016-06-24 Thread Dimitry Sibiryakov
24.06.2016 10:35, Jiří Činčura wrote: > I suppose it follows SQL naming scheme. I might try to quote it later when > I'm back. It follows SQL naming in part of storage in system tables, but working with config files has different rules. -- WBR, SD.

Re: [Firebird-devel] Enternal engine name

2016-06-24 Thread Jiří Činčura
I suppose it follows SQL naming scheme. I might try to quote it later when I'm back. -- Mgr. Jiří Činčura Independent IT Specialist -- Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San Francisc

Re: [Firebird-devel] Enternal engine name

2016-06-24 Thread Dimitry Sibiryakov
24.06.2016 10:06, Jiří Činčura wrote: > It didn't click to try upper case. On Windows it may be case-insensitive. -- WBR, SD. -- Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San Francisco,

Re: [Firebird-devel] Enternal engine name

2016-06-24 Thread Jiří Činčura
> You may find useful doc/README.plugins.html - closer to the end there is > description of what can be done in plugins.conf. I've read that. As well as README.external_routines.txt. It didn't click to try upper case. -- Mgr. Jiří Činčura Independent IT Specialist -

Re: [Firebird-devel] Enternal engine name

2016-06-24 Thread Alex Peshkoff
On 06/24/2016 08:20 AM, Jiří Činčura wrote: > Hi, > > When I have a, say, procedure like: > create procedure foo > ... > engine bar; > > Is the "bar" always the filename (without extension)? Can it be somewhat > "renamed" in plugins.conf? And how is the defaultName in > registerPluginFactory method

Re: [Firebird-devel] Enternal engine name

2016-06-24 Thread Jiří Činčura
Ha! It needs to be in upper case in plugins.conf. Solved. -- Mgr. Jiří Činčura Independent IT Specialist -- Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San Francisco, CA to explore cutting-edge te

[Firebird-devel] Enternal engine name

2016-06-23 Thread Jiří Činčura
Hi, When I have a, say, procedure like: create procedure foo ... engine bar; Is the "bar" always the filename (without extension)? Can it be somewhat "renamed" in plugins.conf? And how is the defaultName in registerPluginFactory method fits into that? Thanks. -- Mgr. Jiří Činčura Independent I