Search found 2 matches

by edsoft
16.04.2007, 17:41
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Memory Leak - Zeoslib 6.6.1 - Beta, Delphi 7, SQLite 3.3.15
Replies: 8
Views: 3120

After Gagatek post, I did a test with an app with memory leak problems which uses some data in postgresql and transfers to a sqlite 3 DB for local use (using Delphi 7.1) The test code was a simple timer (every 5 seconds) and the following code in the timer event: if not dbgrid1.datasource.dataset.ac...
by edsoft
16.10.2005, 08:22
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Bug Zeos 2005-10-13, Postgresql and \
Replies: 0
Views: 898

Bug Zeos 2005-10-13, Postgresql and \

Hi, recently I started to download and test the cvs builds and find the next problem with postgresql: I have a string fields which store windows paths, and looks like the recent zeos builds can't deal with a \ in the field, and treat like an escape character. With the old 6.5.1 alpha I never have th...