arvanus

Results 115 comments of arvanus

Please, confirm which charset you are using to connect, and what are the default from your DB ![image](https://github.com/mariuz/flamerobin/assets/8182958/ad56c479-cbce-4898-a597-21559776d87c) ![image](https://github.com/mariuz/flamerobin/assets/8182958/c703575d-abe3-4650-a32f-887844ad3108) ![image](https://github.com/mariuz/flamerobin/assets/8182958/07695f35-c11d-4c4d-ac3a-aefa4bff4829)

I'm trying to understand where this `UNICODE_FSS` charset came from. Any idea? I'm not an expert about charset, so no idea if it could be related. Anyway, can you send...

Hi, can you provide an reproducible database for me to take a look?

So, looks like Fb3 and 4+ handles `SEC$GLOBAL_AUTH_MAPPING` `field_lenght` differently in Fb3 ``` Fb3 size = 31 bytes Fb4 size = 252 bytes Fb5 size = 252 bytes ``` Note...

Looks like it's something related to Fb3 itself, running this SQL in Fb3 brings tons of records, for Fb2.5,4 and 5 none: ``` select f.rdb$field_name, -- 1 f.rdb$field_type, -- 2...

Hello Mark, first of all thank you for your detailed answer! So, to fix Flamerobin execution what do you suggest? For Fb3 use the new filled field `RDB$CHARACTER_LENGTH`? Thanks!

Also, why does if I create an table in the employee DB (FB3), with a char(30) charset UNICODE_FSS, it will display correctly as 90 bytes and 30 char length? This...

cmake works fine in Windows too

Same problem here, any idea of when a fix will be available? I'm using `git-gui` when I commit chars like `áçãàü` 😢 ![image](https://user-images.githubusercontent.com/8182958/202500301-03a77316-12fd-4e14-bdef-2c3605b3610c.png)