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
The reasons look good at the first glance. But sometimes people are already working with Record in dot notation. E.g. jinja or django templates allow to do this. And so people forced to use different syntax in their handlers and templates.
Yes, sure. In django views you should use record as a dict, but in templates you should use dot notation. I would prefer use dot notation in both cases.
That's understandable. One potential solution is to add the ability to specify a cursor factory, like psycopg does. I'll open a separate issue for this.
No description provided.
The text was updated successfully, but these errors were encountered: