alan-turing-institute / sqlsynthgen

Synthetic data for SQL databases
MIT License
11 stars 1 forks source link

column defaults #140

Closed Iain-S closed 1 year ago

Iain-S commented 1 year ago

The current code handles defaults if they come from a PK but not if they come from server-side column defaults.

mhauru commented 1 year ago

This is a really good catch. The new code looks good, there just seems to be a simple failure in one of the old tests.

Iain-S commented 1 year ago

Added poetry.lock to the pre-commit workflow cache key as a change to, e.g., the version of isort we use should trigger a rebuild.