Sevket Gökay
Sevket Gökay
hey @anirudh-ramesh, thanks for your work! this feature request and its realisation has a very clear scope, and therefore i would like to keep it that way. while working on...
@frmunozForcast it is usable already ;)
hey @iprastha there is no release yet, but you can see the referenced commits above in the respective feature branch.
since we support mysql 8 already, there won't be any code changes. we will just be dropping the support of mysql 5.7. this means: - updating the readme. - removing...
i am not sure about "10.2 and higher" but i think "10.3 and higher" should be fine. we have 10.3 and 10.5 in our github action build matrix and they...
pls look at https://github.com/steve-community/steve/issues/749. looks like a similar/duplicate issue.
closing due to inactivity.
> #### Steps to Reproduce the Problem > 1. Send a `StartTransaction` message and receive a `transactionId`. > 2. Send a corresponding `StopTransaction` message to end the transaction. > 3....
i could undo the changes and treat every message as a brand new StartTransaction, but then i would clutter the database with noise and effectively bring back the pains expressed...
this is by design. some time ago we added the functionality to manually stop "ghost" transactions in the web UI (i.e. transactions that are open for a really long time...