mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-08 17:54:22 +01:00
Update python bindings to use the new retrieval methods to access Record values.
This commit is contained in:
@@ -300,7 +300,7 @@ pub fn connect(path: &str) -> Result<Connection> {
|
||||
|
||||
fn row_to_py(py: Python, row: &limbo_core::Row) -> PyObject {
|
||||
let py_values: Vec<PyObject> = row
|
||||
.values
|
||||
.get_values()
|
||||
.iter()
|
||||
.map(|value| match value.to_value() {
|
||||
limbo_core::Value::Null => py.None(),
|
||||
|
||||
Reference in New Issue
Block a user