github skiptools/skip-sql 0.13.0
Release 0.13.0

latest releases: 0.16.0, 0.15.1, 0.15.0...
9 months ago

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 SkipSQLPlus

you will need to change it to:

import SkipSQLCore
import SkipSQLPlus

Full Changelog: 0.12.1...0.13.0

Don't miss a new skip-sql release

NewReleases is sending notifications on new releases.