Skylark

Latest version: v0.9.1

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

Scan your dependencies

Page 3 of 3

0.3.2

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

Added:

- support for datetime

sample::

>>> Post.at(1).update(update_at=datetime.now())
<UpdateQuery "update post set post.update_at = '2013-11-21 16:45:57' where post.post_id = 1">

0.3.1

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

Added:

- Ability to use SQL functions

Supported SQL functions: `count`, `sum`, `max`, `min`, `lcase`, `ucase`

0.3.0

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

- A lot of features are changed.

0.2.5

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

Removed:

- `Database.debug`
- `Database.SQL`
- `Database.query_times`

Changes:

- `Database.execute()` now return `rows_affected`, not `rows_matched`
- `model.save()` now return `0` for 'data not changed'
- `select_result.count` return long int now, no `cast to int`

Added:

- Exceptions: `UnSupportedType`, `ForeignKeyNotFound`

0.2.2

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

- fix: unicode supporting in process parsing expr string
- fix: remove "avoid primary in set"

Page 3 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.