This release brings improvements to the data context to optimize your experience with the AI Assistant. Key updates also include adding and removing square brackets for identifiers and index visibility in quick info for speeding up script editing.
AI Assistant now uses database index metadata, including index types such as B-tree, clustered, composite, and unique, to generate more accurate answers.
You can now automatically add or remove square brackets for identifiers in the SQL Editor. This helps save time and keep identifier formatting consistent. Use the main menu ( SQL Complete > Add Brackets To All Identifiers or Remove Unnecessary Brackets) or the SQL Editor shortcut menu (Add Brackets to All Identifiers or Remove Unnecessary Brackets).
The Quick Info tooltip now displays an icon indicating a column is indexed. This lets you instantly see which columns are indexed without opening table properties.