Search found 3 matches

by damien666
08.12.2006, 10:11
Forum: Bug Reports
Topic: TZAbstractRODataset in ZAbstractRODataset
Replies: 1
Views: 2681

TZAbstractRODataset in ZAbstractRODataset

hi i use SVN Testing 188 the parameter FParamCheck is only used in constructor TZAbstractRODataset.Create(AOwner: TComponent); it can be removed i use TZReadOnlyQuery to do a lot of insert in postgres (with TZReadOnlyQuery ) and sometime there is a exception in procedure TZAbstractRODataset.SetState...
by damien666
08.12.2006, 01:31
Forum: Bug Reports
Topic: [bug_fixed] Bug in ZDbcPostgreSqlMetadata.pas(6.6 beta)
Replies: 10
Views: 5273

i check the fix with SVN (Testing Rev 188)

it's ok !
by damien666
07.12.2006, 20:37
Forum: Bug Reports
Topic: [bug_fixed] Bug in ZDbcPostgreSqlMetadata.pas(6.6 beta)
Replies: 10
Views: 5273

hi , i using Rev 182 there is a bug here if (Length(LTypes) > 0) then SQL := SQL + 'AND (false '; for I := 0 to High(Types) do SQL := SQL + ' OR ( ' + TableTypeSQLExpression(LTypes[i], UseSchemas) + ' ) '; SQL := SQL + ' )' + OrderBy; if (Length(LTypes) > 0) then SQL := SQL + ' )'; the fix from sand...