Permalink
Switch branches/tags
{{ refName }}
default
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Commits on May 30, 2022
Commits on Mar 6, 2022
-
Co-authored-by: Micheal Gendy <micheal@sonono.ch>
Commits on Feb 11, 2022
-
* add support for local tests in docker * update docs * move win support to separate PR * remove docker file, update contributing docs * clean scripts * Update docs/contributing.md Co-authored-by: Eric Jolibois <em.jolibois@gmail.com> * Update docs/contributing.md Co-authored-by: Eric Jolibois <em.jolibois@gmail.com> * remove python version from venv, clarify that docs serve the live docs Co-authored-by: Eric Jolibois <em.jolibois@gmail.com>
Commits on Jan 20, 2022
Commits on Jan 14, 2022
Commits on Dec 3, 2021
Commits on Dec 2, 2021
-
Fix SQLite fetch queries with multiple parameters (#435)
SQLAlchemy 1.4 no longer orders `compiled.bind_names` the same as the sequence of `?` placeholders in the generated SQL. We must iterate keys from `compiled.positiontup` that stores the correct order of bound parameters. Backport of athenianco#5
Commits on Nov 16, 2021
-
Add support for Unix domain in connection urls (#423)
unix domain connection urls come in the following format: - "postgresql://user:password@/dbname?host=/var/lib/postgresql" or - "postgresql://user:password@/dbname?unix_sock=/var/lib/postgresql"
dbatten5 committedNov 16, 2021
Commits on Nov 15, 2021
Commits on Oct 26, 2021
-
Use built-in method in
_get_backend(#406)Co-authored-by: Amin Alaee <mohammadamin.alaee@gmail.com>
Commits on Oct 23, 2021
Commits on Oct 22, 2021
Commits on Sep 13, 2021
Commits on Sep 9, 2021
-
Avoid dangling task-local connections after Database.disconnect() (#211)
Co-authored-by: Amin Alaee <mohammadamin.alaee@gmail.com>
Commits on Sep 2, 2021
-
-
idempotent connect and disconnect (#379)
Co-authored-by: Amin Alaee <mohammadamin.alaee@gmail.com>
Commits on Aug 28, 2021
Commits on Aug 27, 2021
Commits on Aug 26, 2021
-
-
switch to sqlalchemy 1.4 (#299)
* switch to sqlalchemy 1.4 * fix deprecation warning and add tests
Commits on Aug 17, 2021
-
fix documentation syntax highlight (#326)
* Add `scripts/docs` and `scripts/build` Co-authored-by: Amin Alaee <mohammadamin.alaee@gmail.com>
-
fix concurrency of parallel transactions (#328)
Co-authored-by: Mészáros Gergely <monk@geotronic.hu> Co-authored-by: Amin Alaee <mohammadamin.alaee@gmail.com>
Commits on May 13, 2021
-
Drop the broken community link. We're using GitHub's "discussions" feature now, instead. Closes #334
Commits on Mar 26, 2021
-
-
* Version 0.4.3 * Update CHANGELOG.md * Update setup.py * requirements.txt should use setup.py for main package dependancies * Pin to sqlalchemy<1.4