issues
search
alan-turing-institute
/
sqlsynthgen
Synthetic data for SQL databases
MIT License
11
stars
1
forks
source link
Static builtin providers
#163
Closed
Iain-S
closed
1 year ago
Iain-S
commented
1 year ago
Check that we support unrecognised columns that have a size, such as
column_with_unusual_type_and_length bit(3)
Mark provider methods as
@staticmethod
s if they don't use
self
.
column_with_unusual_type_and_length bit(3)
@staticmethod
s if they don't useself
.