Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

dbdeployer 1.14.0

Choose a tag to compare

@datacharmer datacharmer released this 11 Nov 12:22
· 356 commits to master since this release

Add support for MySQL 4.1 and improve code readability

  • Modify tests to use information_schema only for MySQL 5.x+
  • Add version info to sandbox scripts to give them more awareness

In general, remove as many hard-coded text as possible:

  • Add function IsEnvSet to check when env variables are set;
  • Add variables for features minimum versions;
  • Add constants for sandbox script names;
  • Add constants for most used error messages;
  • Add comparison functions for testing in a separate package;
  • Replace manual path composition with path.Join