Daily updates from Odoo
Friday, April 27, 2018
1 change · master
Resolved issues and error corrections
SQL debug logging now includes query parameters again, restoring information that had been missing from database logs. This helps support and development teams diagnose database-related issues more effectively without changing normal user-facing behavior.
Original PR description
Since 1a58e108 (on 10.0 and over) parameters are no longer present when logging sql queries. This removes some of the usefulness of the feature, and this commit adds them back. opw-1839241