Skip to content

Commit

Permalink
Merge pull request #1632 from tursodatabase/libsql-wal-integration
Browse files Browse the repository at this point in the history
Namespace configurators
  • Loading branch information
MarinPostma authored Aug 9, 2024
2 parents d66b138 + 6e7fb9f commit e78fb34
Show file tree
Hide file tree
Showing 12 changed files with 1,914 additions and 1,143 deletions.
2 changes: 1 addition & 1 deletion libsql-server/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use tonic::metadata::errors::InvalidMetadataValueBytes;

use crate::{
auth::AuthError,
namespace::{ForkError, NamespaceName},
namespace::{configurator::fork::ForkError, NamespaceName},
query_result_builder::QueryResultBuilderError,
};

Expand Down
Loading

0 comments on commit e78fb34

Please sign in to comment.