byrman

Results 43 comments of byrman

> Am curious about whether your solution indeed just works, or if something else is needed. I created a view in PostgreSQL: ``` test=# \d+ teamsandheroes View "public.teamsandheroes" Column |...

I would like to see 'lineno' as well in all my log messages. Seems like a good idea to make this configurable.

Ideally, you would would not have to specify a column at all and use `COUNT(*)` behind the scenes. That does not seem possible yet with 1.4 ORM, see [here](https://stackoverflow.com/questions/65754023/what-is-the-equivalent-of-query-count-in-the-sqlalchemy-1-4-orm). Correction:...