Commit Graph

1136 Commits

Author SHA1 Message Date
c8586e5b8e rc for skip of literal binds 2022-01-06 18:22:07 +01:00
067b61460d Merge branch 'master' of https://github.com/collerek/ormar into check_timezones_filters 2022-01-06 16:04:01 +01:00
e651400491 remove 3ts 2022-01-06 15:59:11 +01:00
3f264d974b wip - remove literal binds 2022-01-05 18:19:14 +01:00
aab46de800 remove date dumping to isoformat, add pydantic 1.9 support 2022-01-03 18:23:22 +01:00
5db4ea9662 SignalEmitter extends dict to save the signals 2021-12-22 10:54:15 +08:00
0fd533da9e fix mypy check 2021-12-21 17:49:22 +08:00
15ed00a62f remove jsonb, because the extra lib support 2021-12-21 17:35:51 +08:00
94c5b23204 use the dict to store the receivers in signal 2021-12-21 17:00:14 +08:00
070ff023a0 add jsonb in postgresql 2021-12-21 16:33:50 +08:00
14b30baf40 add III tier sponsors to main page 2021-12-20 16:19:11 +01:00
27e5484a4c Merge pull request #488 from collerek/fix_large_binary
Add comments to columns and bugfixes
2021-12-16 18:37:41 +01:00
531542bb21 fix quotes 2021-12-16 18:31:28 +01:00
f245e91740 #455 fix improper quoting of on clause 2021-12-16 18:19:55 +01:00
1b9a59b49d #453 make first and get respect user ordering if set on main model 2021-12-16 17:24:23 +01:00
bc5c6222b1 #485 add possibility to pass comments to sqlalchemy 2021-12-16 16:41:50 +01:00
15be5170f3 fix #409 - nullable large binary fields 2021-12-16 14:44:01 +01:00
87a91cdd6e Bump cryptography from 36.0.0 to 36.0.1
Bumps [cryptography](https://github.com/pyca/cryptography) from 36.0.0 to 36.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/36.0.0...36.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-15 02:12:28 +00:00
1f5d993716 Merge pull request #473 from collerek/dependabot/pip/mkdocs-material-8.0.5 2021-12-07 08:57:27 +00:00
7af7890f0b Merge pull request #472 from collerek/dependabot/pip/orjson-3.6.5 2021-12-07 08:57:15 +00:00
c0b8b9d2e7 Bump mkdocs-material from 8.0.4 to 8.0.5
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 8.0.4 to 8.0.5.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/8.0.4...8.0.5)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-07 02:15:06 +00:00
5ea14a503f Merge pull request #464 from collerek/dependabot/pip/types-pymysql-1.0.6 2021-12-06 19:25:26 +00:00
2191139969 Bump types-pymysql from 1.0.5 to 1.0.6
Bumps [types-pymysql](https://github.com/python/typeshed) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-pymysql
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-06 19:20:46 +00:00
d682d3015e Merge pull request #465 from collerek/dependabot/pip/flake8-bugbear-21.11.29 2021-12-06 19:15:08 +00:00
e74874db7b Bump flake8-bugbear from 21.9.2 to 21.11.29
Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 21.9.2 to 21.11.29.
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
- [Commits](https://github.com/PyCQA/flake8-bugbear/compare/21.9.2...21.11.29)

---
updated-dependencies:
- dependency-name: flake8-bugbear
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-06 19:10:11 +00:00
1688187b26 Merge pull request #466 from collerek/dependabot/pip/pre-commit-2.16.0 2021-12-06 19:06:52 +00:00
2612c3ee6a Bump orjson from 3.6.4 to 3.6.5
Bumps [orjson](https://github.com/ijl/orjson) from 3.6.4 to 3.6.5.
- [Release notes](https://github.com/ijl/orjson/releases)
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ijl/orjson/compare/3.6.4...3.6.5)

---
updated-dependencies:
- dependency-name: orjson
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-06 19:02:48 +00:00
b558cb90a5 Bump pre-commit from 2.15.0 to 2.16.0
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.15.0 to 2.16.0.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.15.0...v2.16.0)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-06 19:02:28 +00:00
23d049092e Merge pull request #463 from collerek/dependabot/pip/types-requests-2.26.1 2021-12-06 18:59:35 +00:00
8cb59f6eda Bump types-requests from 2.26.0 to 2.26.1
Bumps [types-requests](https://github.com/python/typeshed) from 2.26.0 to 2.26.1.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-requests
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-06 18:55:25 +00:00
1d959b23c4 Merge pull request #471 from collerek/dependabot/pip/mkdocs-material-8.0.4 2021-12-06 18:52:29 +00:00
b25ad02b1e Bump mkdocs-material from 7.3.6 to 8.0.4
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 7.3.6 to 8.0.4.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Upgrade guide](https://github.com/squidfunk/mkdocs-material/blob/master/docs/upgrade.md)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/7.3.6...8.0.4)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-06 02:17:54 +00:00
a1fc380f4b Merge pull request #441 from collerek/dependabot/pip/cryptography-36.0.0 2021-11-24 12:07:23 +00:00
47f688fa45 Bump cryptography from 35.0.0 to 36.0.0
Bumps [cryptography](https://github.com/pyca/cryptography) from 35.0.0 to 36.0.0.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/35.0.0...36.0.0)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-24 12:02:29 +00:00
f1da7d3269 Merge pull request #436 from collerek/dependabot/pip/mysqlclient-2.1.0 2021-11-24 11:59:34 +00:00
3f835f5565 Bump mysqlclient from 2.0.3 to 2.1.0
Bumps [mysqlclient](https://github.com/PyMySQL/mysqlclient) from 2.0.3 to 2.1.0.
- [Release notes](https://github.com/PyMySQL/mysqlclient/releases)
- [Changelog](https://github.com/PyMySQL/mysqlclient/blob/main/HISTORY.rst)
- [Commits](https://github.com/PyMySQL/mysqlclient/compare/v2.0.3...v2.1.0)

---
updated-dependencies:
- dependency-name: mysqlclient
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-24 11:54:51 +00:00
2d706e44d9 Merge pull request #452 from collerek/dependabot/pip/types-cryptography-3.3.9 2021-11-24 11:52:14 +00:00
705aeb967f Bump types-cryptography from 3.3.8 to 3.3.9
Bumps [types-cryptography](https://github.com/python/typeshed) from 3.3.8 to 3.3.9.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-cryptography
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-24 02:16:54 +00:00
c960f289aa Merge pull request #432 from collerek/dependabot/pip/asyncpg-0.25.0 2021-11-17 12:53:06 +00:00
e57529b6af Bump asyncpg from 0.24.0 to 0.25.0
Bumps [asyncpg](https://github.com/MagicStack/asyncpg) from 0.24.0 to 0.25.0.
- [Release notes](https://github.com/MagicStack/asyncpg/releases)
- [Commits](https://github.com/MagicStack/asyncpg/compare/v0.24.0...v0.25.0)

---
updated-dependencies:
- dependency-name: asyncpg
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-17 02:15:02 +00:00
8afa31ae13 Merge pull request #428 from collerek/dependabot/pip/aiomysql-0.0.22 2021-11-16 07:51:17 +00:00
190b22f84a Bump aiomysql from 0.0.21 to 0.0.22
Bumps [aiomysql](https://github.com/aio-libs/aiomysql) from 0.0.21 to 0.0.22.
- [Release notes](https://github.com/aio-libs/aiomysql/releases)
- [Changelog](https://github.com/aio-libs/aiomysql/blob/master/CHANGES.txt)
- [Commits](https://github.com/aio-libs/aiomysql/commits)

---
updated-dependencies:
- dependency-name: aiomysql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-16 07:46:54 +00:00
3661a34a3d Merge pull request #425 from collerek/dependabot/pip/sqlalchemy-1.4.27 2021-11-16 07:44:10 +00:00
122656e7f9 Bump sqlalchemy from 1.4.26 to 1.4.27
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.26 to 1.4.27.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

---
updated-dependencies:
- dependency-name: sqlalchemy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-16 07:39:51 +00:00
ac3d3c1aa1 Merge pull request #424 from collerek/dependabot/pip/types-requests-2.26.0 2021-11-16 07:37:00 +00:00
32700952df Bump types-requests from 2.25.11 to 2.26.0
Bumps [types-requests](https://github.com/python/typeshed) from 2.25.11 to 2.26.0.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-requests
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-16 07:32:38 +00:00
e47790f77a Merge pull request #423 from collerek/dependabot/pip/types-pymysql-1.0.5 2021-11-16 07:30:03 +00:00
62dd534d68 Merge pull request #416 from collerek/dependabot/pip/importlib-metadata-4.8.2 2021-11-16 07:29:23 +00:00
4beac06c52 Merge pull request #429 from Kurbezz/fix-populate-default-values
Fix populate_default_values
2021-11-16 08:28:12 +01:00
a720ab9510 Fix populate_default_values 2021-11-16 10:12:24 +03:00