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
{{ message }}
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.
Thanks for a very handy tool. I'm using it with MariaDB with the MySQL connector.
I'm finding it frustrating that there is no feedback for sql errors in revision scripts. Yes, scripts should be tested first, and they are, but accidents happen.
I used to think that if the 'Revision applied' message did not appear I could assume something went wrong. If it appeared then all is fine. However I am noticing that the message will appear when some statements in the revision folder fail.
Please consider providing the sql errors when revisions are applied. Apologies if I'm missing something.
UPDATE:
I've noticed the 'Revision applied' message will specifically appear when I am trying to run a revision to a procedure. Everything in the revision file will run up to the DELIMITER $$ line, then stop.
UPDATE 2:
Many apologies, I should have updated to 1.1 before posting. I am now seeing sql errors when revision scripts have errors. However I still can not update a stored procedure - execution stops at the DELIMITER $$ line.
The text was updated successfully, but these errors were encountered:
Thankyou victorstanciu for looking to this. This did not seem to fix the DELIMITER $$ problem.
Revision scripts which contain an update to a stored procedure and so contain the line "DELIMITER $$" will not execute past this line and will not report an error
Thanks for a very handy tool. I'm using it with MariaDB with the MySQL connector.
I'm finding it frustrating that there is no feedback for sql errors in revision scripts. Yes, scripts should be tested first, and they are, but accidents happen.
I used to think that if the 'Revision applied' message did not appear I could assume something went wrong. If it appeared then all is fine. However I am noticing that the message will appear when some statements in the revision folder fail.
Please consider providing the sql errors when revisions are applied. Apologies if I'm missing something.
UPDATE:
I've noticed the 'Revision applied' message will specifically appear when I am trying to run a revision to a procedure. Everything in the revision file will run up to the DELIMITER $$ line, then stop.
UPDATE 2:
Many apologies, I should have updated to 1.1 before posting. I am now seeing sql errors when revision scripts have errors. However I still can not update a stored procedure - execution stops at the DELIMITER $$ line.
The text was updated successfully, but these errors were encountered: