Search found 1891 matches

by marsupilami
06.03.2024, 16:22
Forum: Oracle
Topic: What Oracle versions do we support?
Replies: 4
Views: 672

Re: What Oracle versions do we support?

I added a note, that Zeos 8 doesn't support Oracle installations older than Oracle 9i. :)
by marsupilami
06.03.2024, 16:17
Forum: ZeosLib 7.3/8.0 Forum
Topic: [Zeos 8.0] Packages for C++Builder
Replies: 13
Views: 1168

Re: [Zeos 8.0] Packages for C++Builder

Hello Marcelo, since none of the currently active project members has experience in C++ Builder, the C++ Builder packages are less taken care of. So yes - I wioll be happy to integrate new packages. Regarding the error on vtBigDecimal: What is the error message you get? For me it is strange, that th...
by marsupilami
06.03.2024, 10:43
Forum: Oracle
Topic: What Oracle versions do we support?
Replies: 4
Views: 672

Re: What Oracle versions do we support?

Hello, no, there currently is no official statement on what Oracle versions we support. I cannot test anything older than Oracle 12c. Since Oracle 9i is kinda ancient, I don't see a reason to support Oracle 8. If you want me to, I can include a statement in the release notes that we don't officially...
by marsupilami
06.03.2024, 09:00
Forum: User Patches
Topic: TZPlainDriver.GetUnicodeCodePageName?
Replies: 6
Views: 573

Re: TZPlainDriver.GetUnicodeCodePageName?

Note: Please don't take this post as an offense. It is not meant that way. I feel a bit like I see the repetiotion of a long and hard discussion I had with somebody else some years ago. When talking about Unicode it seems to be important do make the distinction between Unicode as a character set (a ...
by marsupilami
22.02.2024, 19:14
Forum: Oracle
Topic: Oracle & UTF16 - Fetched column value was truncated (solved...?)
Replies: 28
Views: 2001

Re: Oracle & UTF16 - Fetched column value was truncated (solved...?)

Hello Mark,

if we increase the buffer size again - maybe the rest of your fix still fixes the original problem?

With best regards,

Jan
by marsupilami
21.02.2024, 08:27
Forum: PostgreSQL
Topic: connecting via unix socket to a non-standard port
Replies: 12
Views: 1303

Re: connecting via unix socket to a non-standard port

Addendum: I just checked what the PostgreSQL JDBC driver does. They - more or less - go the same route. The unix domain socket name is part of a separate parameter: https://jdbc.postgresql.org/documentation/use/#unix-sockets So - I think this really is the way to go. Add another parameter to be able...
by marsupilami
21.02.2024, 08:20
Forum: PostgreSQL
Topic: connecting via unix socket to a non-standard port
Replies: 12
Views: 1303

Re: connecting via unix socket to a non-standard port

But, just in case, let's filter empty passwords already at the zeoslib level ? :) I applied that change. When it comes to using directory names instead of host names, things get harder to an extent. The problem most possibly about getting the encoding and decoding of dbc layer URIs done correctly. ...
by marsupilami
20.02.2024, 09:06
Forum: PostgreSQL
Topic: connecting via unix socket to a non-standard port
Replies: 12
Views: 1303

Re: connecting via unix socket to a non-standard port

Hello iteh, I am sorry, I couldn't look at the problem more early. I am tight on time these days, so cannot do much debugging of problems. Thank you very much for debugging this. I added your change for the handling of ports in TZURL.GetURL. I also added your suggestions to only fill in host name an...
by marsupilami
20.02.2024, 08:08
Forum: ZeosLib 7.1 stable Forum
Topic: Does TZConnection respect the schema settings of PostgreSQL?
Replies: 8
Views: 1769

Re: Does TZConnection respect the schema settings of PostgreSQL?

Hello :) It looks like the URL generated for libpq.dll does not include the search_path. No - it doesn't. This is what all this is about. Where can the connection strings sent to libpq.dll be checked? Right now they can only be checked in the code when debugging. Have a look at ZDbcPostgreSql.pas. B...
by marsupilami
12.02.2024, 18:07
Forum: ZeosLib 7.3/8.0 Forum
Topic: Possible issue and solution for RoundNanoFraction functions
Replies: 1
Views: 1189

Re: Possible issue and solution for RoundNanoFraction functions

Hello Mark,

honestly I didn't check your loghic but I applied the patch ;)

Best regards,

Jan
by marsupilami
12.02.2024, 17:08
Forum: ZeosLib 7.2 Forum
Topic: Application crashes when calling ZIBEventAlerter1.RegisterEvents routine.
Replies: 4
Views: 504

Re: Application crashes when calling ZIBEventAlerter1.RegisterEvents routine.

Hello cromao_,
cromao_ wrote: 07.02.2024, 19:42 and it actually crashes when calling ZIBEventAlerter1.RegisterEvents.
In which way does it crash?
by marsupilami
31.01.2024, 12:38
Forum: ZeosLib 7.3/8.0 Forum
Topic: How to disable statements preparing?
Replies: 1
Views: 288

Re: How to disable statements preparing?

Hello Stoffman,

which database driver do you use? Some drivers support multiple statements and some don't.

With best regards,

Jan
by marsupilami
19.01.2024, 10:39
Forum: ZeosLib 7.3/8.0 Forum
Topic: LargeInt like FMTBcdField Size 0
Replies: 3
Views: 501

Re: LargeInt like FMTBcdField Size 0

Hello amonteiro, Delphi and FPC have to different types to support BCD like fields: TBCDField and TFMTBCDField. Depending on your field sizes, Zeos will choose one of those field types. TBCDField uses the Currency type internally which really just is an Integer. TFMTBCDField uses the TBCD data type ...
by marsupilami
17.01.2024, 21:15
Forum: SQLite
Topic: SQLite on Android
Replies: 1
Views: 875

Re: SQLite on Android

Hello Alan,

I added an example to the Zeos SVN. Please update and test if the example works for you.

With best regards,

Jan