You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance documentation and tests for ArcadeDB Python bindings
- Updated importer documentation to clarify XML support and provide tips for usage.
- Added notes on JSON array serialization in result sets.
- Increased test coverage from 252 to 258 tests, ensuring all features are validated.
- Improved examples for CSV imports, changing dataset size options for clarity.
- Enhanced SQL command examples to ensure proper syntax with backticks for identifiers.
- Introduced new tests for full-text search with score, SQLScript execution, and JSON array updates.
- Fixed issues in the importer related to XML handling and clarified limitations in the code comments.
Copy file name to clipboardExpand all lines: bindings/python/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Native Python bindings for ArcadeDB - the multi-model database that supports Graph, Document, Key/Value, Search Engine, Time Series, and Vector models.
0 commit comments