We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b44cac6 commit 4c1689eCopy full SHA for 4c1689e
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Version 1.2 (pending)
2
3
+Changes:
4
+
5
+ - Version v1 of the driver is will not be maintained anymore. Go 1.0 now is not supported by this driver anymore.
6
7
New Features:
8
9
- Logging of critical errors is configurable with `SetLogger`
README.md
@@ -40,7 +40,7 @@ A MySQL-Driver for Go's [database/sql](http://golang.org/pkg/database/sql) packa
40
* Optional `time.Time` parsing
41
42
## Requirements
43
- * Go 1.1 or higher (use [v1.0](https://github.com/go-sql-driver/mysql/tags) for Go 1.0.x)
+ * Go 1.1 or higher
44
* MySQL (Version 4.1 or higher), MariaDB or Percona Server
45
46
---------------------------------------
0 commit comments