Results 4 issues of budiony

**Preconditions** * HeidiSQL version: 12.5.0.6691 and below * Database type and version: MS SQL 12.0 * OS: Windows 10 **Describe the bug** The `ALTER TABLE` statement produced by the Heidi...

**Preconditions** * HeidiSQL version: 12.1.0.6566 * Database type and version: MS SQL Server 11.0 * OS: Windows **Describe the bug** HeidiSQL is wonderful application for managing SQL databases, it is...

[bugreport.txt](https://github.com/HeidiSQL/HeidiSQL/files/14405218/bugreport.txt) **Preconditions** * HeidiSQL version: 12.6.0.6803 * Database type and version: MSSQL Server 2012 * OS: Windows 10 x64 build 19045 **Describe the bug** Opening "Create Code..." or "Alter Code..."...

The reason is trivial: SQL error. The event **unbanUsers** should be: ` BEGIN DELETE FROM member_jail WHERE (UNIX_TIMESTAMP() - UNIX_TIMESTAMP(`timestamp`) - (banned_hours * 60*60)) > 0; UPDATE members m SET...