Path to this page:
./
databases/py-pypika-tortoise,
Forked from pypika and streamline just for tortoise-orm
Branch: CURRENT,
Version: 0.3.2,
Package name: py312-pypika-tortoise-0.3.2,
Maintainer: pkgsrc-usersForked from pypika and streamline just for tortoise-orm.
PyPika is a Python API for building SQL queries. The motivation behind PyPika
is to provide a simple interface for building SQL queries without limiting the
flexibility of handwritten SQL. Designed with data analysis in mind, PyPika
leverages the builder design pattern to construct queries to avoid messy string
formatting and concatenation. It is also easily extended to take full advantage
of specific features of SQL database vendors.
Master sites:
Filesize: 39.497 KB
Version history: (Expand)
- (2024-12-03) Updated to version: py312-pypika-tortoise-0.3.2
- (2024-11-29) Updated to version: py312-pypika-tortoise-0.3.1
- (2024-11-25) Updated to version: py312-pypika-tortoise-0.3.0
- (2024-11-20) Updated to version: py312-pypika-tortoise-0.2.2
- (2024-10-14) Updated to version: py312-pypika-tortoise-0.2.1
- (2023-11-23) Package added to pkgsrc.se, version py311-pypika-tortoise-0.1.6 (created)
CVS history: (Expand)
2024-12-03 16:33:24 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pypika-tortoise: updated to 0.3.2
0.3.2
- Added `QueryBuilder.get_parameterized_sql`
|
2024-11-29 09:15:59 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pypika-tortoise: updated to 0.3.1
0.3.1
- `Array` can be parametrized
|
2024-11-25 14:01:29 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pypika-tortoise: updated to 0.3.0
0.3.0
- Add `Parameterizer`
- Uppdate `Parameter` to be dialect-aware
- Remove `ListParameter`, `DictParameter`, `QmarkParameter`, etc.
- Wrap query's offset and limit with ValueWrapper so they can be parametrized
- Fix a missing whitespace for MSSQL when pagination without ordering is used
|
2024-11-20 13:49:37 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-pypika-tortoise: updated to 0.2.2
0.2.2
- Fix enums not quoted.
- Drop python3.7 support
- Move all custom Exception class to `pypika.exceptions`
- Apply bandit check in ci
- Pass mypy check and add it to ci
|
2024-10-14 13:25:14 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pypika-tortoise: updated to 0.2.1
0.2.1
- Fix stringification of datetime objects
0.2.0
- Improved parameterized queries support
|
2024-04-17 12:38:36 by Thomas Klausner | Files touched by this commit (24) |
Log message:
*: fix some CONFLICTS lines
Noted by riastradh@ in PR 58155.
|
2023-11-23 08:56:01 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
py-pypika-tortoise: added version 0.1.6
Forked from pypika and streamline just for tortoise-orm.
PyPika is a Python API for building SQL queries. The motivation behind PyPika
is to provide a simple interface for building SQL queries without limiting the
flexibility of handwritten SQL. Designed with data analysis in mind, PyPika
leverages the builder design pattern to construct queries to avoid messy string
formatting and concatenation. It is also easily extended to take full advantage
of specific features of SQL database vendors.
|