Ngiridb

Latest version: v0.0.1

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

Scan your dependencies

Page 1 of 3

0.8.0

Added

* Allow SQLite query parameters and support cached ngiridb ([561][561])
* Support for unix socket for aiomysql and asyncmy ([551][551])

[551]: https://github.com/pesaply/ngiridb/pull/551
[561]: https://github.com/pesaply/ngiridb/pull/546

Changed

* Change isolation connections and transactions during concurrent usage ([546][546])
* Bump requests from 2.28.1 to 2.31.0 ([562][562])
* Bump starlette from 0.20.4 to 0.27.0 ([560][560])
* Bump up asyncmy version to fix `No module named 'asyncmy.connection'` ([553][553])
* Bump wheel from 0.37.1 to 0.38.1 ([524][524])

[546]: https://github.com/pesaply/ngiridb/pull/546
[562]: https://github.com/pesaply/ngiridb/pull/562
[560]: https://github.com/pesaply/ngiridb/pull/560
[553]: https://github.com/pesaply/ngiridb/pull/553
[524]: https://github.com/pesaply/ngiridb/pull/524

Fixed

* Fix the type-hints using more standard mode ([526][526])

[526]: https://github.com/pesaply/ngiridb/pull/526

0.7.0

Fixed

* Fixed breaking changes in SQLAlchemy cursor; supports `>=1.4.42,<1.5` ([513][513])
* Wrapped types in `typing.Optional` where applicable ([510][510])

[513]: https://github.com/pesaply/ngiridb/pull/513
[510]: https://github.com/pesaply/ngiridb/pull/510

0.6.2

Changed

* Pinned SQLAlchemy `<=1.4.41` to avoid breaking changes ([520][520])

[520]: https://github.com/pesaply/ngiridb/pull/520

0.6.1

Fixed

* Improve typing for `Transaction` ([493][493])
* Allow string indexing into Record ([501][501])

[493]: https://github.com/pesaply/ngiridb/pull/493
[501]: https://github.com/pesaply/ngiridb/pull/501

0.6.0

* Dropped Python 3.6 support ([458][458])

[458]: https://github.com/pesaply/ngiridb/pull/458

Added

* Add \_mapping property to the result set interface ([447][447])
* Add contributing docs ([453][453])

[447]: https://github.com/pesaply/ngiridb/pull/447
[453]: https://github.com/pesaply/ngiridb/pull/453

Fixed

* Fix query result named access ([448][448])
* Fix connections getting into a bad state when a task is cancelled ([457][457])
* Revert 328 parallel transactions ([472][472])
* Change extra installations to specific drivers ([436][436])

[448]: https://github.com/pesaply/ngiridb/pull/448
[457]: https://github.com/pesaply/ngiridb/pull/457
[472]: https://github.com/pesaply/ngiridb/pull/472
[436]: https://github.com/pesaply/ngiridb/pull/436

0.5.4

Added

* Support for Unix domain in connections ([423][423])
* Added `asyncmy` MySQL driver ([382][382])

[423]: https://github.com/pesaply/ngiridb/pull/423
[382]: https://github.com/pesaply/ngiridb/pull/382

Fixed

* Fix SQLite fetch queries with multiple parameters ([435][435])
* Changed `Record` type to `Sequence` ([408][408])

[435]: https://github.com/pesaply/ngiridb/pull/435
[408]: https://github.com/pesaply/ngiridb/pull/408

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.