Releases: axllent/ssbak
Releases · axllent/ssbak
1.1.6
1.1.5
1.1.4
1.1.3
- Prevent errors on import due to
STRICT_TRANS_TABLES
andSTRICT_ALL_TABLES
In some circumstances ssbak load
would fail due to "dirty data" due to undefined blank ENUM values. This change turns off strict mode while importing, meaning if your original database contains dirty data, then so will your restore. See https://mariadb.com/kb/en/enum/#null-and-empty-values