Django-clickhouse-backend

Latest version: v1.3.1

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

Scan your dependencies

Page 3 of 5

1.0.2

- Fix test db name when NAME not provided in DATABASES setting.
- Fix Enum error when provided an IntegerChoices value.
- Add document about multiple db settings.

1.0.1

- Add `return_int` parameter to `Enum[8|16]Field` to control whether to get an int or str value when querying from the database.
- Fix TupleField container_class.
- Add fields documentation.

1.0.0

- Add tests for migrations.
- Fix bytes escaping.
- Fix date and datetime lookup.
- Add documentations.
- Add lots of new field types:
- Float32/64
- [U]Int8/16/32/64/128/256
- Date/Date32/DateTime('timezone')/DateTime64('timezone')
- String/FixedString(N)
- Enum8/16
- Array(T)
- Bool
- UUID
- Decimal
- IPv4/IPv6
- LowCardinality(T)
- Tuple(T1, T2, ...)
- Map(key, value)

0.2.1

---

- Add tests for backends.
- Remove redundant code.
- Correct database features.
- Fix bugs that find by new tests.

0.2.0

---

- Adopt some testcase from django project.
- Fix bugs such as datetime escaping and update field use F expression.

0.1.0

---

- ID worker interface changes and configuration item adjustments.
- Support database connection pool.
- Refactored the implementation of Engine to be more concise and stable.
- Database related features are concentrated in the SQLCompiler implementation.
- Ignore unsupported field-level db_index attribute, and AlterUniqueTogether migration operation in favor of django built-in model or 3rd party model migration.

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.