Tim (Theemathas) Chirananthavat

Results 5 comments of Tim (Theemathas) Chirananthavat

FYI, my original code had `baz : foo ff`

**EDIT: This answer is obsolete due to [a better workaround](https://github.com/sqlalchemy/sqlalchemy/issues/7398#issuecomment-1772821099) existing.** Here's my solution to the problem. It's based on @FynnFreyer's solution, but it should in theory be more robust...

> > Here's my solution to the problem. It's based on @FynnFreyer's solution, but it should in theory be more robust (since we don't recompute the sql statement for creating...

I think I figured it out. Here's the final workaround. @FynnFreyer @zzzeek Running the below code will cause all tables creations in SQLite from this point on to create STRICT...