Skip to content

Releases: vippsas/sqlcode

v1.0.1 with microsoft-mssqldb instead of denisenkom

12 Dec 09:19

Choose a tag to compare

v1.0.1

12 Dec 09:36
875a378

Choose a tag to compare

New release with latest changes, in parallel to the work on moving away from the denisenkom driver.

What's Changed

  • Updating the docker image by @Farokhcpu in #41
  • Bump golang.org/x/net from 0.37.0 to 0.39.0 by @dependabot[bot] in #44
  • Bump golang.org/x/net from 0.39.0 to 0.40.0 by @dependabot[bot] in #45
  • Added method to return a list of sqlcode schemas. by @simukka in #38
  • Switching from pkg/errors to errors & updating to go version 1-24-3 by @Farokhcpu in #47
  • Bump golang.org/x/net from 0.40.0 to 0.41.0 by @dependabot[bot] in #48
  • Bump golang.org/x/net from 0.41.0 to 0.42.0 by @dependabot[bot] in #50
  • Bump github.com/alecthomas/repr from 0.4.0 to 0.5.1 by @dependabot[bot] in #52
  • Bump golang.org/x/net from 0.42.0 to 0.43.0 by @dependabot[bot] in #53
  • Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #54
  • Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @dependabot[bot] in #55
  • Bump github.com/spf13/cobra from 1.9.1 to 1.10.1 by @dependabot[bot] in #56
  • Bump github.com/alecthomas/repr from 0.5.1 to 0.5.2 by @dependabot[bot] in #58
  • Bump golang.org/x/net from 0.43.0 to 0.44.0 by @dependabot[bot] in #57
  • Bump golang.org/x/net from 0.44.0 to 0.46.0 by @dependabot[bot] in #59

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

27 Mar 12:01
323d67a

Choose a tag to compare

Using the go version 1.23.7

Revert RoutineName

18 Dec 13:09
f19bcdb

Choose a tag to compare

v0.7.0

Remove RoutineName, fix and test rowcount (#30)

v0.6.0: Add @RoutineName to start of stored procedures

27 Aug 07:39
2226a18

Choose a tag to compare

Add @RoutineName to start of stored procedures