connection and cursor class are now written in

native python
This commit is contained in:
Georg Richter
2021-07-12 09:46:05 +02:00
parent 27730cd018
commit 84df56ce40
17 changed files with 1132 additions and 238 deletions

View File

@ -42,7 +42,7 @@ def dequote(s):
def get_config(options):
required_version = "3.1.5"
required_version = "3.2.0"
no_env = 0
static = options["link_static"]