jeffry
jeffry
seems there's no way to reflect `JSON` or `JSONB` 's python type. so should I remove JSON, JSONB in types maping? or treat it as dict by default?. becuase JSON...
> > seems there's no way to reflect `JSON` or `JSONB` 's python type. so should I remove JSON, JSONB in types maping? or treat it as dict by default?....
> > > seems there's no way to reflect `JSON` or `JSONB` 's python type. so should I remove JSON, JSONB in types maping? or treat it as dict by...
BTW, I didnot see `types.Uuid` in `get_sqlalchemy_types`, after my local test, it's well suited with `types.Uuid: uuid4` add to return dict.
looks like main branch is broken for lint again. @guacs JSON has been added back. pls review
> looks like main branch is broken for lint again. @guacs JSON has been added back. pls review may I ask why lint rule is checked for all files not...
> looks like main branch is broken for lint again. @guacs JSON has been added back. pls review I executed `pre-commit run --all-files` on my PC, no issues were reported....
any updates for this?
> Your question is the first one in a while, congratulations May I ask that if this feature is under developing? or just in future's plan. I'm considering to choose...
@dmontagu May I ask is the project still alive?