Commit 69f68d4
docs: use single quotes for strings in SQL restrictions
PostgreSQL interprets double quotes as identifier references, not string
literals. Changed all examples to use the portable pattern:
Table & "field = 'value'"
instead of the MySQL-only pattern:
Table & 'field = "value"'
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 5010b85 commit 69f68d4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
899 | 899 | | |
900 | 900 | | |
901 | 901 | | |
902 | | - | |
| 902 | + | |
903 | 903 | | |
904 | 904 | | |
905 | 905 | | |
| |||
0 commit comments