conservative-dude
conservative-dude
Hi, Databases return `Record` class instance, and we can get column values by simply specifying column name ``` record = db.fetch_one(query=query, values=values) print(record.id) ``` mypy gives the following error: `Mypy:...
Hi, I'm using raw queries like that: ```python record = await db.fetch_one( query='select * from table_a where id = :id', values={ # "id": 0 }) ``` If I don't provide...
Hi, I use Obsidian 1.6.5 with CodeBlock Customizer and Tasks plugins. I have this weird behaviour in Live Preview when tasks codeblock keeps filling up with duplicated values from the...