You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release_note_en.md
+32-30Lines changed: 32 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
Release notes (English)
2
+
=======================
1
3
( **English** / [Japanese](release_note_ja.md) )
2
4
3
5
### Bug fixes
@@ -10,7 +12,7 @@
10
12
- Enable `RELEASE SAVEPOINT`(#19), `REPLACE INTO`(#20,MySQL) and `SET`(#21) to execute within a transaction.
11
13
12
14
v0.26.0
13
-
=======
15
+
-------
14
16
Nov 11, 2025
15
17
16
18
### Bug fixes
@@ -38,7 +40,7 @@ Nov 11, 2025
38
40
- Switched terminal input API calls to use `go-ttyadapter` v0.2.0 (#9)
39
41
40
42
v0.25.0
41
-
=======
43
+
-------
42
44
Nov 3, 2025
43
45
44
46
### Bug fixes
@@ -64,7 +66,7 @@ Nov 3, 2025
64
66
- Rewrote the SQLite3 test written in PowerShell 7 using Go’s standard `go test` framework to enable testing on Linux and GitHub Actions. (#7)
65
67
66
68
v0.24.0
67
-
=======
69
+
-------
68
70
Oct 25, 2025
69
71
70
72
- Fixed an issue in the `edit` command where table names containing spaces were incorrectly expanded in SQL statements.
@@ -75,7 +77,7 @@ Oct 25, 2025
75
77
- Enabled syntax highlighting for the `HOST` command and filename completion after `HOST`.
76
78
77
79
v0.23.0
78
-
=======
80
+
-------
79
81
Oct 14, 2025
80
82
81
83
- For non-DML SQL, `"database/sql".Conn` is now used instead of `"database/sql".DB`
@@ -96,7 +98,7 @@ Oct 14, 2025
96
98
- When the environment variable `COLORFGBG` is defined in the form `(FG);(BG)` and `(FG)` is less than `(BG)`, the program now uses color settings designed for light backgrounds (equivalent to `-rv`).
97
99
98
100
v0.22.0
99
-
=======
101
+
-------
100
102
Oct 5, 2025
101
103
102
104
- On the `edit` command:
@@ -111,7 +113,7 @@ Oct 5, 2025
111
113
- Modified the existing CRLF mode to avoid using golang.org/x/text/transform.
112
114
113
115
v0.21.0
114
-
=======
116
+
-------
115
117
Sep 27, 2025
116
118
117
119
-`edit` command
@@ -130,7 +132,7 @@ Sep 27, 2025
130
132
- Added the `host` command to execute operating system commands.
131
133
132
134
v0.20.0
133
-
=======
135
+
-------
134
136
Sep 14, 2025
135
137
136
138
- Bug Fixes
@@ -151,7 +153,7 @@ Sep 14, 2025
151
153
- Moved the database-specific customization packages under `"dialect"`.
152
154
153
155
v0.19.0
154
-
=======
156
+
-------
155
157
Sep 6, 2025
156
158
157
159
- Parameters for the START command are now completed as filenames.
@@ -163,7 +165,7 @@ Sep 6, 2025
163
165
- Added search command (`*` and `#`) to find the next occurrence of the current cell's content
164
166
165
167
v0.18.0
166
-
=======
168
+
-------
167
169
Jun 25, 2025
168
170
169
171
- Updated go-readline-ny to v1.9.1
@@ -175,7 +177,7 @@ Jun 25, 2025
175
177
- Made it possible to build with Go 1.20.14 to support Windows 7, 8, and Server 2008 or later.
176
178
177
179
v0.17.0
178
-
=======
180
+
-------
179
181
Jan 20, 2025
180
182
181
183
- Update the dependency of go-multiline-ny to v0.18.4 and go-readline-ny to v1.7.1
@@ -185,7 +187,7 @@ Jan 20, 2025
185
187
- Applied colors to input SQL, such as cyan for reserved words and magenta for strings.
186
188
187
189
v0.16.0
188
-
=======
190
+
-------
189
191
Nov 21, 2024
190
192
191
193
- Show the prompt as `SQL*` instead of `SQL>` during a transaction.
@@ -202,28 +204,28 @@ way
202
204
- Fix: when editing the longer lines than screen height, the number of the lines scrolling was one line short
203
205
204
206
v0.15.2
205
-
=======
207
+
-------
206
208
Sep 21, 2024
207
209
208
210
- Fix: [#3] panic occurred during y/n prompts since v0.15.0
209
211
210
212
[#3]: https://github.com/hymkor/sqlbless/issues/3
211
213
212
214
v0.15.1
213
-
=======
215
+
-------
214
216
Sep 19, 2024
215
217
216
218
- Fix: a panic occured when only an empty input was provided
217
219
- Separate the main package into cmd/sqlbless to allow usage as a library
218
220
219
221
v0.15.0
220
-
=======
222
+
-------
221
223
Jul 28, 2024
222
224
223
225
- With the support for windows/386 in modernc.org/sqlite v1.31.0, the SQLite3 driver has been consolidated to github.com/glebarez/go-sqlite. PureGo implementation is now enabled for all architectures.
224
226
225
227
v0.14.0
226
-
=======
228
+
-------
227
229
Jun 10, 2024
228
230
229
231
- When the cell validation fails, prompt to modify the input text instead of discarding
@@ -243,7 +245,7 @@ Jun 10, 2024
243
245
- Fix: When `-debug` was specfied, `d` or `x` could clear the debug-header.
244
246
245
247
v0.13.0
246
-
=======
248
+
-------
247
249
Jun 4, 2024
248
250
249
251
- Modify the error message of `desc` with no arguments when no tables exist.
@@ -273,7 +275,7 @@ Jun 4, 2024
273
275
- Do not create an empty row at the tail
274
276
275
277
v0.12.0
276
-
=======
278
+
-------
277
279
May 29, 2024
278
280
279
281
-[#1] Support SQLite3. For windows-386, use "mattn/go-sqlite3" and for others, "glebarez/go-sqlite" (Thanks to [@emisjerry] and [@spiegel-im-spiegel])
0 commit comments