Commit 2d22744
authored
Initial ODBC reader & integration with Positron connections pane and data viewer (#282)
* WIP: ODBC
* WIP: ODBC
* WIP: ODBC
* WIP: ODBC
* WIP: ODBC
* ODBC: Quoting is fun
* WIP: Quoting is more fun
* WIP: Quoting
* sqlite in executor.rs
* Use general SqlDialect in ODBC reader
* Data explorer integration
* Reply to JSON-RPC even if null
* More quoting fun
* Fix casting in median calculation
* Support sparklines in data explorer
* Snowflake issues
* More fun with quoting
* cargo fmt
* Keep clippy happy
* Install ODBC in GHA workflows
* Tweaks to comments
* Further quoting fun
* Further tweaks to quoting
* Loosen reader validation
* Remove temporary doc file
* Use typed arrays to build Polars series in ODBC reader
* cargo fmt
* Keep clippy happy
* Add suggestions from LLM code review
* cargo fmt
* Add duckdb feature dependency in ggsql-jupyter1 parent e17607a commit 2d22744
48 files changed
Lines changed: 4368 additions & 451 deletions
File tree
- .github/workflows
- ggsql-jupyter
- src
- ggsql-python/src
- ggsql-vscode
- src
- src
- execute
- plot
- layer/geom
- scale/scale_type
- reader
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
| |||
0 commit comments