Skip to content
Permalink
master
Switch branches/tags

Commits on May 30, 2022

  1. Version 0.6.0 (#444)

    aminalaee committed May 30, 2022
  2. Drop Python 3.6 (#458)

    aminalaee committed May 30, 2022

Commits on May 29, 2022

Commits on Mar 6, 2022

  1. remove unused imports (#471)

    Co-authored-by: Micheal Gendy <micheal@sonono.ch>
    Mng-dev-ai and Micheal Gendy committed Mar 6, 2022

Commits on Feb 11, 2022

  1. Add contributing docs (#453)

    * 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>
    collerek and PrettyWood committed Feb 11, 2022

Commits on Feb 1, 2022

  1. Fix connections counter handling BaseException (#457)

    Co-authored-by: Amin Alaee <mohammadamin.alaee@gmail.com>
    dswillr and aminalaee committed Feb 1, 2022

Commits on Jan 27, 2022

  1. Add _mapping property to the result set interface. (#447)

    Co-authored-by: collerek <collerek@gmail.com>
    laukhin and collerek committed Jan 27, 2022

Commits on Jan 20, 2022

Commits on Jan 18, 2022

  1. Switch extra installations to specific drivers (#436)

    Co-authored-by: collerek <collerek@gmail.com>
    aminalaee and collerek committed Jan 18, 2022

Commits on Jan 14, 2022

  1. Version 0.5.4 (#441)

    aminalaee committed Jan 14, 2022

Commits on Dec 3, 2021

Commits on Dec 2, 2021

  1. 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
    vmarkovtsev committed Dec 2, 2021

Commits on Nov 16, 2021

  1. 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 committed Nov 16, 2021

Commits on Nov 15, 2021

Commits on Oct 26, 2021

  1. Use built-in method in _get_backend (#406)

    Co-authored-by: Amin Alaee <mohammadamin.alaee@gmail.com>
    manlix and aminalaee committed Oct 26, 2021

Commits on Oct 23, 2021

Commits on Oct 10, 2021

  1. Version 0.5.3 (#398)

    Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
    aminalaee and Kludex committed Oct 10, 2021

Commits on Sep 25, 2021

  1. support dialect+driver for default drivers (closes #395) (#396)

    Co-authored-by: Amin Alaee <mohammadamin.alaee@gmail.com>
    mhadam and aminalaee committed Sep 25, 2021

Commits on Sep 13, 2021

Commits on Sep 10, 2021

  1. Version 0.5.2 (#386)

    aminalaee committed Sep 10, 2021
  2. Reset counter for failed connections (#385)

    Co-authored-by: Sergey Morozov <sergey@morozov.top>
    taybin and qweryty committed Sep 10, 2021

Commits on Sep 9, 2021

  1. Avoid dangling task-local connections after Database.disconnect() (#211)

    Co-authored-by: Amin Alaee <mohammadamin.alaee@gmail.com>
    vmarkovtsev and aminalaee committed Sep 9, 2021

Commits on Sep 2, 2021

  1. Version 0.5.1 (#380)

    aminalaee committed Sep 2, 2021
  2. idempotent connect and disconnect (#379)

    Co-authored-by: Amin Alaee <mohammadamin.alaee@gmail.com>
    sondrelg and aminalaee committed Sep 2, 2021

Commits on Aug 28, 2021

Commits on Aug 27, 2021

Commits on Aug 26, 2021

  1. Version 0.5.0 (#370)

    aminalaee committed Aug 26, 2021
  2. switch to sqlalchemy 1.4 (#299)

    * switch to sqlalchemy 1.4
    
    * fix deprecation warning and add tests
    PrettyWood committed Aug 26, 2021

Commits on Aug 17, 2021

  1. fix documentation syntax highlight (#326)

    * Add `scripts/docs` and `scripts/build`
    
    Co-authored-by: Amin Alaee <mohammadamin.alaee@gmail.com>
    Woile and aminalaee committed Aug 17, 2021
  2. 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>
    3 people committed Aug 17, 2021

Commits on May 13, 2021

  1. Update README.md

    Drop the broken community link.
    We're using GitHub's "discussions" feature now, instead.
    
    Closes #334
    tomchristie committed May 13, 2021

Commits on Mar 26, 2021

  1. Version 0.4.3 (#314)

    * 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
    tomchristie committed Mar 26, 2021
Older