
Adds 2 new helpers to the MetadataField class to determine if a field has foreign key relationships.
Features
- Two new helpers are added to the MetadataField class to determine if a field has foreign key relationships: FindForeignKey and FindForeignKeys.
Fixes
- The bug on deleting a datasource by code has been fixed.
- The bug with loading queries having ordering by indexes and an asterisk in the SELECT list has been fixed. Full-featured MDI Demo: The bug with incorrect saving of nested reusable queries has been fixed.
- Wrong caret and selection position in SqlTextEditor have been fixed.
- The FormattedSqlBuilder correctly obeys the RightMargin property now.
- Query Column List correctly updates UI after updating its options.
- Remove and Rename button in breadcrumbs appear correctly now.
- The subquery deletion confirmation dialog auto closing has been fixed.
- Visibility of the drop-down button in Expression cells of the Query Column List and navigation with arrow keys in suggestion list have been fixed.
- The exception upon removing a datasource for queries with GROUP BY by code has been eliminated.
- The QueryBuilder.BehaviorOptions.LinkManipulations property works properly now.