Search found 2 matches

by kellwin
17.07.2013, 19:51
Forum: ZeosLib 7.0 Stable Forum
Topic: Some bugs in 7.0.4
Replies: 1
Views: 2233

Some bugs in 7.0.4

Looks like I found 2 bugs in stable version. 1. ZDBCInterbaseMetadata.pas function TZInterbase6DatabaseMetadata.UncachedGetColumns 1810: case TypeName of 1812: 7, 8 : Result.UpdateInt(7, 0); 1813: 16 : Result.UpdateInt(7, GetInt(ColumnIndexes[9])); 1814: 37, 38: UpdateNull(7); The Last row should be...
by kellwin
16.10.2006, 07:50
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Firebird Time and TimeStamp changes
Replies: 7
Views: 3121

Firebird Time and TimeStamp changes

To now Interbase6/Firebird driver didn't support milliseconds in time fields due to limitation in isc_decode_date function. I propose to change the code in GetTimestamp from function TZResultSQLDA.GetTimestamp(const Index: Integer): TDateTime; ........ SQL_TIMESTAMP : begin FPlainDriver.isc_decode_d...