1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-25 08:09:43 +02:00
documize/embed
sauls8t 2066f72258 Support MySQL 8.x series
Two issues resolved relating to MySQL 8:

1. DB version checking skips MINOR/PATCH checks if MAJOR release changed.
2. Keyword 'admin' quoted to ensure MySQL compat.

Closes #152
2018-05-10 15:14:50 +01:00
..
bindata_assetfs.go Support MySQL 8.x series 2018-05-10 15:14:50 +01:00
embed.go removed embed init() for unit testing 2017-09-01 14:11:09 +01:00
README.md move embedded assets to separate directory 2016-07-22 20:56:56 +01:00

Uses github.com/elazarl/go-bindata-assetfs, which must be installed to 'go generate' to create bindata_assetfs.go