You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug symfony#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 (closessymfony#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 symfony#9541 for more details. Commits ------- 27efc38 Quote “user” table in example code with backticks
0 commit comments