Commit 76b7da3
committed
Fix SQL query quotes for database compatibility
- Change inner quotes from double to single quotes in CASE WHEN statement
- Improves compatibility with SQLite and PostgreSQL
- Fixes issue reported in PR from csoutham1 parent 8b44e42 commit 76b7da3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
0 commit comments