#
dbapi
Here are 22 public repositories matching this topic...
Python interface to Hive and Presto. 🐝
-
Updated
Apr 7, 2022 - Python
PyAthena is a Python DB API 2.0 (PEP 249) client for Amazon Athena.
-
Updated
May 24, 2022 - Python
DBAPI and SQLAlchemy dialect for Databricks Workspace and SQL Analytics clusters
-
Updated
Jan 6, 2022 - Python
vduseev
commented
Sep 11, 2020
Add a message box with error description when supplied with wrong connection string
Framework providing REST JSON API to the Tornado web server
-
Updated
Jan 24, 2020 - Python
ABANDONED - DB-API 2.0 driver & SqlAlchemy dialect for the AWS RDS Data API
-
Updated
Feb 6, 2020 - Python
Udacity's third Nanodegree project.
-
Updated
May 18, 2021 - Python
Analysis of a website's users activity using complex PostgreSQL queries
-
Updated
Apr 3, 2019 - Python
Simple PostgreSQL OOP interface (Symfony 4 bundle)
-
Updated
Aug 24, 2019 - HTML
Que: SQL for Sneks 🐍
-
Updated
Jun 22, 2020 - Python
SQLAlchemy Swagger definition reflection
-
Updated
May 9, 2022 - Python
Improve this page
Add a description, image, and links to the dbapi topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dbapi topic, visit your repo's landing page and select "manage topics."
Currently
filtersonFieldis defined to be a list (in which order is preserved. Rather it should be aCollection(where order is not preserved). A set ofFilters should be allowed.https://github.com/betodealmeida/shillelagh/blob/97197bd564e96a23c5587be5c9e315f7c0e693ea/src/shillelagh/fields.py#L177-L182
Further, the
__eq__should then compare the filters as sets ignoring order:htt