On 12/28/14 13:18, Dimitry Sibiryakov wrote: > Hello, All. > > Plugin names set in pligins.conf on Windows are case sensitive while > those that are > used without this config - aren't. > For example, if I put into plugins.conf line "Plugin = engine12r", and in > firebird.conf > refer it as "Engine12r", I'll get "unavailable database" error and nothing in > firebird.log > what could give me a key what's wrong. > Is it a bug or a feature? >
That's an old problem with writing portable software for case-sensitive and case-insensitive (in filenames) operating systems. What do you think will be the best solution here? ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel
