symphonycms: If the DB user can't lock the table, we get a "Entry saved" message
Affected Symphony version(s) : 2.7.0 PHP version(s) : ALL OS(es) : ALL
@michael-e was that intended ? Thank god I was able to find it in the log.
Just stumbled upon this case where the DB user did not had the LOCK TABLES
privilege. Should we deal with it ? (That same user did not had ALTER
either and when I updated extension, I did received the MySQL error message).
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 16 (16 by maintainers)
Commits related to this issue
- Do not hide exceptions thrown by the database If there was a problem with a SQL statement, the current code you log the exception, but silence it, resulting in a weird user experience. This commits ... — committed to DeuxHuitHuit/symphonycms by nitriques 7 years ago
- Do not hide exceptions thrown by the database (#2756) If there was a problem with a SQL statement, the current code you log the exception, but silence it, resulting in a weird user experience. Th... — committed to symphonycms/symphonycms by nitriques 7 years ago
@creativedutchmen I have transactions ready for
3.0.0
. I still have lots of work to be done, but it is coming.