Skip to content

Releases: snapADDY/databank

v0.2.0

01 Sep 09:34
Compare
Choose a tag to compare

Introduces new functions allowing executing and fetching in the same session. In some special cases, the query planner incorrectly estimates the cost, and choose a bad fetch plan. By changing the cost setting in the session, we can guide the query planner to choose a good fetch plan.

v0.1.7

27 Apr 07:08
Compare
Choose a tag to compare

Commits after the fetch() methods (to do something like INSERT INTO table (foo) VALUES ('foo') RETURNING id;)

v0.1.6

01 Mar 13:57
Compare
Choose a tag to compare

Fixes a memory leak (hopefully)

v0.1.5

01 Feb 15:09
Compare
Choose a tag to compare

Fixes a bug in the fetch methods when the return value is None

v0.1.4

06 Dec 13:17
Compare
Choose a tag to compare

Fixes a serialization bug

v0.1.3

30 Nov 13:20
Compare
Choose a tag to compare

Fixes serialization

v0.1.2

30 Nov 11:08
Compare
Choose a tag to compare

Fixes typos in the README

v0.1.1

30 Nov 11:03
Compare
Choose a tag to compare

Adds missing description

v0.1.0

30 Nov 11:00
Compare
Choose a tag to compare

Initial release