SQLite Maestro 7.7 released
Jul 2, 2007
Prev | Next |
SQL Maestro Group is happy to announce the release of a new version of SQLite Maestro, a powerful Windows GUI solution for SQLite server administration and database development.
Please consider the list of new features implemented in SQLite Maestro 7.7 since last official release:
Server management extensions:
- The most important thing added in this version is support of Unicode/UTF-8 data. For databases in UTF-8 encoding it is necessary to specify, which string fields are used to store Unicode data (available options are "Only nvarchar(xx) fields" and "All the string fields"). For databases in UTF-16 encoding no such actions required.
- Create database wizard: now it is possible to specify the encoding (UTF-8 or UTF-16) for the new database.
- It is now possible to execute SQL scripts after connect and before disconnect to/from a database.
- Some new features are incorporated into SQL Editor and SQL Script Editor. Now it is possible:
- comment/uncomment selected text (Shift+Ctrl+. / Shift+Ctrl+, shortcuts respectively). If no text is selected, the whole line will be commented. By the way, it is not necessary to select commented text to uncomment it, just press Shift+Ctrl+, having the cursor inside the commented text. Both kinds of comments (single-line and multi-line) are supported;
- convert selected text to different cases (lower, UPPER, and NameCase);
- export the contents of the editor to RTF and HTML formats (to file or to clipboard);
- print/preview the contents of the editor.
- comment/uncomment selected text (Shift+Ctrl+. / Shift+Ctrl+, shortcuts respectively). If no text is selected, the whole line will be commented. By the way, it is not necessary to select commented text to uncomment it, just press Shift+Ctrl+, having the cursor inside the commented text. Both kinds of comments (single-line and multi-line) are supported;
- The Copy to SQL Script Editor command is added to all object editors (available in the Navigation Bar on the SQL tab). Use it for quick copying object’s SQL definition (DDL) to the SQL Script Editor for future modifications;
- Data grid: some advanced filtering abilities were implemented (see Main menu | Tools | Options | Data grid | Filter);
- Explorer tree: the Browse command is added to lists' popup menus (runs the Object Browser tool).
In addition to this, several bugs were fixed and some other minor improvements and corrections were made.
Related links:
SQLite Maestro home pageDownload SQLite Maestro
Get SQLite Maestro Tour
Purchase your license of SQLite Maestro today!
Prev | Next |