Skip to content

Commit

Permalink
huebnerr version update (#82)
Browse files Browse the repository at this point in the history
* Version 0.3.0

* Version 1.0.0

* Version 1.0.0
  • Loading branch information
huebnerr committed Mar 26, 2020
1 parent 9c432fb commit 383cbe5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,8 @@ vertica-sql-go is a native Go adapter for the Vertica (http://www.vertica.com) d

Please check out [release notes](https://github.com/vertica/vertica-sql-go/releases) to learn about the latest improvements.

vertica-sql-go is currently in alpha stage; it has been tested for functionality and has a very basic test suite. Please use with caution, and feel free to submit issues and/or pull requests (Read up on our [contributing guidelines](#contributing-guidelines)).

vertica-sql-go has been tested with Vertica 9.2.0+ and Go 1.11.2.

## Release Notes

* As this driver is still in alpha stage, we reserve the right to break APIs and change functionality until it has been stablilized.

## Installation

Source code for vertica-sql-go can be found at:
Expand Down
2 changes: 1 addition & 1 deletion driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ type Driver struct{}

const (
driverName string = "vertica-sql-go"
driverVersion string = "0.2.1"
driverVersion string = "0.3.1"
protocolVersion uint32 = 0x00030008
)

Expand Down

0 comments on commit 383cbe5

Please sign in to comment.