Sqlintuitive

Latest version: v0.9.0

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

Scan your dependencies

Page 1 of 3

0.9.0

- added sql generators for INNER, LEFT, RIGHT and FULL JOIN
- added 'select ... join' command

0.8.0

- added enums of available sql generation functions per dbSystem
- added 'alter table' commands
- added 'alter table rename' command for sqlite
- added \_\_main\_\_.py
- added long_description_content_type field (\_\_init\_\_.py)

0.7.1

- added raising CursorNotNone exception if cursor is none when trying to execute database operations


0.7.0 - Support tracker, select command enhancement, ...

- included version, author and license information to the main \_\_init\_\_.py
- added support tracker to prevent db systems to execute unsupported operations from base db system
- enhanced select_from generator with select_count, select_avg and select_sum
- added 'DISTINCT' option to select operations
- remade and improved exceptions

Breaking changes
- made a variety of parameters keyword-only wich concerns the modules sqlGeneration and dbSystems
- moved sqlGeneration.py to sqlGeneration/standard: only db systems and sqlGeneration are concerned

0.6.0

- added further metadata to setup.py
- created MANIFEST.in
- sqlite is now supported:
- added base db system all other db systems inherit from

0.5.0

- introduced custom data types
- annotated functions to give type hints

0.4.2

- added naming constraits of a foreign key

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.