Skylark

Latest version: v0.9.1

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

Scan your dependencies

Page 1 of 3

0.9.1

-------------

- Fix 32 in 33.

0.9.0

--------------------------------------------

Add:

- Support for field/function/sql on the right side of an expression
- Support for custom operator (like bitwise operators)
- Support for sqlite3.
- Ability to set DBAPI.
- Transaction
- join methods: `User.join(Post)`, ..
- method `Database.set_autocommit`

Non-compatiable Changes:

- select-result.one()/all() return only instances of models
- fetch function/expression result from selectresult by method tuples()
- remove method dicts() from select-result

0.7.1

--------------

- Close cursor on each execution

- Close connection on Database deled

0.7.0

-------------

- Rename `curd.py` to `skylark`

0.6.0

-------------

- Prefer to use the C DBAPI(MySQLdb), then PyMySQL

- Support for Python3.x (>=3.3)

0.5.0

--------------------------------------------

- Fix bug: issue12, select statement with where syntax without priority

- SelectResult: `findall()` => `all()`, `findone()` => `one()`

- SelectResults: add `tuples()`, `dicts()`

- Removed `distinct()`, add keyword `distinct` (implemented as a type)

- Retrieving data way: inst; inst, func; func

- Add class `sql`, to declare a literal sql

- Lots of minor bugs fixed.

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.