Skip to content

Releases: nolleh/sqlflick.nvim

v0.3.0

27 Jun 01:01
Compare
Choose a tag to compare

Featrues

  • Added oracle

v0.2.0

18 Jun 00:44
Compare
Choose a tag to compare

Modified

  • Add feature for saving last selected DB(#4). It will enhance user experience.

v0.1.3

15 Jun 02:33
2b069de
Compare
Choose a tag to compare

Modified

v0.1.2

11 Jun 14:10
Compare
Choose a tag to compare

Modified

  • Renamed the internally used old plugin names, which is not affecting user experience.

v0.1.1

09 Jun 15:58
Compare
Choose a tag to compare

Modified

  • Fixed problematic code that can cause repeated install by version match
  • Fixed not fully updated module name for install path
  • Updated README.md file that not reflecting proper command
  • Updated README.md file to inform search function

v0.1.0

31 May 15:25
Compare
Choose a tag to compare

Modified

  • Rename the project from Sqlsnap.nvim to Sqlflick.nvim

    • The 'snap' part is originated from 'snap the finger', but it makes a confusing that 'snapshot' because of it's domain (database)
    • Filck has similar meaning 'a sudden sharp movement.' which is following the project's purpose, 'Quick Move'
  • Fixed some problematic code that function not propery declared, in handler.

    • If you've been experienced not executed query, then this will fixes the issue.

v0.0.7

06 May 16:45
Compare
Choose a tag to compare

Full Changelog: v0.0.6...v0.0.7

Modification

  • When cursor located in multiple line query, pass the whole query

v0.0.6

02 May 02:47
Compare
Choose a tag to compare

Modified

  • Made highlighted error message in result view
  • In postgres, fixed 'unknown column' issue
  • When running backed, redirect it's stdio/stderr to /dev/null
  • Added version check feature

v0.0.5

26 Apr 17:52
Compare
Choose a tag to compare

Modified

  • Visual mode run query not proper working issue

v0.0.4

26 Apr 08:28
Compare
Choose a tag to compare

Modified

  • Install command, should restart the backend, to apply the modification
  • Restart command not working issues are fixed
  • Debug command contain more sufficient info
  • When error occurred, display the error result to result tab