Releases: noborus/trdsql
Releases · noborus/trdsql
Release v0.11.0
Added -iwidth
as a new input format.
This makes the input format what was output with the specified width.
What's Changed
- Support go1.18 or later by @noborus in #196
- Added width specification format to input format by @noborus in #209
- Changed option name from gw to width by @noborus in #211
- Input for ps output changed to recommend
-iwidth
by @noborus in #213
New Contributors
Full Changelog: v0.10.1...v0.11.0
Release v0.10.1
What's Changed
- Fixed missing check in rows.Err() by @noborus in #191
- Changed to strings.Builder by @noborus in #194
- Support for go1.19 started by @noborus in #195
- Enable sqlite_math_functions by @noborus in #199
- Improved analyze additional advice by @noborus in #200
Full Changelog: v0.10.0...v0.10.1
Release v0.10.1-rc2
Release binary changed to go1.19
Release v0.10.1-rc1
What's Changed
- Fixed missing check in rows.Err() by @noborus in #191
- Refactoring and adding comments by @noborus in #192
- Fixed scope range by @noborus in #193
- Changed to strings.Builder by @noborus in #194
- Support for go1.19 started by @noborus in #195
- Change importCount to DB member variable. by @noborus in #198
- Enable sqlite_math_functions by @noborus in #199
- Improved analyze additional advice by @noborus in #200
Full Changelog: v0.10.0...v0.10.1
Release v0.10.0
What's Changed
- Fixed lint indication in shadows declaration by @noborus in #177
- Fixed tbln limit option not being enabled by @noborus in #178
- Add go1.18 by @noborus in #181
- Improved use of -ijq option by @noborus in #187
- Changed GuessOpts to public by @noborus in #188
- Changed handling of NULL by @noborus in #189
- Resolved #182. Added
-inull
-onull
option for null conversion.
Thank you @agguser
Full Changelog: v0.9.1...v0.10.0
Release v0.9.1
What's Changed
- Improved gojq quote by @noborus in #159
- Added 1.17 to the supported version of go by @noborus in #160
- A note useful for things related to #161 by @aborruso in #162
- Changed go1.17 to default by @noborus in #163
- Changed bytes.Buffer to strings.Builder by @noborus in #165
- Changed the for statement to use range by @noborus in #167
- Limitted read by @noborus in #168
- Remove excess keywords by @noborus in #169
- Improved json preread by @noborus in #171
- Changed docker image to multi-stage builds by @noborus in #172
- Refactor to use byte.buffer by @noborus in #173
- The json output also keeps the output order by @noborus in #174
- Changed for deprecated since 1.16 by @noborus in #176
New Contributors
Full Changelog: v0.9.0...v0.9.1
Release v0.9.0
Release v0.8.0
Added Context support.
Changed to return with json.RawMessage if the value was a json object.
Expand the tilde(~) to $home.
Keeps the order of JSON objects when outputting JSON and JSONL.
Release v0.8.0 pre2 version
v0.7.10 Fixed a double quote mistake
Release v0.8.0 pre version
Fixed obsolete settings https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/