Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Client API changes to accomodate new cloud architecture The exact trait interfaces for `client-api` is TBD * Ensure we're not blocking when accessing the filesystem * Derive Clone for SendGridController * Add YOLO error variant to InsertDomainResult * Rebase * fixup! Rebase * Fix SpacetimeType for Address * Temporarily disable message / frame size limits for SDK WS * Remove get_database_instance_state from API trait It's an internal (worker db) thing, which does not need to be satisfied by impls. * Update indexes when updating a database It turns out that the order of the index definitions in the proposed schema may differ from those returned from the catalog, causing valid (i.e. no-op) updates to be rejected. While at it, allow updating table indexes so as long as the (column) schema remains unchanged. * Update indexes when updating a database It turns out that the order of the index definitions in the proposed schema may differ from those returned from the catalog, causing valid (i.e. no-op) updates to be rejected. While at it, allow updating table indexes so as long as the (column) schema remains unchanged. * Fix -S instead of -s for update-module smoke test -s now means "server", -S "skip clippy", changed in: a1e9984 (Multiple server configurations for CLI (#214), 2023-09-01) * Invalidate schema cache when committing a tx * Use long options in update-module.sh, fix unused warning * Add test asserting schema_for_table reflects index updates
- Loading branch information