yhat / db.py

db.py is an easier way to interact with your databases
BSD 2-Clause "Simplified" License
1.22k stars 111 forks source link

Handle column name conflicts with Table attributes #77

Closed rothnic closed 9 years ago

rothnic commented 9 years ago

Fixes issues in yhat/db.py#76, yhat/db.py#75, and yhat/db.py#74. Needs more testing and conversation on any better ways to handle this problem. See yhat/db.py#76 for discussion.