Skip to content

Latest commit

 

History

History
129 lines (87 loc) · 2.01 KB

CHANGELOG.md

File metadata and controls

129 lines (87 loc) · 2.01 KB

Changelog

All notable changes to this project will be documented in this file.

[0.1.2] - 2024-01-16

Bug Fixes

  • Order of dropping handle

[0.1.1] - 2024-01-05

Bug Fixes

  • Ignore single line comment
  • Multi line paste

Documentation

  • CHANGELOG.md

Features

  • Disable show in less
  • Specify history file
  • Exit command

Miscellaneous Tasks

  • Release

[0.1.0] - 2024-01-03

Bug Fixes

  • Multiline input
  • No styling when display in less
  • Display error

Documentation

  • README.md
  • README.md
  • CHANGELOG
  • README.md
  • CHANGELOG.md

Features

  • Nullable value
  • Prompt for current session
  • Replace colorize with colored
  • Improve error tips
  • Improve sql error tips
  • Simple completion
  • No keeping duplicated history
  • Improve validation for better multiline input
  • Commands from BufReader
  • SQL scripts file and support disable echo #5 #4
  • #4 single SQL execute

Miscellaneous Tasks

  • Release with compatible

Refactor

  • Extract client as single library
  • Extract commands to mod
  • Classify commands
  • Extract validation/parsing for commands
  • Input source
  • Optimize executing command
  • Return error of fetching command
  • Make trait Output
  • Remove --output argument

Styling

  • Fmt
  • Fmt clean

Build

  • Update tabled to 0.15.0

[0.0.1] - 2023-12-13

Bug Fixes

  • Disable validation when input username/password
  • Long content no eof
  • End of long sql
  • No less display when non term
  • Measure text width

Features

  • Connection to utf8 and complete column attrs
  • PL/SQL compile error
  • DQL & DML
  • Simple interactive SQL console and table print
  • Indicate last command status
  • Simple reconnect
  • Introduce rustyline
  • Validation for SQL statement
  • Highlight sql
  • Show long content in less
  • Execute shell
  • Display unsupported types as text
  • Don't output when no row fetched

Miscellaneous Tasks

  • Build

Refactor

  • Parse conn command and login at startup

Styling

  • Fmt

Build

  • Min-sized release