Commit 1795bd7
committed
bug #9551 Quote “user” table in example code with backticks (msheakoski)
This PR was submitted for the master branch but it was merged into the 2.8 branch instead (closes #9551).
Discussion
----------
Quote “user” table in example code with backticks
Naming the table “user” without backtick quoting will trigger an error for anybody that copy/pastes the code because “USER” is a SQL reserved word. See #9541 for more details.
Commits
-------
27efc38 Quote “user” table in example code with backticks1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments