Am 04.05.2016 um 07:34 schrieb D'Arcy J.M. Cain: > I think we made a mistake early on when we chose "get" for getting a > row from the database in the classic module. It conflicts with the > dict get method
Actually I don't think it's a big issue. SQLObject and SQLAlchemy also have a get() method and it always felt natural to me.
Instead of integrating making DB a multi-purpose class, I would rather add more classes like Table and Row. But then Pygres would probably slowly grow into a kind of ORM...
-- Chris _______________________________________________ PyGreSQL mailing list [email protected] https://mail.vex.net/mailman/listinfo.cgi/pygresql
