Re: On adding comments to database schema

2018-03-08 Thread Jani Tiainen
Oracle supports comments as well. 7.3.2018 2.52 ip. "vanadium23" kirjoitti: > Hello, fellows. > > There was once a proposal about ability to add comments to table/columns > in postgres: https://code.djangoproject.com/ticket/18468 > I re-read discussion in ticket, and it

Re: Add Alias or annotations without group-by support?

2018-03-08 Thread Cristiano Coelho
The workaround, although extremely ugly and which will probably cause issues in the future (reason I only used it for the model I needed to do those odd queries) was to use a custom queryset/manager. Something like this. class FasterCountQuerySet(QuerySet): def count(self): return

django-adapters audit

2018-03-08 Thread Jamesie Pic
Hi all! It’s been probably 30 hours I’ve spent trying to contribute to the django-adapters

Re: Adding a database-agnostic JSONField into Django

2018-03-08 Thread Johannes Wilm
Hey, is anyone working on this? Have this patchwork of solutions for different databases systems in additionally the uncertainty associated with not knowing which of the postgresql solutions will survive in the long run really makes it a difficult decision to switch to anyone of these from a