Skip to content
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 doc for duckdb/sqlite/postgres's type conversion #348

Merged
merged 10 commits into from
Feb 3, 2025

Conversation

acquamarin
Copy link
Contributor

@acquamarin acquamarin commented Jan 27, 2025

Adds the type conversion for external RDBMS extensions. Closes #326

@acquamarin acquamarin changed the title [IN PROGRESS] Add doc for duckdb's type conversion Add doc for duckdb's type conversion Jan 30, 2025
@acquamarin acquamarin requested a review from prrao87 January 30, 2025 17:07
@acquamarin acquamarin changed the title Add doc for duckdb's type conversion Add doc for duckdb/sqlite/postgres's type conversion Jan 30, 2025
@prrao87 prrao87 linked an issue Feb 3, 2025 that may be closed by this pull request
Copy link
Member

@prrao87 prrao87 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Will make any additional minor fixes as necessary.

@prrao87 prrao87 merged commit 448d55d into dev Feb 3, 2025
2 checks passed
@prrao87 prrao87 deleted the relation-db-type-conversion branch February 3, 2025 17:46
prrao87 added a commit that referenced this pull request Feb 5, 2025
* Delta Lake docs (#313)

* Create delta.mdx

* Update delta.mdx

* Update index.mdx

* Update delta.mdx

* Update delta.mdx

* Fixes

---------

Co-authored-by: Prashanth Rao <[email protected]>
Co-authored-by: prrao87 <[email protected]>

* Add Iceberg Extension Documentation (#314)

* add ice_berg docu

* Update src/content/docs/extensions/iceberg.mdx

Co-authored-by: Guodong Jin <[email protected]>

* Update src/content/docs/extensions/iceberg.mdx

Co-authored-by: Guodong Jin <[email protected]>

* restructure

* restructure

* restructure

* update table

* update table

* Apply suggestions from code review

* update table

* Fixes

---------

Co-authored-by: Guodong Jin <[email protected]>
Co-authored-by: Prashanth Rao <[email protected]>
Co-authored-by: prrao87 <[email protected]>

* Fix file extension

* Minor fixes

* Create wasm.mdx

Update wasm.mdx

Update docs (#331)

Fix demo script

Starting merge for 0.8.0

* remove progress_bar_time from docs (#337)

* Fix ignore errors in DataFrame section (#338)

* Add doc for `show_indexes`, `show_official_extensions`  (#339)

* Add doc for `show_indexes`, `show_official_extensions` and `show_loaded_extensions`

* Apply suggestions from code review

* Update src/content/docs/cypher/query-clauses/call.md

---------

Co-authored-by: Prashanth Rao <[email protected]>

* FTS index (#332)

* Create full-text-search.md

* Update full-text-search.md

* Update FTS docs

---------

Co-authored-by: prrao87 <[email protected]>

* Document the behaviour of import/export database with indexes (#340)

* Add doc for file-format option (#342) (#343)

* Add doc for file-format

* Update index.mdx

* Apply suggestions from code review

---------

Co-authored-by: ziyi chen <[email protected]>

* Fix typos and improve formatting

* Add doc for yield clause (#347)

* Add doc for yield clause

* Apply suggestions from code review

---------

Co-authored-by: Prashanth Rao <[email protected]>

* skip/limit doc (#341)

* skip/limit doc

* Update limit.md

* Update limit.md

* Update skip.md

* Add documentation on special behaviour for query result getNext() (#351)

* Add docs on query result getNext() behaviour

* Add manual frees in C API example

* Apply suggestions from code review

---------

Co-authored-by: Prashanth Rao <[email protected]>

* Update rdbms.mdx (#352)

* Add doc for duckdb/sqlite/postgres's type conversion (#348)

* Add doc for duckdb's type conversion

* Update rdbms.mdx

* Update rdbms.mdx

* Update rdbms.mdx

* Update rdbms.mdx

* Update src/content/docs/extensions/attach/rdbms.mdx

Co-authored-by: Guodong Jin <[email protected]>

* Update src/content/docs/extensions/attach/rdbms.mdx

Co-authored-by: Guodong Jin <[email protected]>

* Update src/content/docs/extensions/attach/rdbms.mdx

Co-authored-by: Guodong Jin <[email protected]>

* Update src/content/docs/extensions/attach/rdbms.mdx

Co-authored-by: Guodong Jin <[email protected]>

* Update rdbms.mdx

---------

Co-authored-by: Guodong Jin <[email protected]>

* Rename output of fts (#354)

* Add doc for rel_table_group (#349)

* rel-table-group

* Polish rel group

* Update src/content/docs/cypher/data-definition/create-table.md

Co-authored-by: Guodong Jin <[email protected]>

* Update src/content/docs/cypher/data-definition/create-table.md

Co-authored-by: Guodong Jin <[email protected]>

* Update src/content/docs/cypher/data-definition/create-table.md

---------

Co-authored-by: xiyang <[email protected]>
Co-authored-by: Prashanth Rao <[email protected]>
Co-authored-by: Guodong Jin <[email protected]>

* Fix formatting

* Update src/content/docs/migrate/index.md

Co-authored-by: Guodong Jin <[email protected]>

* Fix export-db with index doc

* Add reference to the bm25 match algo (#357)

* edits

* Update wasm.mdx

* Update wasm.mdx

* Update full-text-search.md (#358)

Co-authored-by: Prashanth Rao <[email protected]>

* Fts minor fix (#362)

* fts minor fix

* Update full-text-search.md

* Update index.mdx

* Update installation.mdx

* Update installation.mdx

* Update installation.mdx

* Improve load/scan docs

* Update config

---------

Co-authored-by: ziyi chen <[email protected]>
Co-authored-by: Sterling Shi <[email protected]>
Co-authored-by: Guodong Jin <[email protected]>
Co-authored-by: 囧囧 <[email protected]>
Co-authored-by: Howe Wang <[email protected]>
Co-authored-by: Royi Luo <[email protected]>
Co-authored-by: xiyang <[email protected]>
Co-authored-by: semihsalihoglu-uw <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

doc supported types/converted rules in postgres/duckdb/sqlite scanner
3 participants