keredson / peewee

a small, expressive orm -- supports postgresql, mysql and sqlite
http://docs.peewee-orm.com/
MIT License
13 stars 4 forks source link

if a column has a default value and I dont select the column the default isnt overwritten #17

Open neopunisher opened 7 years ago

neopunisher commented 7 years ago

lets say I have some default value for a column then i run a select without that column. All the instances will have the result of calling the default function and not the real value in the row