Revision
429 -
Directory Listing
-
[select for diffs]
Modified
Sat Dec 30 16:07:08 2023 UTC
(10 months, 2 weeks ago)
by
tony
Diff to
previous 428
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
427 -
Directory Listing
-
[select for diffs]
Modified
Tue Nov 28 17:00:03 2023 UTC
(11 months, 2 weeks ago)
by
tony
Diff to
previous 426
TIBCustomDataset.Requery: The display buffer pool is now also reset avoiding
issues with left over pointers to invalid internal buffers.
Revision
70 -
Directory Listing
-
[select for diffs]
Modified
Thu Oct 26 12:59:51 2017 UTC
(7 years ago)
by
tony
Diff to
previous 69
FBAttachment: Avoid string reference count error when processing an Ansistring
parameter in an array of const passed to IAttachment.OpenCursor, etc.
FBAttachment: Allow for WideString and UnicodeString parameters in an array
of const passed to IAttachment.OpenCursor, etc.
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.