cl-user package internal symbols '(with-transaction execute-query execute-command)
Hi, I'm moving some code from 4.4 to 5.1 and I notice that using (use-package :sql) in :cl-user results in conflicting symbols as shown here: Using package SQL results in name conflicts for these symbols: EXECUTE-COMMAND EXECUTE-QUERY WITH-TRANSACTION. Are these symbols in cl-user by mistake or is it expected ? I've read nothing in the release notes that documents it. Finally, can I just shadow them without any troubles? Cheers, Sebastien.