mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-27 11:56:05 +02:00
This commit is contained in:
@@ -251,7 +251,7 @@ async fn select(
|
||||
JsonValue::Null
|
||||
} else {
|
||||
match info.name() {
|
||||
"VARCHAR" | "STRING" | "TEXT" | "DATETIME" => {
|
||||
"VARCHAR" | "STRING" | "TEXT" | "DATETIME" | "JSON" => {
|
||||
if let Ok(s) = row.try_get(i) {
|
||||
JsonValue::String(s)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user