Figaro Smartotum
Figaro Smartotum
I think this is one of biggest SQLModel drawbacks I've encountered. I tried the root-validator approach (which needs `validate_assignment=True` in order to get the computer column properly updated), but the...
Same here, took 40+ minutes for migrating from 1.29 to 1.30 on 4 nodes. I really want to come back to GKE,
Many thanks, alternatively, is there a way to perform raw-queries instead?
I was able to getting SQLite ORM properly working by overriding the suggested define from 0 to 3, without any kind of additional problems (for now 😅). Anyway since the...
The query for checking if the table exists, when performing the `sync_schema` is failing if DQS == 0.
`(28) double-quoted string literal: "table"` warning reported when executing `"SELECT COUNT(*) FROM sqlite_master WHERE type = \"table\" AND name = ''"` The function where the warning is triggered is `bool...
I was wondering if it is robust enough to be integrated in my project. Since the serialization it is strictly related to backward compatibility, it is a quite danger zone....