Karol Bieniaszewski
Karol Bieniaszewski
Hi. Strange about ISQ - it looks also as wrong output. I must check with FB4 or FB5, if the same i will report the issue to FB team. ```...
Ha ha ha :) Looks like Red Expert ignore it at all. But ISQL latest snapshot of FB5 allso show it wrongly ;-)
As you can read in https://github.com/FirebirdSQL/firebird/issues/7837 it is fixed in master branch so you can follow
On Windows same problem with any `BIGINT` field. Doble clicking on it cause an fatal error:   if i remember correctly i had 9.0.8 previously and all was ok,...
Firebird 3  
 
> Firebird 3 remember that i post above that i connect to **Firebird 3**
[CORE-5849.zip](https://github.com/mariuz/flamerobin/files/12924950/CORE-5849.zip) I added an attachment with the sample database. Register it with utf8 like here https://github.com/mariuz/flamerobin/issues/304#issuecomment-1753566933
Hi, isn't this issue with zoom itself?
`DrawDottedHLine` and `DrawDottedVLine` are protected and i need to add `dottedBrush: TBrush`. I can add it as default `nil` and when nil use internally `FDottedBrush` then on VCL. But this...