Skip to content

Releases: jorgerojas26/lazysql

v0.3.1

30 Oct 20:03
bb04dd3
Compare
Choose a tag to compare

Changelog

  • 6b9a0bf Feat: Refresh the current table.
  • 13cf5ea Merge pull request #115 from pro0o/feat/refresh-current-table
  • bb04dd3 Merge pull request #116 from jorgerojas26/fix-primary-key-extraction
  • 095b83a fix: extract primary key information
  • 2fee6ee fix: get column index by name not working on sorted tables

v0.3.0

27 Oct 15:14
cc376a9
Compare
Choose a tag to compare

Changelog

  • 1390fe7 Merge branch 'main' into results-sidebar
  • 213b63b Merge branch 'main' into set-value-modal
  • 517685d Merge branch 'main' into set-value-modal
  • ff19a8e Merge branch 'main' into set-value-modal
  • aebceda Merge pull request #100 from prochac/fix-cursor-errs
  • c4ac8f1 Merge pull request #103 from jorgerojas26/results-sidebar
  • cc376a9 Merge pull request #110 from jorgerojas26/set-value-modal
  • 44619e6 Merge pull request #114 from felipebueno/esc-to-close-help-modal
  • 5b63d08 Pressing Escape close the Help Modal
  • 8c50b79 add tests for queriesInTransaction
  • 6e055df chore: changes event name
  • 9e8fd49 chore: converts magic strings into constants
  • 2305a74 chore: creates a custom theme
  • 17f3d84 chore: fix lint
  • 765cafc chore: fix lint errors
  • ddd1022 chore: linter
  • 5bfeb76 chore: make constants have a prefix
  • 9792cca chore: make constants private
  • 88a97da chore: removes some magic strings
  • 0e19547 chore: simplify if statements
  • acefcbb feat: add column type to the input title
  • 857943d feat: add menu modal to select a value
  • 810d11c feat: add scrolling behavior
  • cabef15 feat: add set value menu to the sidebar
  • f943e48 feat: add sidebar
  • 2085cd9 feat: edit sidebar input fields
  • 4069b0b feat: edits are commitable
  • 3c68acb feat: makes sidebar taller
  • a5e6a4f feat: makes sidebar toggleable when focused
  • f13c824 feat: menu modal fixed width
  • eb4f81f feat: null, empty and default italics style
  • e46fa6b feat: support NULL, DEFAULT and EMPTY values
  • 2088995 fix: cell background color on set value
  • 51f45c8 fix: editor results table not being shown
  • 4fb4a36 fix: error handing for row cursors
  • 9c693f5 fix: focusing when is hide
  • 856be0a fix: makes sidebar a tview frame to fix bg color
  • 9bbda7b fix: postgres get records
  • fdd6e9b fix: return back the pagination
  • 176b826 fix: return from connection form to selection
  • 7c8e501 make sidebar a bit smaller
  • 8471afa return transaction rollback error

v0.2.9

04 Sep 17:13
7cd8dd2
Compare
Choose a tag to compare

Changelog

  • 7cd8dd2 Merge pull request #99 from jorgerojas26/tree-colors
  • 9c69379 feat: changes tree title color
  • 7d23ae6 feat: improves selected node color calculation logic
  • 74bec9c fix: postgres schema names color in tree
  • b75994e improves code readability

v0.2.8

04 Sep 16:18
ea2ea76
Compare
Choose a tag to compare

Changelog

  • ea2ea76 Merge pull request #96 from jorgerojas26/tree-input-filter
  • 2635c56 feat: add found count and improved colors
  • 3e7720f feat: add input filter to tree

v0.2.7

31 Aug 01:16
d9469eb
Compare
Choose a tag to compare

Changelog

  • 5104f92 Merge branch 'clipboard-cgo-error' into refactor-dml
  • be92c60 Merge branch 'main' into refactor-dml
  • a48cf25 Merge branch 'main' into refactor-dml
  • d9469eb Merge pull request #73 from jorgerojas26/refactor-dml
  • cfd8452 add quit button to connection selection
  • f5bda70 feat: add SortAsc and SortDesc to keybind system
  • 52f7b79 feat: add all keymaps to keymap system and fix lint warnings
  • 6690fe8 fix: linter issues
  • 04acbd2 i don't know what i am doing

v0.2.6

30 Aug 05:26
Compare
Choose a tag to compare

Changelog

  • e4be84b Add Blue HelpStatusBar
  • 6a35093 Add HelpModal
  • 56cdfc2 Add HelpStatus Updata based on context
  • 3394631 Add Keymap Descriptions
  • 0749981 Fix colorBorder and colorSelected errors
  • 2ae3d98 Fix newtext compile errors
  • 058d7ca Merge pull request #94 from jorgerojas26/clipboard-cgo-error
  • 686462e Merge pull request #95 from jorgerojas26/status-bar
  • 70aaefd Update components/HelpModal.go
  • b878c8c Update components/HelpModal.go
  • c7b2982 Update components/HelpModal.go
  • d2629f7 Update components/HelpStatus.go
  • 508235a Update components/HelpStatus.go
  • 09a6ca7 add constant varables for Editor and HelPage string instead of string literals
  • 3e186fe feat: changes help status text color
  • cfe06e3 feat: improved help modal ui, removed help status bar
  • 9dd8e99 fix: cgi linter error

v0.2.5

29 Aug 18:32
79f4961
Compare
Choose a tag to compare

Changelog

  • fdc532c Fixes sqlite cgo error (#86)
  • 5f231e9 Merge branch 'main' into empty-table-append
  • 1ab707d 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
  • 76348ae Merge pull request #92 from jorgerojas26/clipboard-cgo-error
  • 79f4961 Merge pull request #93 from jorgerojas26/clipboard-cgo-error
  • ff1e0e6 add a temporary fix to mysql driver GetTableColumns
  • 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
  • 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
  • 272bb12 fix: omit nil check (linter)
  • aba1453 fix: replace clipboard package
  • c72c846 fixes backspace behavior (#91)
  • 702f080 fixes theme colors

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