Malthe Karbo
Malthe Karbo
+1 for storage delete functionality
You can disable all triggers by running `SET session_replication_role = replica;` as part of your transaction (session), this will allow you to load. Alternatively, you can disable all foreign keys...
Running tests without the fix results in broken tests, running with fix all tests pass. You can run them locally to verify
Hi mat, I don\t know what workaround you are refering to - we ended up using a branch like this, and it solved our issues related to the problem I...
No, unfortunately not - if you do or you see an improvement to my fork/PR please do let me know :)
@matsavage the fact that indices but not foreign keys are named is what led to this PR, trying to mimick the logic from indices - I agree it would be...
https://github.com/orgs/community/discussions/36919#discussioncomment-6852220 see also this
I used JSON type ```python from typing import List from sqlmodel import Field, Session, SQLModel, create_engine, JSON, Column class Block(SQLModel, table=True): id: int = Field(..., primary_key=True) values: List[str] = Field(sa_column=Column(JSON))...
Hello! I was just wondering if anything has changed on your side regarding commitment to a stable SDK release for rust? We're totally onboard with the fact that it is...
Alright! Thanks for the update :)