Skip to content

Releases: jonaski/sqlrestore

SQL Restore 0.2.2-36-g786d49f

16 Sep 18:38
Compare
Choose a tag to compare
Pre-release
pre-release

CI: Re-create pre-release tag

SQL Restore 0.2.2

18 Jan 22:32
Compare
Choose a tag to compare
  • Downgrade libmagic to 5.38

SQL Restore 0.2.1

17 Jan 01:55
Compare
Choose a tag to compare
  • Use QString::arg() where bindValue() is not possible for SQL queries.
  • Fix compile with Qt 6

SQL Restore 0.1.7

18 Mar 21:06
Compare
Choose a tag to compare
  • 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

11 Mar 20:58
Compare
Choose a tag to compare
  • Updated about dialog with link to source code, license and sponsor information.

SQL Restore 0.1.5

10 Mar 22:17
Compare
Choose a tag to compare
  • 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

09 Mar 21:11
Compare
Choose a tag to compare
  • Centering window on screen on startup.

SQL Restore 0.1.3

08 Mar 22:25
Compare
Choose a tag to compare
  • 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

01 Mar 23:35
Compare
Choose a tag to compare
  • 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

20 Feb 22:06
Compare
Choose a tag to compare
  • Minor fixes to file view header.