-
chris_dev committed revision 59 to the FirebirdConfig SVN repository, changing 1 files.
2009-05-21 21:38:15 UTC in FirebirdConfig
-
chris_dev committed revision 57 to the FirebirdConfig SVN repository, changing 3 files.
2009-05-21 18:12:08 UTC in FirebirdConfig
-
chris_dev committed revision 53 to the FirebirdConfig SVN repository, changing 12 files.
2009-05-21 15:32:36 UTC in FirebirdConfig
-
chris_dev committed revision 52 to the FirebirdConfig SVN repository, changing 3 files.
2009-05-21 14:56:15 UTC in FirebirdConfig
-
chris_dev committed revision 49 to the FirebirdConfig SVN repository, changing 17 files.
2009-05-20 20:34:20 UTC in FirebirdConfig
-
chris_dev committed revision 48 to the FirebirdConfig SVN repository, changing 16 files.
2009-05-20 19:43:42 UTC in FirebirdConfig
-
chris_dev committed revision 46 to the FirebirdConfig SVN repository, changing 27 files.
2009-05-20 16:29:17 UTC in FirebirdConfig
-
I noted that TMDOTable does not load property the ixDescending option for a TIndexDef. The bugs are in unit MDOTable, at line 1586, in condition:
"if Query.Current.ByName('RDB$INDEX_TYPE').AsInteger = 2"
and should be:
"if Query.Current.ByName('RDB$INDEX_TYPE').AsInteger = 1"
The other bug id for applying the descending property in sql, in the same unit:
Procedure GenerateSQL...
2007-11-07 18:25:14 UTC in MDO - Mercury Database Objects