We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a4d8a2 commit 7b9781bCopy full SHA for 7b9781b
ob-sql.el
@@ -192,8 +192,8 @@ or <user>/<password>@<database> using its alias."
192
193
(defun org-sql-dbstring-mssql (host user password database)
194
"Make sqlcmd command line args for database connection.
195
- `sqlcmd' is the preferred command line tool to access Microsoft
196
- SQL Server on Windows and Linux platform."
+`sqlcmd' is the preferred command line tool to access Microsoft
+SQL Server on Windows and Linux platform."
197
(mapconcat
198
#'identity
199
(delq nil
0 commit comments