06.04.2016 18:00, Jim Starkey wrote:
> Probably most
> of the code is already there and functional, so the exercise should be
> more dropping the interpretation of connection string as file name,
> aided by a client side back to map legacy connection strings into URLs..
Yes, most of the code is already here. We can use for databases.conf the
same parser as
for fbtrace.conf. This can phase connection string analyze out of Y-valve and
providers
and let regexps to do all the work.
Something like this:
<database *:*>
Provider = TCP
Host = $1
Database = $2
</database>
<database [c-z]:*>
Provider = Engine13
File = $*
</database>
--
WBR, SD.
------------------------------------------------------------------------------
Firebird-Devel mailing list, web interface at
https://lists.sourceforge.net/lists/listinfo/firebird-devel