Sqlsynthgen

Latest version: v0.4.2

Safety actively analyzes 626763 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.4.2

What's Changed
* Fix destination schema creation by Iain-S in https://github.com/alan-turing-institute/sqlsynthgen/pull/167


**Full Changelog**: https://github.com/alan-turing-institute/sqlsynthgen/compare/0.4.1...0.4.2

0.4.1

What's Changed
* Log row counts (Iain's additions) by Iain-S in https://github.com/alan-turing-institute/sqlsynthgen/pull/166
* Log row counts for create-data by mhauru in https://github.com/alan-turing-institute/sqlsynthgen/pull/162


**Full Changelog**: https://github.com/alan-turing-institute/sqlsynthgen/compare/0.4.0...0.4.1

0.4.0

What's Changed
* Ignorable tables by mhauru in https://github.com/alan-turing-institute/sqlsynthgen/pull/141
* Logging verbosity by mhauru in https://github.com/alan-turing-institute/sqlsynthgen/pull/145
* Add instructions for SQL Server by Iain-S in https://github.com/alan-turing-institute/sqlsynthgen/pull/149
* Documentation improvements by mhauru in https://github.com/alan-turing-institute/sqlsynthgen/pull/155
* Improve AirBnB tutorial by mhauru in https://github.com/alan-turing-institute/sqlsynthgen/pull/159
* Add SQLGroupByProvider and NullProvider by mhauru in https://github.com/alan-turing-institute/sqlsynthgen/pull/158
* Fix typos in docs by mhauru in https://github.com/alan-turing-institute/sqlsynthgen/pull/160
* Default to null_provider for unrecognised column types, with warning by mhauru in https://github.com/alan-turing-institute/sqlsynthgen/pull/161
* Bump version to 0.4.0 by mhauru in https://github.com/alan-turing-institute/sqlsynthgen/pull/164


**Full Changelog**: https://github.com/alan-turing-institute/sqlsynthgen/compare/0.3.3...0.4.0

0.3.3

What's Changed
* Tutorial updates by Olajumoke01 in https://github.com/alan-turing-institute/sqlsynthgen/pull/117
* Added tqdm as an extra dependency in the pyproject.toml file by Olajumoke01 in https://github.com/alan-turing-institute/sqlsynthgen/pull/114
* Badges by Iain-S in https://github.com/alan-turing-institute/sqlsynthgen/pull/119
* Try different homepage and docs URLs by Iain-S in https://github.com/alan-turing-institute/sqlsynthgen/pull/124
* uuids by Iain-S in https://github.com/alan-turing-institute/sqlsynthgen/pull/115
* Split use_asyncio from use_smartnoise_sql and make the latter query specific by mhauru in https://github.com/alan-turing-institute/sqlsynthgen/pull/125
* Two-stage src-stats by mhauru in https://github.com/alan-turing-institute/sqlsynthgen/pull/126
* Minor improvements by Iain-S in https://github.com/alan-turing-institute/sqlsynthgen/pull/127
* make-stats to return dictionaries by mhauru in https://github.com/alan-turing-institute/sqlsynthgen/pull/128
* Finance tutorial by Iain-S in https://github.com/alan-turing-institute/sqlsynthgen/pull/129
* Add version command by Iain-S in https://github.com/alan-turing-institute/sqlsynthgen/pull/134
* Add SNS metadata spec and update some of ours. by Iain-S in https://github.com/alan-turing-institute/sqlsynthgen/pull/136
* Warn whenever an invalid config is loaded by Iain-S in https://github.com/alan-turing-institute/sqlsynthgen/pull/135
* column defaults by Iain-S in https://github.com/alan-turing-institute/sqlsynthgen/pull/140
* Sqlalchemy2 by mhauru in https://github.com/alan-turing-institute/sqlsynthgen/pull/137
* Add more type hints by mhauru in https://github.com/alan-turing-institute/sqlsynthgen/pull/138
* Sqla2 type hints iain by Iain-S in https://github.com/alan-turing-institute/sqlsynthgen/pull/142
* 0.3.2 -> 0.3.3 by Iain-S in https://github.com/alan-turing-institute/sqlsynthgen/pull/143


**Full Changelog**: https://github.com/alan-turing-institute/sqlsynthgen/compare/0.3.1...0.3.3

0.3.1

What's Changed

No major changes but updates to the documentation and documentation PyPI link that require a new release.

* Added tqdm to csv_to_database.py by Olajumoke01 in https://github.com/alan-turing-institute/sqlsynthgen/pull/113
* Add URLs and more detail to pyproject.toml by Iain-S in https://github.com/alan-turing-institute/sqlsynthgen/pull/116
* Pyyaml install docs by Iain-S in https://github.com/alan-turing-institute/sqlsynthgen/pull/121

New Contributors
* Olajumoke01 made their first contribution in https://github.com/alan-turing-institute/sqlsynthgen/pull/113

**Full Changelog**: https://github.com/alan-turing-institute/sqlsynthgen/compare/0.3.0...0.4.0

0.3.0

Note that the app settings have changed so that you must now provide the source and destination connection strings via the SRC_DSN and DST_DSN environment variables (e.g. `src_dsn="postgresql://user:secretlocalhost:5432/src_db"`).

What's Changed

* Row and Story generators now support positional and keyword arguments by cptanalatriste in https://github.com/alan-turing-institute/sqlsynthgen/pull/96
* Update pyproject.toml by Iain-S in https://github.com/alan-turing-institute/sqlsynthgen/pull/98
* Async make stats iain by Iain-S in https://github.com/alan-turing-institute/sqlsynthgen/pull/101
* Add create- commands to OMOP tutorial by Iain-S in https://github.com/alan-turing-institute/sqlsynthgen/pull/102
* asyncio for make-stats by mhauru in https://github.com/alan-turing-institute/sqlsynthgen/pull/97
* Fix bug where we couldn't handle returned_defaults=None by mhauru in https://github.com/alan-turing-institute/sqlsynthgen/pull/105
* Rm commands by Iain-S in https://github.com/alan-turing-institute/sqlsynthgen/pull/106
* 29 move tutorial to readthedocs by Iain-S in https://github.com/alan-turing-institute/sqlsynthgen/pull/103
* Refactoring by ChatGPT by mhauru in https://github.com/alan-turing-institute/sqlsynthgen/pull/107
* Handle unique constraints by mhauru in https://github.com/alan-turing-institute/sqlsynthgen/pull/111
* MariaDB by Iain-S in https://github.com/alan-turing-institute/sqlsynthgen/pull/110


**Full Changelog**: https://github.com/alan-turing-institute/sqlsynthgen/compare/0.2.0...0.3.0

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.