Skip to content

Releases: jorgerojas26/lazysql

v0.2.4

03 Aug 04:09
Compare
Choose a tag to compare

Changelog

  • 1ab707d Merge branch 'main' into empty-table-append
  • 5f231e9 Merge branch 'main' into empty-table-append
  • db6461f Merge branch 'main' into fix-colors
  • 8f3f6e3 Merge pull request #70 from jorgerojas26/fix-colors
  • fa2c6be Merge pull request #72 from jorgerojas26/empty-table-append
  • f87ebfe Merge pull request #75 from ccoVeille/pre-commit
  • f801157 Merge pull request #76 from ccoVeille/golangci-lint
  • ff1e0e6 add a temporary fix to mysql driver GetTableColumns
  • a43d402 add build dependencies step on gh workflow
  • 152cebe add dependencies installation to gh workflow
  • 60c9a74 add explicit cgo_enabled to 1
  • cafc261 add sudo to installation commands
  • 280d93e chore: fix import orders
  • 76b10e5 chore: fix typos and style
  • 6f22fa1 chore: no uppercase constant in Go
  • f0e8b75 chore: remove dot import and use type alias
  • 2fb9a4f chore: remove else when previous if ends with a return
  • e6ff2b3 chore: remove suspicious blank imports
  • 76f23b2 chore: remove type or default value when obvious
  • ff0a6f5 chore: use Go canonical way to return errors
  • 0110f98 chore: use go initialism for variable name
  • 9fa9e27 chore: use the canonical name for error variable
  • 32801a9 ci: add golangci-lint configuration file
  • 451cce7 ci: enable golang-lint in GitHub actions
  • eb50649 ci: enable more linters
  • f8c7934 disables cgo
  • dd94704 fix: add sqlite and postgres blank import drivers with a comment
  • 54df60a fix: allows appending a new row to an empty table
  • 5a45711 fix: catch errors reported by errcheck linter
  • b5c64eb fix: make sure to catch all errors in drivers
  • 2b0ffc4 fix: make sure to use the database name when getting table columns
  • 008661a fix: replaces sqlite3 package with a pure go one
  • 702f080 fixes theme colors
  • f4cf9e6 fixes unused variable
  • 47641fc set cgo_enabled to default value

v0.2.3

10 Jul 16:51
d68a380
Compare
Choose a tag to compare

Changelog

  • d68a380 Merge pull request #68 from jorgerojas26/add-homebrew-tap
  • 47bc634 add brew tap config
  • 6649de1 add goreleaser gh action
  • 2243507 add test command to goreleaser config
  • 7817e25 add version subcommand
  • 5ded987 fixes goreleaser config
  • cc9f537 update goreleaser config version to 2
  • a8ed002 upgrade goreleaser config version

v0.2.2

10 Jul 15:24
f5cc69e
Compare
Choose a tag to compare

Changelog

  • 848dbf6 Create FUNDING.yml
  • f5cc69e Merge pull request #65 from jorgerojas26/postgres-connections-fix
  • 78c1bd1 Merge pull request #67 from jorgerojas26/mysql-numeric-table-name
  • 89b5bb3 add AppendNewRow command
  • a3c9fb5 changes connection table colors for better contrast
  • 1c52d31 changes tree color to use theme
  • b19895d feat: add support for mixed-case table names
  • 275a101 fix: allow postgres to switch between different database connections by selecting them in the tree
  • 02b5119 fix: connect to previous database on error
  • 10a4b1a fix: format table name to include backticks
  • 2c6ed23 fix: formats table name everywhere
  • f14d255 fix: table error modal not being focused

v0.2.1

22 Jun 00:40
Compare
Choose a tag to compare

Changelog

  • 220e237 Added better support
  • f9d92da Added keymaps for external editor.
  • f11ca78 Added support for external editor
  • 0bea84d Adding app/Keymap.go: The keymapping system in lazysql with default keybinds.
  • d541973 Adding commands/commands.go
  • 693dd71 Adding keymap module
  • 7228829 Fixed typo
  • b02f94c Merge branch 'externEditor'
  • f7b6c31 Merge pull request #58 from pnx/keybinds
  • 887c545 Merge pull request #61 from veloXm/main
  • d886c6c Overloaded x-terminal-emulator
  • 66afb20 Update README.md
  • 57369c6 add OpenInExternalEditor command to the keymap system
  • 47e1ae7 components: use keymap system instead of hardcoded keys.
  • 71e9e86 feat: add yank command binding
  • f8c454a fix: swaps GotoTop and GotoBottom commands
  • d35ba0e fix: uses key rune 127 instead of 8 for SwitchToConnectionsView command

v0.2.0

29 Apr 12:45
8bf3d17
Compare
Choose a tag to compare

Changelog

  • cc10004 Merge pull request #43 from jorgerojas26/refactor-get-database-name
  • 14e0513 Merge pull request #45 from danprueitt/support-tables-in-different-schemas
  • 62a2c36 Merge pull request #51 from LinPr/dev
  • 8bf3d17 Merge pull request #55 from LinPr/tree_key
  • c3b1d24 Merge pull request #56 from LinPr/keyupdown
  • e515348 Merge remote-tracking branch 'origin/support-tables-in-different-schemas' into support-tables-in-different-schemas
  • 7bed807 add example connection URLs to the readme. Closes #42
  • 43cccc6 changes how db name is obtained from connection url
  • 1d34f13 feat: Add support for different schemas in Postgresql driver
  • e3b142a feat: Add support for different schemas in Postgresql driver
  • beb5e9a feat: enable mouse actions when interact with lazysql terminal UI
  • 91818af fix: add keybindings info accroding to source code
  • add7a8f fix: add keybindings info accroding to source code
  • b5b1b8d fix: fix perminately blocked when operate a empty table. issue: #54
  • a6cfb35 fix: fix perminately blocked when operate a empty table. issue: #54

v0.1.8

10 Mar 15:13
Compare
Choose a tag to compare

Changelog

  • ecb3f89 Merge pull request #40 from jorgerojas26/dml-statements-refactor
  • ae0c0dc refactor: replaces "where" logic in DML statements to start using the primary key of the table instead of the hardcoded 'id' column
  • d6ba3d2 removes sqlite test db

v0.1.7

24 Feb 17:12
509f881
Compare
Choose a tag to compare

Changelog

  • 509f881 Merge pull request #36 from jorgerojas26/revert-url-escaping
  • d71def8 Revert "Merge pull request #27 from jorgerojas26/fixes-special-characters-in-url-string"
  • ea7f987 feat!: changes the way connection strings are stored in the config file. The user is now responsible for escaping the user and password of the connection string.
  • 2036e44 fix: test connection panic error

v0.1.6

24 Jan 02:40
9a22790
Compare
Choose a tag to compare

Changelog

  • 4b155c7 Fixes special characters in connection url string. Fixes #25
  • 9a22790 Merge pull request #27 from jorgerojas26/fixes-special-characters-in-url-string

v0.1.5

21 Jan 13:28
e917778
Compare
Choose a tag to compare

Changelog

  • d01daf6 Fixes colors by overriding tview default theme
  • 252851e Merge branch 'main' into fix-colors
  • e917778 Merge pull request #24 from jorgerojas26/fix-colors

v0.1.4

21 Jan 02:36
Compare
Choose a tag to compare

Changelog

  • 858d51a Add Postgres check mark to the Support section of the readme
  • 741653c Added editorconfig
  • 988f22b Fixes #23
  • f3c8c5e Fixes sqlite connection
  • 573ca69 Merge branch 'main' into main
  • 61570ad Merge branch 'main' of github.com:KevenGoncalves/lazysql
  • a17e3ca Merge pull request #17 from KevenGoncalves/main
  • 539db0f Merge pull request #21 from GusJelly/Code-formatting
  • 0ca16f5 fix(databases): fix the tree from showing others databases when passed a dbName
  • 272e0e0 fix(postgres): fixing postgres connection