This repository was archived by the owner on Oct 10, 2025. It is now read-only.
Conversation
prrao87
approved these changes
Jan 24, 2025
prrao87
added a commit
that referenced
this pull request
Jan 24, 2025
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 <35005448+prrao87@users.noreply.github.com> Co-authored-by: prrao87 <prrao87@gmail.com> * Add Iceberg Extension Documentation (#314) * add ice_berg docu * Update src/content/docs/extensions/iceberg.mdx Co-authored-by: Guodong Jin <guod.jin@gmail.com> * Update src/content/docs/extensions/iceberg.mdx Co-authored-by: Guodong Jin <guod.jin@gmail.com> * restructure * restructure * restructure * update table * update table * Apply suggestions from code review * update table * Fixes --------- Co-authored-by: Guodong Jin <guod.jin@gmail.com> Co-authored-by: Prashanth Rao <35005448+prrao87@users.noreply.github.com> Co-authored-by: prrao87 <prrao87@gmail.com> * 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 <35005448+prrao87@users.noreply.github.com> * FTS index (#332) * Create full-text-search.md * Update full-text-search.md * Update FTS docs --------- Co-authored-by: prrao87 <prrao87@gmail.com> * 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 <chenziyi990424@gmail.com> * 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 <35005448+prrao87@users.noreply.github.com> * 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 <35005448+prrao87@users.noreply.github.com> * 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 <guod.jin@gmail.com> * Update src/content/docs/extensions/attach/rdbms.mdx Co-authored-by: Guodong Jin <guod.jin@gmail.com> * Update src/content/docs/extensions/attach/rdbms.mdx Co-authored-by: Guodong Jin <guod.jin@gmail.com> * Update src/content/docs/extensions/attach/rdbms.mdx Co-authored-by: Guodong Jin <guod.jin@gmail.com> * Update rdbms.mdx --------- Co-authored-by: Guodong Jin <guod.jin@gmail.com> * 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 <guod.jin@gmail.com> * Update src/content/docs/cypher/data-definition/create-table.md Co-authored-by: Guodong Jin <guod.jin@gmail.com> * Update src/content/docs/cypher/data-definition/create-table.md --------- Co-authored-by: xiyang <x74feng@uwaterloo.ca> Co-authored-by: Prashanth Rao <35005448+prrao87@users.noreply.github.com> Co-authored-by: Guodong Jin <guod.jin@gmail.com> * Fix formatting * Update src/content/docs/migrate/index.md Co-authored-by: Guodong Jin <guod.jin@gmail.com> * 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 <35005448+prrao87@users.noreply.github.com> * 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 <chenziyi990424@gmail.com> Co-authored-by: Sterling Shi <156466823+SterlingT3485@users.noreply.github.com> Co-authored-by: Guodong Jin <guod.jin@gmail.com> Co-authored-by: 囧囧 <liuc223@gmail.com> Co-authored-by: Howe Wang <104328541+WWW0030@users.noreply.github.com> Co-authored-by: Royi Luo <r.luo@hotmail.ca> Co-authored-by: xiyang <x74feng@uwaterloo.ca> Co-authored-by: semihsalihoglu-uw <ssalihoglu@uwaterloo.ca>
prrao87
pushed a commit
that referenced
this pull request
Feb 7, 2025
* Create delta.mdx * Update delta.mdx * Update index.mdx * Update delta.mdx * Update delta.mdx * Fixes --------- Co-authored-by: Prashanth Rao <35005448+prrao87@users.noreply.github.com> Co-authored-by: prrao87 <prrao87@gmail.com> Add Iceberg Extension Documentation (#314) * add ice_berg docu * Update src/content/docs/extensions/iceberg.mdx Co-authored-by: Guodong Jin <guod.jin@gmail.com> * Update src/content/docs/extensions/iceberg.mdx Co-authored-by: Guodong Jin <guod.jin@gmail.com> * restructure * restructure * restructure * update table * update table * Apply suggestions from code review * update table * Fixes --------- Co-authored-by: Guodong Jin <guod.jin@gmail.com> Co-authored-by: Prashanth Rao <35005448+prrao87@users.noreply.github.com> Co-authored-by: prrao87 <prrao87@gmail.com> 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 <35005448+prrao87@users.noreply.github.com> FTS index (#332) * Create full-text-search.md * Update full-text-search.md * Update FTS docs --------- Co-authored-by: prrao87 <prrao87@gmail.com> 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 <chenziyi990424@gmail.com> 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 <35005448+prrao87@users.noreply.github.com> 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 <35005448+prrao87@users.noreply.github.com> 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 <guod.jin@gmail.com> * Update src/content/docs/extensions/attach/rdbms.mdx Co-authored-by: Guodong Jin <guod.jin@gmail.com> * Update src/content/docs/extensions/attach/rdbms.mdx Co-authored-by: Guodong Jin <guod.jin@gmail.com> * Update src/content/docs/extensions/attach/rdbms.mdx Co-authored-by: Guodong Jin <guod.jin@gmail.com> * Update rdbms.mdx --------- Co-authored-by: Guodong Jin <guod.jin@gmail.com> 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 <guod.jin@gmail.com> * Update src/content/docs/cypher/data-definition/create-table.md Co-authored-by: Guodong Jin <guod.jin@gmail.com> * Update src/content/docs/cypher/data-definition/create-table.md --------- Co-authored-by: xiyang <x74feng@uwaterloo.ca> Co-authored-by: Prashanth Rao <35005448+prrao87@users.noreply.github.com> Co-authored-by: Guodong Jin <guod.jin@gmail.com> Fix formatting Update src/content/docs/migrate/index.md Co-authored-by: Guodong Jin <guod.jin@gmail.com> 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 <35005448+prrao87@users.noreply.github.com> 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
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Closes #324