Sqlintuitive

Latest version: v0.9.0

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

Scan your dependencies

Page 2 of 3

0.4.1

- replaced pytest.raises with assertRaises from unittest
- fixed primary key bug that generated invalid SQL

0.4.0

- converted test-cases into 'unittest.TestCase's
- added primary and foreign key constraits
- added unique contrait
- custom exceptions got a hierarchy

0.3.2

- added importing sub-modules recursivly in all \_\_init\_\_.py files

0.3.0

- added MySql db system with connect_to_dn(), close_connection(), get_cursor()
- MySQL db system got functions to process db actions
- renamed test files to order their execution
- create_table() got the option to use "IF NOT EXISTS"
- no longer directly inserting values into SQL statements -> added parameter for defining a placeholder (default: '?')
- introduced SQL generator select
- new requirement: mysql-connector-python

0.2.2

- introduced the following SQL generators:
- drop_table
- drop_db

0.2.1

- minimum python version set to 3.8 or newer

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.