Skip to content

Releases: rparkins999/sqliteman

1.9.1

28 Oct 18:13
Compare
Choose a tag to compare

Work around problem where copying text from a field sometimes made it think that the database has bees modified. This seems to be a bug in the Qt5 version of QTextEdit which sometimes signals textChanged() when it shouldn't. The workaround is to check whether the text really has changed.

1.8,1

06 Jan 20:49
Compare
Choose a tag to compare

This version builds with Qt 5. Release 1.6.1 is still available for Qt 4, but will not be updated unless someone finds a really serious bug. Documentation has also been improved and a few bugs fixed. A prebuilt version for Linux is included in this release.

Version 1.6.1, upgrade sqlite to current version

11 Apr 16:11
Compare
Choose a tag to compare

Sqliteman now uses your installed sqlite library instead of its own internal sqlite.c. The help information has been updated to reflect improvements in sqlite as well as some changes in sqliteman. Pragmas have been updated to the current list of pragmas supported by sqlite, and the pragma user interface improved so that it shows you which pragmas are read-only and which are modifiable, and which values can be assigned to the modifiable ones. The value field is no longer editable for read-only pragmas.

Dump Database now dumps all tables instead of just the first one. Views and triggers are still not dumped.

Variuos other UI improvements.

v1.5.1 with bug fixes for v1.5.0

10 Jan 21:23
Compare
Choose a tag to compare

This fixes a couple of bugs in v1.5.0.

The error message
QSqlQuery::value: not positioned on a valid record
no longer occurs when creating a new row.

When the SQL editing window had focus, CTRL-C and CTRL-V were sometimes being sent to the data viewer instead: this is now fixed.

Version 1.5.0 with many improvements

08 Jan 22:27
Compare
Choose a tag to compare

This is an upgrade release with lots of UI and documentation improvements and various bug fixes. It includes a pre-built binary for Linux and sources which should build for Windows and Macintosh. Volunteers to test build on those platforms would be welcome.

New features since v1.4.0svn include a button to delete the records found by a Query Builder query, some useful context menu items in the data viewer, a button to extract the SQL code generated by the Query Builder, and a Find Dialog which allows searching for rows in a table: this differs from running a query in that the found rows are editable.

1.4.0svn

21 Jan 20:18
Compare
Choose a tag to compare

Prebuilt Linux binary including a whole lot of improvements and fixes. Includes sqlite driver but needs Qt (http://www.qt.io) library to run.