What's Changed
Other Changes
Upgrading
In order to accommodate the new SkipSQLCore module, developers will need to make a change to your code that imports SkipSQLPlus. Instead of:
import SkipSQL
import SkipSQLPlusyou will need to change it to:
import SkipSQLCore
import SkipSQLPlusFull Changelog: 0.12.1...0.13.0