-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Update xorm and fix dump command #692
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
LGTM |
The mainly bug is in XORM. When dump from Sqlite to Postgres, the bool type transform was not corrected. |
LGTM |
"path": "github.com/go-xorm/xorm", | ||
"revision": "44b70cccf417e3d4a565aaa3128853b5cd553767", | ||
"revisionTime": "2017-01-03T05:31:47Z" | ||
"revision": "263f9d3fa5d9ce24069ffdc9486c58e370f4f707", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lunny This should be go-xorm/xorm@c360c20
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
LGTM |
Tested by migrating a sizable production instance from SQLite3 to Postgres, and it worked like a charm! |
This will resolve #686