Various SQL related text and list processing commands. Separate block selection is supported.
The following commands can be accessed via Command Palette:
Quote Each Line
Quotes each selected line with a single quote '
.
This command minds the single quote '
characters and escapes them.
That is, My friend's computer
becomes 'My friend''s computer'
.
Unquote Each Line
Remove single quote from selected lines.
This command minds the single quote '
characters and de-escapes them.
That is, 'My friend''s computer'
becomes My friend's computer
.
Comment Each Line
Comments selected lines with --
characters.
Uncomment Each Line
Removes leading --
characters from selected lines.
Add Leading Commas
Adds leading comma ,
to the selected lines.
Remove Leading Commas
Removes leading comma ,
from the selected lines, if exists.
Add Trailing Commas
Adds trailing comma ,
to the selected lines.
Remove Trailing Commas
Removes trailing comma ,
from the selected lines, if exists.
apm install atom-sql-list
None, at least for now.
None, at least for now.
See the CHANGELOG.md file.
MIT, see the LICENSE.md file.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.