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
Refactor schema operations to be auto-transactional in tests
- Updated multiple test files to remove explicit transaction blocks for schema operations.
- Ensured that document and vertex types are created without wrapping them in transactions, leveraging the auto-transactional behavior of the database.
- Improved readability and maintainability of test code by simplifying transaction management.
Copy file name to clipboardExpand all lines: bindings/python/README.md
+11-11Lines changed: 11 additions & 11 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