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
**Note:** The `D` key is disabled to prevent accidental execution due to terminal escape sequence delays. Please use `dd` or `dr` instead.
103
109
104
110
- Because the EDIT statement automatically generates SQL from data changed in the editor, it may not be able to properly represent SQL data for special types specific to individual databases. If you find it, we would appreciate it if you could [contact us](https://github.com/hymkor/sqlbless/issues/new).
<p><strong>Note:</strong> The <code>D</code> key is disabled to prevent accidental execution due to terminal escape sequence delays. Please use <code>dd</code> or <code>dr</code> instead.</p>
1323
1337
</li>
1324
1338
<li>
1325
1339
<p>Because the EDIT statement automatically generates SQL from data changed in the editor, it may not be able to properly represent SQL data for special types specific to individual databases. If you find it, we would appreciate it if you could <ahref="https://github.com/hymkor/sqlbless/issues/new">contact us</a>.</p>
Fixed a keybinding conflict that rendered row deletion unavailable. The `d` key has been unassigned from the "Set Null" function to restore the `dd` and `dr` commands, following specification changes in Csvi. Field Null assignment remains available via the `x` key. (#35)
11
+
-`edit` statement: Prevent creation of empty lines at the end of the editable CSV content. ([csvi#79])
12
+
- (internal changes) Stop using deprecated fields: `csvi.KeyEventArgs.CursorRow` and `CursorCol` ([csvi#80],#38)
13
+
-`edit` statement: Quit immediately on `q` without a prompt if there are no changes.([csvi#81],#39)
0 commit comments