ironic-inspector/releasenotes/notes/fix-crash-when-use-postgresql-ac6c708f48f55c83.yaml
Teng Fei 6ba331aad2 Modify the SQL's string from double quote to single quote.
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
2016-08-17 11:51:46 +02:00

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.