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
EdgeQLSyntaxError: Unexpected keyword 'refresh'
|
6 | data := ( expire := <std::float64>604800,minimum := <std::float64>86400,mname := "ns1.app.beachfront",refresh := <std::float64>3600,retry := <std::float64>1800,rname := "administrator.app.beachfront",serial := <std::float64>2023092801 )
| ^^^^^^^
Hint: Use a different identifier or quote the name with backticks: `refresh`
Solution
Entire object should be wrapped in e.tuple and the reserved keyboard should be quoted AND have backticks.
Discussed in #742
Originally posted by NetOpWibby September 29, 2023
Problem
"refresh" is an reserved word in EdgeDB so the below will not work.
Solution
Entire object should be wrapped in e.tuple and the reserved keyboard should be quoted AND have backticks.
The text was updated successfully, but these errors were encountered: