piccolo-orm / piccolo

A fast, user friendly ORM and query builder which supports asyncio.
https://piccolo-orm.com/
MIT License
1.46k stars 91 forks source link

piccolo args to allow only valid arguments #1114

Open najeeb12 opened 1 month ago

najeeb12 commented 1 month ago

its let you say Float(nul=True) when it should raise invalid argument

dantownsend commented 1 month ago

Yes, that's a fair point - Column.__init__ has **kwargs specified, which means typos slip through.