Skip to content

Releases: nao1215/sqly

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 09 Nov 16:48
667f08f

Changelog

  • bbafe93 Add .mode command
  • 53ca114 Add description for json format
  • 6933c28 Add json import feature
  • 4907f4f Add sample data
  • a09d77c Explained that conversion between csv and json is possible
  • 14e8959 Fixed a problem that slowed down input to prompts when the number of records increased
  • 880c7e6 Merge pull request #13 from nao1215/fix-input-delays-when-increasing-records
  • 667f08f Merge pull request #14 from nao1215/feat-import-json

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 09 Nov 03:49
9660c64

Changelog

  • 6f39414 Add .header command
  • b14d2a3 Add input completion function for table header names
  • 4a2620f Delete unused code
  • 9660c64 Merge pull request #12 from nao1215/add-header-command
  • 3839b4c Update demo file
  • 61122d1 Update description for .header command

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 08 Nov 16:38
37f5736

Changelog

  • 03ab886 Add completion and key bindings
  • 2b54811 Fix bug in go-prompt: exit app, terminal does not display input
  • d579384 Fixed a display collapse problem when multiple lines are entered in the sqly shell. However, the bug still remains.
  • 198b86a Merge branch 'main' into add-key-bindings
  • 37f5736 Merge pull request #11 from nao1215/add-key-bindings
  • 35ff00d Update README
  • 3a498cd Update README.md

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 06 Nov 23:47
c58e896

Changelog

  • c4d20ab Fixed a bug that caused SQL to fail if there was a trailing semicolon
  • c58e896 Merge pull request #10 from nao1215/delete-last-semi-colon
  • 0d450dd Update README.md

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 06 Nov 17:24
984fe01

Changelog

  • 4b30556 Add description at section "Features to be added"
  • c2e48a9 Add move cursor function in intaractive shell
  • ec472c5 Fix bug for delete or left move
  • 30a67b4 Fix typo
  • ecdeb3f Merge pull request #9 from nao1215/improve-key-input
  • 984fe01 Update README.md

v0.0.11

Choose a tag to compare

@github-actions github-actions released this 06 Nov 12:55
ef5d4cf

Changelog

  • 97ca805 Add more information at "features to be add" section
  • 733c9da Fixed a bug in which the wrong arguments were used
  • ef5d4cf Merge pull request #8 from nao1215/fix-small-bug

v0.0.10

Choose a tag to compare

@github-actions github-actions released this 06 Nov 07:36
b854e26

Changelog

v0.0.9

Choose a tag to compare

@github-actions github-actions released this 05 Nov 18:25

Changelog

v0.0.4

Choose a tag to compare

@github-actions github-actions released this 04 Nov 23:13

Changelog

  • 9d170ef Delete go generate at before hooks