Search found 25 matches
- 25.10.2010, 13:09
- Forum: 6.6 - stable
- Topic: Access violation firebird 2.5 Zeoslib 6.6.6
- Replies: 9
- Views: 2060
- 11.08.2009, 08:34
- Forum: 6.6 - stable
- Topic: Empty string tests
- Replies: 1
- Views: 262
Empty string tests
Hi,
is there a special reason, why you use '' instead of EmptyStr for testing strings on emptyness?
is there a special reason, why you use '' instead of EmptyStr for testing strings on emptyness?
- 11.08.2009, 08:15
- Forum: User Patches
- Topic: :?: Patch for ZConnection.Connect
- Replies: 13
- Views: 3399
- 19.05.2009, 07:16
- Forum: User Patches
- Topic: :?: Patch for ZConnection.Connect
- Replies: 13
- Views: 3399
- 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...
- 18.05.2009, 08:00
- Forum: User Patches
- Topic: [patch_rejected] Patch for TZSQLProcessor
- Replies: 1
- Views: 1213
[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).
- 15.05.2009, 13:54
- Forum: User Patches
- Topic: Patch for TZASAResultSet
- Replies: 2
- Views: 1224
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...
- 15.05.2009, 13:32
- Forum: User Patches
- Topic: [patch_done] Patch for TZStoredProc
- Replies: 1
- Views: 1206
[patch_done] Patch for TZStoredProc
I've added the windows-unit to the uses clause of TZStoredProc to remove a compiler hint.
- 15.05.2009, 13:30
- Forum: User Patches
- Topic: [patch_rejected] Patch for TZInterbase6DatabaseMetadata
- Replies: 1
- Views: 1108
[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
Affected: TZOracleDatabaseMetadata and TZASADatabaseMetadata
- 15.05.2009, 13:27
- Forum: User Patches
- Topic: [patch_done] Patch for TZSQLiteConnection
- Replies: 1
- Views: 1089
[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...
- 15.05.2009, 13:24
- Forum: User Patches
- Topic: [patch_done] Patch for TZInterbase6DatabaseMetadata
- Replies: 1
- Views: 1097
[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...
- 15.05.2009, 13:22
- Forum: User Patches
- Topic: [patch_rejected] Patch for TZPostgreSQLDatabaseMetadata
- Replies: 1
- Views: 1141
[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.
- 15.05.2009, 13:20
- Forum: User Patches
- Topic: Patch for ZDbcPostgreSqlUtils
- Replies: 2
- Views: 1451
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...
- 15.05.2009, 13:08
- Forum: User Patches
- Topic: [patch_done] Patch for TZMySQLDatabaseMetadata
- Replies: 1
- Views: 1132
[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.
- 15.05.2009, 13:06
- Forum: User Patches
- Topic: [patch_done] Patch for TZMySQLCachedResolver
- Replies: 1
- Views: 397
[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:...
- 15.05.2009, 13:01
- Forum: User Patches
- Topic: [patch_done] Patch for ancestors of TZAbstractDataba
- Replies: 1
- Views: 373
[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
Affected types: TZAdoDatabaseMetadata, TZMsSqlDatabaseMetadata and TZSybaseDatabaseMetadata