#525 Resolve exception when DB is disconnected
Merged by apaplaus. Opened by apaplaus.
apaplaus/freshmaker db_reconnect_bug  into  master

Download 525.patch

Now when database is disconnected(restarted) during ongoing transaction,
that transaction will be rolled back and connection must be established
again on next query as expected.

RESOLVE: CLOUDWF-515

I know this is picky :D but can you choose between ' and "? You used ' in the previous patch and " here. I know this is inconsistent between the old code base, but a least in the new introduced code it would be nice to be consistent. Maybe one day we can make a big PR to be consistent across all the code base.

I know this is picky :D but can you choose between ' and "? You used ' in the previous patch and " here. I know this is inconsistent between the old code base, but a least in the new introduced code it would be nice to be consistent. Maybe one day we can make a big PR to be consistent across all the code base.

Yes, sure. I will fix it.

Just a stupid comment, besides that it looks good! +1

rebased onto 2db31b16590e9a45b68265dc3dce6f69355fad0d

rebased onto 95b54c963ff28ecc2df9b5d68d6e2696cc5b43e2

Pull-Request has been merged by apaplaus

Thanks!

Metadata