-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
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
Add SQL Support for ADBC Drivers #53869
Merged
Merged
Changes from 50 commits
Commits
Show all changes
78 commits
Select commit
Hold shift + click to select a range
4f2b760
close to complete implementation
WillAyd a4ebbb5
working implementation for postgres
WillAyd b2cd149
sqlite implementation
WillAyd 512bd00
Added ADBC to CI
WillAyd f49115c
Doc updates
WillAyd a8512b5
Whatsnew update
WillAyd c1c68ef
Better optional dependency import
WillAyd 3d7fb15
min versions fix
WillAyd 1093bc8
import updates
WillAyd 926e567
docstring fix
WillAyd 093dd86
Merge remote-tracking branch 'upstream/main' into adbc-integration
WillAyd fcc21a8
doc fixup
WillAyd 88642f7
Merge remote-tracking branch 'upstream/main' into adbc-integration
WillAyd 156096d
Updates for 0.6.0
WillAyd dd26edb
fix sqlite name escaping
WillAyd 4d8a233
more cleanups
WillAyd 5238e69
more 0.6.0 updates
WillAyd 51c6c98
typo
WillAyd 39b462b
Merge remote-tracking branch 'upstream/main' into adbc-integration
WillAyd 428c4f7
remove warning
WillAyd 84d95bb
test_sql expectations
WillAyd a4d5b31
revert whatsnew issues
WillAyd 21b35f6
pip deps
WillAyd e709d52
Suppress pyarrow warning
WillAyd 6077fa9
Updated docs
WillAyd 5bba566
mypy fixes
WillAyd 236e12b
Remove stacklevel check from test
WillAyd b35374c
typo fix
WillAyd 8d814e1
compat
WillAyd cfac2c7
Joris feedback
WillAyd 47caaf1
Merge remote-tracking branch 'upstream/main' into adbc-integration
WillAyd a22e5d1
Better test coverage with ADBC
WillAyd c51b7f4
cleanups
WillAyd 7f5e6ac
feedback
WillAyd 9ee6255
Merge remote-tracking branch 'upstream/main' into adbc-integration
WillAyd a8b645f
checkpoint
WillAyd 902df4f
more checkpoint
WillAyd 90ca2cb
more skips
WillAyd d753c3c
updates
WillAyd d469e24
implement more
WillAyd 2bc11a1
bump to 0.7.0
WillAyd f205f90
fixups
WillAyd 2755100
Merge remote-tracking branch 'upstream/main' into adbc-integration
WillAyd 3577a59
cleanups
WillAyd c5bf7f8
sqlite fixups
WillAyd 98d22ce
pyarrow compat
WillAyd 4f72010
revert to using pip instead of conda
WillAyd 7223e63
documentation cleanups
WillAyd c2cd90a
compat fixups
WillAyd de65ec0
Fix stacklevel
WillAyd 7645727
remove unneeded code
WillAyd 3dc914c
Merge remote-tracking branch 'upstream/main' into adbc-integration
WillAyd 6dbaae5
commit after drop in fixtures
WillAyd 3bf550c
close cursor
WillAyd 492301f
Merge branch 'main' into adbc-integration
WillAyd fc463a4
Merge remote-tracking branch 'upstream/main' into adbc-integration
WillAyd cc72ecd
Merge branch 'main' into adbc-integration
WillAyd f5fd529
Merge branch 'main' into adbc-integration
WillAyd 1207bc4
fix table dropping
WillAyd e8d93c7
Merge branch 'main' into adbc-integration
WillAyd 3eed897
Bumped ADBC min to 0.8.0
WillAyd adef2f2
Merge remote-tracking branch 'upstream/main' into adbc-integration
WillAyd 67101fd
documentation
WillAyd ea5dcb9
doc updates
WillAyd fb38411
more fixups
WillAyd a0bed67
documentation fixups
WillAyd 150e267
Merge branch 'main' into adbc-integration
WillAyd 1e77f2b
fixes
WillAyd 97ed24f
more documentation
WillAyd 7dc07da
doc spacing
WillAyd 52ee8d3
doc target fix
WillAyd 1de8488
pyarrow warning compat
WillAyd 21edaea
Merge branch 'main' into adbc-integration
WillAyd 2d077e9
feedback
WillAyd accbd49
updated io documentation
WillAyd 64b63bd
Merge branch 'main' into adbc-integration
WillAyd f84f63a
install updates
WillAyd 391d045
Merge remote-tracking branch 'upstream/main' into adbc-integration
WillAyd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is no longer anymore since you added them to the
postgresql
andsql-other
extra in the pyproject.toml