Commit 1f30c02
authored
Add table provider for ADBC drivers (#481)
* feat: Adbc table provider
* wtf i'm stumped
* it compiles, holy shit
* updates, tests and weirdness
* Add to makefile, don't do python bindings yet
* update CI
* fix r2d2-adbc dependency
* Remove interactive flag from Docker commands
Signed-off-by: Matt Topol <zotthewizard@gmail.com>
* fix clippy stuff
* Remove '--rm' flag from Docker run commands
Signed-off-by: Matt Topol <zotthewizard@gmail.com>
* use dbc
* fix test option
* rust is weird
---------
Signed-off-by: Matt Topol <zotthewizard@gmail.com>1 parent 517b499 commit 1f30c02
18 files changed
Lines changed: 2446 additions & 741 deletions
File tree
- .github/workflows
- core
- examples
- src
- adbc
- duckdb
- sql/db_connection_pool
- dbconnection
- tests
- adbc
- python
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
116 | 123 | | |
117 | 124 | | |
118 | 125 | | |
| |||
0 commit comments