On 04/03/2016 05:04 PM, Dimitry Sibiryakov wrote:
> Hello, All.
>
> While working on unicode file names (repo aafemt/firebird, branch
> unicode), I've stuck
> on comparisons of file names (during databases.conf handling for example).
> On Windows it is supposed to be case insensitive,
04.04.2016 12:47, Alex Peshkoff wrote:
> Method 3 is good when talking about comparison, but for all other usages
> we will have conversion overhead almost for nothing.
What other usages do you have in mind? File is opened usually once,
conversion is OK here. Monitoring may deal with UTF8, loggi
On 04/04/2016 12:56 PM, Dmitry Yemanov wrote:
> 04.04.2016 12:47, Alex Peshkoff wrote:
>
>> Method 3 is good when talking about comparison, but for all other usages
>> we will have conversion overhead almost for nothing.
> What other usages do you have in mind? File is opened usually once,
> conver
I have updated the patch
https://gerrit.libreoffice.org/23738
with mod_loader changes for vc14
https://github.com/FirebirdSQL/firebird/commit/d520ac3fcdd48fa62155f02453aa8a6865e1cd72
removed external/firebird/firebird-vs2013.patch.1 is not needed anymore in
2.5.5 (applied upstream)
On Fri, Apr
04.04.2016 11:47, Alex Peshkoff wrote:
> If we store all strings in uppercase
> this will end with creating of DB.FDB instead db.fdb. Or I miss
> something here?
Yes. That's how Firebird already works for ages.
> Method 3 is good when talking about comparison, but for all other usages
> we wil
On 04/04/2016 07:00 PM, Dimitry Sibiryakov wrote:
> 04.04.2016 11:47, Alex Peshkoff wrote:
>> If we store all strings in uppercase
>> this will end with creating of DB.FDB instead db.fdb. Or I miss
>> something here?
> Yes. That's how Firebird already works for ages.
What a joke!
That's what w
Assertion in cloop dispatcher when trying to save exception information in
status interface
---
Key: CORE-5184
URL: http://tracker.firebirdsql.org/browse/CORE-5184
04.04.2016 11:56, Dmitry Yemanov wrote:
> File is opened usually once, conversion is OK here.
File management routines accept wchar_t, no conversion is required.
--
WBR, SD.
--
Firebird-Devel mailing list, web int
04.04.2016 19:53, Dimitry Sibiryakov wrote:
> 04.04.2016 11:56, Dmitry Yemanov wrote:
>> File is opened usually once, conversion is OK here.
>
> File management routines accept wchar_t, no conversion is required.
I thought you were speaking about UTF8.
Dmitry
04.04.2016 20:35, Dmitry Yemanov wrote:
> I thought you were speaking about UTF8.
You answered about "Method 3" which was changing PathName to keep wchar_t
inside on
Windows.
--
WBR, SD.
--
Firebird-Devel mailin
On 04/04/2016 17:00, Dimitry Sibiryakov wrote:
> 04.04.2016 11:47, Alex Peshkoff wrote:
>> If we store all strings in uppercase
>> this will end with creating of DB.FDB instead db.fdb. Or I miss
>> something here?
> Yes. That's how Firebird already works for ages.
>
>> Method 3 is good when tal
11 matches
Mail list logo