mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 18:36:12 +02:00
DEBUG mode should list all SQL queries sent.
Even for MS SQL source.
This commit is contained in:
parent
3e8b7df0d3
commit
4cb83ec6a5
@ -39,6 +39,7 @@
|
||||
(defun mssql-query (query)
|
||||
"Execute given QUERY within the current *connection*, and set proper
|
||||
defaults for pgloader."
|
||||
(log-message :debug "MSSQL: sending query: ~a" query)
|
||||
(mssql:query query :connection (conn-handle *mssql-db*)))
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user