Search found 25 matches

by Ostfriese
25.10.2010, 13:09
Forum: 6.6 - stable
Topic: Access violation firebird 2.5 Zeoslib 6.6.6
Replies: 9
Views: 1985

Any progress or do we need to wait for Zeos 7 and hope that it will be fixed there :?:
by Ostfriese
11.08.2009, 08:34
Forum: 6.6 - stable
Topic: Empty string tests
Replies: 1
Views: 238

Empty string tests

Hi,
is there a special reason, why you use '' instead of EmptyStr for testing strings on emptyness?
by Ostfriese
11.08.2009, 08:15
Forum: User Patches
Topic: :?: Patch for ZConnection.Connect
Replies: 13
Views: 3269

I've modified login event declaration in ZConnection.pas based on the description in Zeos Bug #173 to make the username and password persistent. I hope this will also help to close the corresponding bug.

My patched ZConnection.pas is based on ZeosDBO 6.6.5
by Ostfriese
19.05.2009, 07:16
Forum: User Patches
Topic: :?: Patch for ZConnection.Connect
Replies: 13
Views: 3269

- What's the use of deprecate-ing FUser and FPassword when they are just ignored? In that case I propose to just drop them. It's my case of removing used variables: Mark them as deprecate and remove them some versions later - Why parsing the Properties object in your own code? Isn't the standard TS...
by Ostfriese
18.05.2009, 08:00
Forum: User Patches
Topic: [patch_rejected] Patch for TZSQLProcessor
Replies: 1
Views: 1188

[patch_rejected] Patch for TZSQLProcessor

I've extended the TZSQLProcessor with a filename property which keeps the filename of the current loaded script for easy access (i.e. execution logging).
by Ostfriese
15.05.2009, 13:54
Forum: User Patches
Topic: Patch for TZASAResultSet
Replies: 2
Views: 1196

Patch for TZASAResultSet

I've modified the UpdateUnicodeString procedure to avoid a compiler warning claiming a dangerous typecast procedure TZASAResultSet.UpdateUnicodeString(ColumnIndex: Integer; const Value: WideString); begin PrepareUpdateSQLData; //HA 090515 fix dangerous typecast //FUpdateSqlData.UpdatePChar( ColumnIn...
by Ostfriese
15.05.2009, 13:32
Forum: User Patches
Topic: [patch_done] Patch for TZStoredProc
Replies: 1
Views: 1179

[patch_done] Patch for TZStoredProc

I've added the windows-unit to the uses clause of TZStoredProc to remove a compiler hint.
by Ostfriese
15.05.2009, 13:30
Forum: User Patches
Topic: [patch_rejected] Patch for TZInterbase6DatabaseMetadata
Replies: 1
Views: 1089

[patch_rejected] Patch for TZInterbase6DatabaseMetadata

I've modified the typo of UncachedGetSchemas to UnCachedGetSchemas to match the ancestors typo and remove compiler hints.

Affected: TZOracleDatabaseMetadata and TZASADatabaseMetadata
by Ostfriese
15.05.2009, 13:27
Forum: User Patches
Topic: [patch_done] Patch for TZSQLiteConnection
Replies: 1
Views: 1067

[patch_done] Patch for TZSQLiteConnection

I've commented out the declareation of a variable named ErrorMessage in the Key and ReKey functions to remove a compiler hint. function TZSQLiteConnection.Key(const Key: string):Integer; var ErrorCode: Integer; //HA 090515 removed because never used //ErrorMessage: PChar; begin ErrorCode := FPlainDr...
by Ostfriese
15.05.2009, 13:24
Forum: User Patches
Topic: [patch_done] Patch for TZInterbase6DatabaseMetadata
Replies: 1
Views: 1072

[patch_done] Patch for TZInterbase6DatabaseMetadata

I've commented out the declaration of the variable named "Key" in UncachedGetImportedKeys to remove a compiler hint function TZInterbase6DatabaseMetadata.UncachedGetImportedKeys(const Catalog: string; const Schema: string; const Table: string): IZResultSet; var //HA 090515 remove because n...
by Ostfriese
15.05.2009, 13:22
Forum: User Patches
Topic: [patch_rejected] Patch for TZPostgreSQLDatabaseMetadata
Replies: 1
Views: 1095

[patch_rejected] Patch for TZPostgreSQLDatabaseMetadata

I've changed the typo of UncachedGetSchemas to UnCachedGetSchemas to match the typo of its ancestor and remove a compiler hint.
by Ostfriese
15.05.2009, 13:20
Forum: User Patches
Topic: Patch for ZDbcPostgreSqlUtils
Replies: 2
Views: 1407

Patch for ZDbcPostgreSqlUtils

I've modified CheckPostgreSQLError a little bit to remove a compiler hint which was thrown. procedure CheckPostgreSQLError(Connection: IZConnection; PlainDriver: IZPostgreSQLPlainDriver; Handle: PZPostgreSQLConnect; LogCategory: TZLoggingCategory; LogMessage: string; ResultHandle: PZPostgreSQLResult...
by Ostfriese
15.05.2009, 13:08
Forum: User Patches
Topic: [patch_done] Patch for TZMySQLDatabaseMetadata
Replies: 1
Views: 1097

[patch_done] Patch for TZMySQLDatabaseMetadata

I've modified the declaration of the function UnCachedGetCatalogs to UncachedGetCatalogs to match the ancestors typo and to remove the compiler hint which was thrown.
by Ostfriese
15.05.2009, 13:06
Forum: User Patches
Topic: [patch_done] Patch for TZMySQLCachedResolver
Replies: 1
Views: 380

[patch_done] Patch for TZMySQLCachedResolver

I've removed two compiler hints for TZMySQLCachedResolver by modifying procedure TZMySQLCachedResolver.UpdateAutoIncrementFields( Sender: IZCachedResultSet; UpdateType: TZRowUpdateType; OldRowAccessor, NewRowAccessor: TZRowAccessor; Resolver: IZCachedResolver); var Statement: IZStatement; ResultSet:...
by Ostfriese
15.05.2009, 13:01
Forum: User Patches
Topic: [patch_done] Patch for ancestors of TZAbstractDataba
Replies: 1
Views: 354

[patch_done] Patch for ancestors of TZAbstractDataba

I've modified the declaration of the function UncachedGetSchemas to UnCachedGetSchemas to match the ancestors typo and to remove the compiler hint which was thrown.

Affected types: TZAdoDatabaseMetadata, TZMsSqlDatabaseMetadata and TZSybaseDatabaseMetadata