GoogleCloudPlatform / google-cloud-gemserver

CLI to deploy a private gem server to Google App Engine Flex
Apache License 2.0
46 stars 14 forks source link

Run migrations with transactions disabled #8

Closed arhamahmed closed 7 years ago

arhamahmed commented 7 years ago

Should fix this bug where having use_transactions: true resulted in Mysql2::Error: SAVEPOINT autopoint_1 does not exist due to implicit commit when Gemstash::Env.migrate ran.

Database connections are now properly cached, as well.