tables data tests are now generalized, needs a bit more fixes, 6/6 are passing
This commit is contained in:
@@ -125,7 +125,7 @@ fn is_reserved_schema(schema_name: &str) -> bool {
|
||||
|
||||
pub async fn post_table_definition(
|
||||
db_pool: &PgPool,
|
||||
mut request: PostTableDefinitionRequest, // Changed to mutable
|
||||
request: PostTableDefinitionRequest,
|
||||
) -> Result<TableDefinitionResponse, Status> {
|
||||
// Create owned copies of the strings after validation
|
||||
let profile_name = {
|
||||
|
||||
Reference in New Issue
Block a user