6ba331aad2
Using double quotes for strings does not conform to the ANSI standard. While MySQL accepts it, PostgreSQL raises an error. This patch fixes crash when used with PostgreSQL. Closes-Bug: #1606534 Change-Id: Id979043b1573bf2ea473e772c7ea7417c733d753
5 lines
138 B
YAML
5 lines
138 B
YAML
---
|
|
fixes:
|
|
- Use only single quotes for strings inside SQL statements. Fixes a crash
|
|
when PostgreSQL is used as a database backend.
|