Commit ab643e1
feat: information schema support (#71)
* Add information_schema support and enhance PostgreSQL compatibility\n\n- Added , , and in for schema introspection using DataFusion catalogs.\n- Integrated queries in with , , and .\n- Implemented mock in to return , improving compatibility.\n- Enhanced with support, returning as the search path.\n- Refined query qualification in to exclude and , preventing planning errors.\n- Added debug logging in for incoming queries (requires dependency).\n- Updated with basic table registration and catalog name handling, setting the stage for further enhancements.\n- Updated to include dependency for debugging.\n\nNote: still uses and lacks integration; to be addressed in a future commit.
* test: fix dbname in integration test
* doc: update status in readme
* fix: remove query normalization step
---------
Co-authored-by: Oluwapeluwa Ibrahim <ipeluwa@gmail.com>
Co-authored-by: Ibrahim Oluwapeluwa <54927381+iPeluwa@users.noreply.github.com>1 parent 4b8ea1c commit ab643e1
8 files changed
Lines changed: 453 additions & 90 deletions
File tree
- datafusion-postgres-cli/src
- datafusion-postgres
- src
- tests-integration
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments