`sqlite-utils transform` breaks DEFAULT string values and STRFTIME() · Issue #509 · simonw/sqlite-utils · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uh oh!
There was an error while loading. Please reload this page.
Very nice library! Our team found sqlite-utils through @simonw's comment on the "Simple declarative schema migration for SQLite" article, and we were excited to use it, but unfortunately
sqlite-utils transform
seems to break our DB.Running
sqlite-utils transform
to modify a column mangles their DEFAULT values:STRFTIME()
are turned into strings!Here are steps to reproduce:
Original database
Modified database after sqlite-utils
(Related: #336)
The text was updated successfully, but these errors were encountered: