Releases: jonaski/sqlrestore
Releases · jonaski/sqlrestore
SQL Restore 0.2.2-36-g786d49f
pre-release CI: Re-create pre-release tag
SQL Restore 0.2.2
SQL Restore 0.2.1
- Use QString::arg() where bindValue() is not possible for SQL queries.
- Fix compile with Qt 6
SQL Restore 0.1.7
- Fixed window size increasing each time the program was started.
- Set fixed height and workaround bottom spacer taking up to much space for settings and about dialog.
SQL Restore 0.1.6
- Updated about dialog with link to source code, license and sponsor information.
SQL Restore 0.1.5
- Build a static modified QODBC driver that works with FreeTDS as QODBCX.
- Fix possible nullptr crash if screen can't be retrieved from current window position.
- Minor changes to error messages.
SQL Restore 0.1.4
- Centering window on screen on startup.
SQL Restore 0.1.3
- Read ODBC drivers from /etc/unixODBC/odbcinst.ini on unix
- Fixed high DPI options
- Reading database position from backup file instead of relying on listed order from query
- Checking that BackupType is 1
- Update logging functions and checking for backtrace through CMake
- Ignoring server version check when server version cant be retrieved
SQL Restore 0.1.2
- Added high DPI options
- Fixed button sizes
- Removed unneeded SingleApplication
- Fixed restore cancel
- Cancelling file scanner on exit
- Preventing exit while restoring unless restore is cancelled
SQL Restore 0.1.1
- Minor fixes to file view header.