Search found 29 matches

by fhaut
09.10.2013, 22:16
Forum: ZeosLib 7.1 stable Forum
Topic: ZeosLib 7.1 testers-thread
Replies: 168
Views: 62389

Re: ZeosLib 7.1 testers-thread

on Delphi 2009 / Windows XP, PosgreSQL 9.2 (windows xp) using the svn://svn.code.sf.net/p/zeoslib/code-0/branches/testing-7.1 revision 2798 a issue occurs when use parameters with same name "select * from test where ( id = :X0 or :X0 is null)" Sample: procedure TForm1.Button1Click(Sender: ...
by fhaut
09.10.2013, 12:43
Forum: ZeosLib 7.0 Stable Forum
Topic: 7.0.5 Memory leak
Replies: 10
Views: 4132

Re: 7.0.5 Memory leak

Works fine,

Thank you
by fhaut
04.10.2013, 20:33
Forum: ZeosLib 7.0 Stable Forum
Topic: 7.0.5 Memory leak
Replies: 10
Views: 4132

Re: 7.0.5 Memory leak

EgonHugeist

you have found the SVN repository ? or there is a other repository address where the memleak is solved ?

fhaut wrote:yes

from SVN at svn://svn.code.sf.net/p/zeoslib/code-0/tags/7.0.5a-stable
by fhaut
03.10.2013, 12:40
Forum: ZeosLib 7.0 Stable Forum
Topic: 7.0.5 Memory leak
Replies: 10
Views: 4132

Re: 7.0.5 Memory leak

yes

from SVN at svn://svn.code.sf.net/p/zeoslib/code-0/tags/7.0.5a-stable
by fhaut
02.10.2013, 19:02
Forum: ZeosLib 7.0 Stable Forum
Topic: 7.0.5 Memory leak
Replies: 10
Views: 4132

Re: 7.0.5 Memory leak

hi

using the zeos 7.0.5a-stable still remain the memory leak...
by fhaut
24.05.2013, 17:28
Forum: ZDBC (ZEOS Database Connectivity)
Topic: How to detect connection lost ?
Replies: 9
Views: 10692

hi, in Zeos 7.1.0-alfa, using postgresql 8.4 this issue remains, someone have a way to detect the connection lost ? this happen on wireless network where is poor signal. Exemple: Create a project Add TZConnection, TZQuery, TDataset, DBGrid Add TButton with code to connect to postgresql Restart the p...
by fhaut
10.05.2009, 17:43
Forum: ZeosLib 7.0 Beta Forum
Topic: Problem updating BLOB's in Mysql
Replies: 11
Views: 1787

It should be... On other compilers this would be a bug. On Delphi 7 with zeoslib 6.6.4-stable data corruption definitely occurs using the code from first post. Maybe i miss something ?! in delphi 7 im not have any problem with blob fields. Follow an sample: To save from file to Blob var BlobStream:...
by fhaut
09.05.2009, 22:12
Forum: ZeosLib 7.0 Beta Forum
Topic: Problem updating BLOB's in Mysql
Replies: 11
Views: 1787

:prog::prog::prog::prog::prog: After long time i make this workaround.... on ZPlainPostgreSqlDriver, lines 864 863 POSTGRESQL_API.PQFreemem(encoded); 864 result := 'E' + QuotedStr(result); 865 result := AnsiStrings.ReplaceStr(result, '''''', ''''); add line 864, this remove the generated message of ...
by fhaut
09.05.2009, 15:37
Forum: ZeosLib 7.0 Beta Forum
Topic: Problem updating BLOB's in Mysql
Replies: 11
Views: 1787

It´s happen in posgresql too.. mybe this image attached can help, i used the beyond comparer in hex mode to view the changes between the original file on disk and the image stored in blob field, there are a problem in escape chars. (27). but i have no idea where the source code must be changed... :r...
by fhaut
02.05.2009, 16:50
Forum: ZeosLib 7.0 Beta Forum
Topic: [bug_fixed] PostgresSQL EncodeString Bug Delphi 2009
Replies: 10
Views: 1142

fhaut wrote:Now works

:thanks:
[bug_report] created issue 181 on bugtracker

http://zeosbugs.firmos.at/view.php?id=181
by fhaut
30.04.2009, 14:04
Forum: ZeosLib 7.0 Beta Forum
Topic: [bug_fixed] PostgresSQL EncodeString Bug Delphi 2009
Replies: 10
Views: 1142

Now works

:thanks:
by fhaut
28.04.2009, 12:20
Forum: ZeosLib 7.0 Beta Forum
Topic: [bug_fixed] PostgresSQL EncodeString Bug Delphi 2009
Replies: 10
Views: 1142

seawolf wrote:Take a look here and check if ZDbcPostgreSqlUtils.pas is patched

Yes, it´s patched... problem remain :cry:
by fhaut
24.04.2009, 22:14
Forum: ZeosLib 7.0 Beta Forum
Topic: [bug_fixed] PostgresSQL EncodeString Bug Delphi 2009
Replies: 10
Views: 1142

seawolf wrote:Did you have download it through SVN? Or Did you have download a snapshot?
Because it looks like that patch not have been committed yet, so you must apply manually
I have downloaded through SVN, who i can download this path ?

I thinked that the path was applied on revision 607..


thanks
by fhaut
23.04.2009, 12:53
Forum: ZeosLib 7.0 Beta Forum
Topic: [bug_fixed] PostgresSQL EncodeString Bug Delphi 2009
Replies: 10
Views: 1142

cyberal77 , Thanks for reporting. I just committed the patch you propose. (SVN rev. 607 Mark Hi i´m using the 628 revision and the problem happend again. I attached a file project to produce the error. In this project is used a ExecSQL method with parameters. tracing into source the problem occurs ...