Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use lowlevel API for query + arguments parsing #54

Open
gijzelaerr opened this issue Jun 16, 2020 · 1 comment
Open

Use lowlevel API for query + arguments parsing #54

gijzelaerr opened this issue Jun 16, 2020 · 1 comment
Assignees
Milestone

Comments

@gijzelaerr
Copy link
Collaborator

preare, bind, execute, cleanup_statement

@gijzelaerr gijzelaerr self-assigned this Jun 17, 2020
@gijzelaerr gijzelaerr modified the milestones: 0.8, 0.9 Jun 29, 2020
@njnes
Copy link
Member

njnes commented Sep 11, 2020

prepare/bind/exec indeed could be used (again).

@gijzelaerr gijzelaerr modified the milestones: 0.9, 0.10 Oct 9, 2020
@gijzelaerr gijzelaerr modified the milestones: 0.10, 0.11 Apr 9, 2021
@gijzelaerr gijzelaerr modified the milestones: 0.11, 0.12 Apr 30, 2021
gijzelaerr added a commit that referenced this issue Apr 30, 2021
* Initial work

Signed-off-by: Gijs Molenaar <[email protected]>

* Add type info for c types

Signed-off-by: Gijs Molenaar <[email protected]>

* force python path version

Signed-off-by: Gijs Molenaar <[email protected]>

* start of qmark execute

Signed-off-by: Gijs Molenaar <[email protected]>

* Enable fast query formatting

* trying this python path

Signed-off-by: Gijs Molenaar <[email protected]>

* Do proper context switching

Signed-off-by: Gijs Molenaar <[email protected]>

* monetdbe lifetime guarding improvements

* more moving cursor to connection

* split of cursors complete

* more checks to make sure properly closed

* cursor split working

* fix my errors

* small quality issues

* fix circular

* fix win py version

* Making numpy cursor default

* restructure

* add support for default branch

* add note about monetdb version

* improve naming

* dont use sql convert() for monetdb bind

* bind/execute almost done

* disable the bind/execute monetdbe calls for now

* fix mypy and pycodestyle

* oops

* allow windows to fail

Co-authored-by: Gijs Molenaar <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants