Skip to content

docs: fix misaligned columns in Database Options table - #1590

Merged
Shashankss1205 merged 1 commit into
CodeGraphContext:mainfrom
Mohit-001-hash:fix/readme-db-table-columns
Aug 8, 2026
Merged

Shashankss1205 merged 1 commit into
CodeGraphContext:mainfrom
Mohit-001-hash:fix/readme-db-table-columns

Conversation

@Mohit-001-hash

Copy link
Copy Markdown
Contributor

PR Description: Fixed misaligned columns in the Database Options table in README.md — the "Speed" and "Persistence" rows were missing their 4th column value (for Neo4j / Nornic DB), causing the table to render misaligned.

Issue: closes #None (just a documentation quick fix )

@vercel

vercel Bot commented Aug 8, 2026

Copy link
Copy Markdown

@Mohit-001-hash is attempting to deploy a commit to the shashankss1205's projects Team on Vercel.

A member of the Team first needs to authorize it.

@Shashankss1205 Shashankss1205 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Verified: rows 277 and 278 had 4 cells against 5 everywhere else in that table, so the last column rendered shifted.

L276: 5 cells  | **Requirement**| `pip install kuzu` | ...
L277: 4 cells  | **Speed** | ⚡ Extremely Fast | ⚡ Fast | 🚀 Scalable |
L278: 4 cells  | **Persistence**| Yes (to disk) | ...

Correct fix, and the added values are accurate for the Neo4j/Nornic column. Thanks!

@Shashankss1205
Shashankss1205 merged commit a9248c4 into CodeGraphContext:main Aug 8, 2026
17 of 18 checks passed
@github-project-automation github-project-automation Bot moved this from Backlog tasks to Done in CGC Progress Board Aug 8, 2026
Shashankss1205 added a commit that referenced this pull request Aug 8, 2026
Ten PRs since 0.5.6 — mostly parser correctness, all with regression tests.

Parsers
- Ruby nested classes no longer delete their parent; method parameters
  extracted at all (#1523, #1527, #1581)
- C/C++ functions returning a pointer or reference are extracted, and
  registered in pre_scan so they resolve as call targets (#1524, #1582)
- C# fields and locals parsed, restoring receiver-type inference for
  `var x = new T(); x.M();` (#1525, #1584)
- JavaScript destructured, array and rest parameters extracted, recording
  the binding names rather than a placeholder (#1527, #1591)

Queries and analysis
- Five defects that returned wrong answers without erroring: inflated
  repository stats, misattributed callers, discarded graph_name,
  count(*) after OPTIONAL MATCH, an ignored tool argument (#1577)
- Dead-code detection made correct and self-consistent, including the
  JS module-level false positive (#600, #1559, #1578)

Indexing
- add_package_to_graph on a flat module no longer indexes the whole
  virtualenv (#1528, #1586)
- SCIP job progress no longer exceeds 100% (#1535, #1583)

Docs and tests
- Database Options table columns realigned (#1590)
- MCP tool definition contract validation (#1580)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
@Mohit-001-hash

Copy link
Copy Markdown
Contributor Author

Can you please add the gssoc approved label without it I won't get gssoc points

@Shashankss1205 Shashankss1205 added gssoc:approved GSSoC validation: counts toward scoring level:beginner GSSoC difficulty: 20 pts contributor / 10 mentor mentor:Shashankss1205 GSSoC mentor attribution: credits reviewing mentor quality:clean GSSoC quality: x1.2 contributor / +5 mentor type:docs GSSoC type bonus: docs labels Aug 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gssoc:approved GSSoC validation: counts toward scoring level:beginner GSSoC difficulty: 20 pts contributor / 10 mentor mentor:Shashankss1205 GSSoC mentor attribution: credits reviewing mentor quality:clean GSSoC quality: x1.2 contributor / +5 mentor type:docs GSSoC type bonus: docs

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants