eyadgaran / SimpleML

Machine learning that just works, for effortless production applications
BSD 3-Clause "New" or "Revised" License
17 stars 5 forks source link

DB defaults out of sync with python defaults #81

Open eyadgaran opened 2 years ago

eyadgaran commented 2 years ago

Database server side defaults overwrite certain field values during execution which can cause reference issues when using lookup based workflows (eg retrieve or create without a name attribute -- the dummy persistable will have a None reference while the corresponding db entry will have a "default" value)