crit bug fixed
This commit is contained in:
@@ -33,7 +33,7 @@ pub async fn qualify_table_name(
|
|||||||
.unwrap_or(false);
|
.unwrap_or(false);
|
||||||
|
|
||||||
if definition_exists {
|
if definition_exists {
|
||||||
Ok(format!("{}.\"{}\"", profile_name, table_name))
|
Ok(format!("\"{}\".\"{}\"", profile_name, table_name))
|
||||||
} else {
|
} else {
|
||||||
// It's not a user-defined table, so it must be a system table in 'public.
|
// It's not a user-defined table, so it must be a system table in 'public.
|
||||||
Ok(format!("\"{}\"", table_name))
|
Ok(format!("\"{}\"", table_name))
|
||||||
|
|||||||
Reference in New Issue
Block a user