firebird icon indicating copy to clipboard operation
firebird copied to clipboard

databases.conf syntax enhancement

Open WarmBooter opened this issue 1 year ago • 0 comments

Occasionally, it becomes necessary to specify certain parameters for a database in the databases.conf file. However, there might be cases where creating an alias for these parameters is not desirable. Currently, the only available approach to achieve this in databases.conf is by using a workaround like:

c:\path\mydb.fdb = c:\path\mydb.fdb { DefaultDbCachePages = 10000 }

For such cases, it would be easier if we could do just something like this:

c:\path\mydb.fdb { DefaultDbCachePages = 10000 }

WarmBooter avatar Mar 18 '24 17:03 WarmBooter