Version: 1.0.3New Features: The Local Query Engine (SQLite) now supports both DDL (Data Definition Language) and DML (Data Manipulation Language) queries, in addition to the existing DQL (Data Query Language) capabilities. This update allows you to create, alter, and delete tables (DDL) and insert, update, and delete records (DML) directly on the local database.
Component Name: Local Query Engine (SQLite)Release Date: 08/29/2024
New Features & Improvements:
Resolved Issues:
Performance Enhancements: Optimized the loading time and also the execution time. Reduced resource consumption, providing a better user experience.