issues
search
dymmond
/
edgy
🔥 The perfect ORM to work with complex databases 🔥
https://edgy.dymmond.com
BSD 3-Clause "New" or "Revised" License
193
stars
9
forks
source link
Feature/cleanup field factory
#88
Closed
devkral
closed
5 months ago
devkral
commented
5 months ago
Changes:
CompositeField inherits from FieldFactory
cleanup FieldFactory
inheritance checks work on fields (through I still use
__type__
for adoption type checks
Update:
run tests also on release branch
use more recent postgresql 16 instead of 10
Changes:
__type__
for adoption type checksUpdate: