Revision
429 -
Directory Listing
-
[select for diffs]
Modified
Sat Dec 30 16:07:08 2023 UTC
(10 months, 1 week ago)
by
tony
Diff to
previous 418
TIBCustomDataset.PrimaryKeys when used in InternalRefresh. when more than one
primary key is used by the dataset then the list of primary keys is now
properly separated by a ';'.
Revision
68 -
Directory Listing
-
[select for diffs]
Modified
Tue Oct 17 10:07:58 2017 UTC
(7 years ago)
by
tony
Diff to
previous 67
IBX: Editor Positioning tidy up
FBINTF: Trap uninitialised SQL parameters on SQL Exec. Avoids Unknown SQL Type errors.
Consistent setting of Modified (SQLParam).
Revision
66 -
Directory Listing
-
[select for diffs]
Modified
Wed Aug 23 08:23:42 2017 UTC
(7 years, 2 months ago)
by
tony
Diff to
previous 65
IBCustomDataset: ensure that TIBStringField uses the field size reported by
Firebird rather than recomputing it.
Revision
65 -
Directory Listing
-
[select for diffs]
Modified
Wed Jul 12 09:13:04 2017 UTC
(7 years, 4 months ago)
by
tony
Diff to
previous 64
IBLookupComboEditBox: Ensure that cursor is not reset to start of text when
entering a new name into the text box
Revision
64 -
Directory Listing
-
[select for diffs]
Modified
Thu Jun 29 11:11:22 2017 UTC
(7 years, 4 months ago)
by
tony
Diff to
previous 63
IBLookupComboEditBox: Avoid race condition when autocompleting text that occasionally results in autocomplete ignoring prefix text.