-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux Builds do not support TZ datatypes #368
Comments
I have tried to build flamerobin using the latest sources (see #359) but the docs are out of date and flamerobin will not build with the current wxwidgets on linux. So the issue is that without proper build docs or a working build, it is not possible to use Flamerobin on linux with newer versions of firebird. |
Just to note, he is building the latest 9.10 builds. He is keeping it up to date - the issue is a compatibility issue with the linux code in regards to holding TZ data in the app. |
… On Thu, Feb 8, 2024 at 2:20 AM DaltonCalford ***@***.***> wrote:
Hi, so, no idea how or when he will update to latest version, until that
day, I recommend to you do use latest source code and build yourself Also,
for now keep in mind #338
<#338> and #362
<#362>
I have tried to build flamerobin using the latest sources (see #359
<#359>) but the docs are out
of date and flamerobin will not build with the current wxwidgets on linux.
So the issue is that without proper build docs or a working build, it is
not possible to use Flamerobin on linux with newer versions of firebird.
—
Reply to this email directly, view it on GitHub
<#368 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAEPN63X2FPH3DNPFUBMP3YSQK5HAVCNFSM6AAAAABC6BAFGKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZTGE2TSMRTGU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
this is with ubuntu 23.10, new install. The maintainer of the debs in the distribution Damyan Ivanov must have found a work around in the cmake but, even his builds of the latest code set, has issues with TZ data. |
Please see if this fixes the issue https://flamerobin.blogspot.com/2023/05/problems-with-wx-config-from-codelites.html |
The linux builds found on
http://ftp.de.debian.org/debian/pool/main/f/flamerobin/flamerobin_0.9.10.ds.2-1_amd64.deb
Which is maintained by Damyan Ivanov [email protected]
Has a problem with TZ datetime data.
Samples to reproduce
CREATE TABLE "Actions" ( "Time_Stamp" timestamp with time zone NOT NULL);
INSERT INTO "Actions" ("Time_Stamp") values ('2022-05-19 16:27:11.0000 +00:00')
SELECT a."Time_Stamp" FROM "stg.Actions" a
But casting the column as a varchar, works - so the database has the record but the client can not handle TZ data
The text was updated successfully, but these errors were encountered: