Search found 8 matches
- 16.04.2023, 12:21
- Forum: ZeosLib 7.3/8.0 Forum
- Topic: Postgres multiple placeholders error
- Replies: 2
- Views: 343
Re: Postgres multiple placeholders error
Sorry, I can no longer reproduce this error. Either it was fixed in the mean time, or it was because of my own customizations. You can close the issue
- 14.04.2023, 07:34
- Forum: ZeosLib 7.3/8.0 Forum
- Topic: Postgres multiple placeholders error
- Replies: 2
- Views: 343
Postgres multiple placeholders error
It's not possible to use more than one '?' placeholder in PreparedStatement. Details: https://sourceforge.net/p/zeoslib/tickets/563/
Tests cover either queries with one '?' placeholder or $1,$2,$3 placeholders. So they don't cover this issue
Tests cover either queries with one '?' placeholder or $1,$2,$3 placeholders. So they don't cover this issue
- 30.05.2019, 08:19
- Forum: ZeosLib 7.3/8.0 Forum
- Topic: Zeos 7.3 testers-thread
- Replies: 286
- Views: 50549
Re: Zeos 7.3 testers-thread
On Windows I can use msbuild to build packages and projects. On Linux other ways will need to be used and I don't know which ones will work for Delphi on Linux. Linux compiler run on windows, so there should be no problems. I am not sure wether it is possible to build the ZTestAll project on Linux....
- 26.05.2019, 11:37
- Forum: ZeosLib 7.3/8.0 Forum
- Topic: Zeos 7.3 testers-thread
- Replies: 286
- Views: 50549
Re: Zeos 7.3 testers-thread
You mean set up Jenkins for testing Zeos? Ok, please tell me howmarsupilami wrote:If you want to do the same for the Linux compiler I will be happy to provide you with information.
- 23.05.2019, 10:27
- Forum: ZeosLib 7.3/8.0 Forum
- Topic: Zeos 7.3 testers-thread
- Replies: 286
- Views: 50549
Re: Zeos 7.3 testers-thread
I was able to compile with some modifications: Index: core/ZVariant.pas =================================================================== --- core/ZVariant.pas (revision 5660) +++ core/ZVariant.pas (working copy) @@ -107,7 +107,7 @@ Hour: Word; Minute: Word; Second: Word; - Fractions: LongWord; + ...
- 23.05.2019, 09:10
- Forum: ZeosLib 7.3/8.0 Forum
- Topic: Zeos 7.3 testers-thread
- Replies: 286
- Views: 50549
Re: Zeos 7.3 testers-thread
Why no one tried to compile with Delphi Tokyo/Rio for Linux?
- 24.11.2008, 09:41
- Forum: 6.6 - stable
- Topic: Filename case issue under Linux (6.6.4-stable)
- Replies: 2
- Views: 364
- 24.11.2008, 07:31
- Forum: 6.6 - stable
- Topic: Filename case issue under Linux (6.6.4-stable)
- Replies: 2
- Views: 364
Filename case issue under Linux (6.6.4-stable)
There is an issue: file ZPlainMysqlConstants should be named ZPlainMySqlConstants.
I wonder if there are any typos like this?
I wonder if there are any typos like this?