Skip to content

Fast api#1

Merged
jamesbeedy merged 1 commit intomainfrom
fast_api
Oct 17, 2025
Merged

Fast api#1
jamesbeedy merged 1 commit intomainfrom
fast_api

Conversation

@jamesbeedy
Copy link
Contributor

No description provided.

The Go query function was using map[string]interface{} which gets
alphabetically sorted by json.Marshal. This caused SQLAlchemy to
receive columns in the wrong order, leading to incorrect data mapping.

Fixed by manually building JSON with columns in the order returned
by rows.Columns(), preserving the original SQL query result order.

All tests passing:
- 3-node cluster formation
- Data replication across nodes
- SQLAlchemy ORM CRUD operations
- JSON column support
- Foreign key relationships
- Write to any node, read from any node
@jamesbeedy jamesbeedy merged commit 152ff7a into main Oct 17, 2025
@jamesbeedy jamesbeedy deleted the fast_api branch October 17, 2025 19:52
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.

1 participant