Codebase list golang-github-denisenkom-go-mssqldb / d3ed492
Fixing up extra-long lines in package description. Michael Lustfield 7 years ago
2 changed file(s) with 7 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 golang-github-denisenkom-go-mssqldb (0.0~git20170117.0.9e40d9d-2) unstable; urgency=medium
1
2 * Removed extra-long lines in package description.
3
4 -- Michael Lustfield <michael@lustfield.net> Sun, 12 Mar 2017 23:54:23 -0500
5
06 golang-github-denisenkom-go-mssqldb (0.0~git20170117.0.9e40d9d-1) unstable; urgency=medium
17
28 * Initial release (Closes: #855981)
2525 Features:
2626 * Can be used with SQL Server 2005 or newer
2727 * Can be used with Microsoft Azure SQL Database
28 * Can be used on all go supported platforms (e.g. Linux, Mac OS X and Windows)
2928 * Supports new date/time types: date, time, datetime2, datetimeoffset
3029 * Supports string parameters longer than 8000 characters
3130 * Supports encryption using SSL/TLS
3231 * Supports SQL Server and Windows Authentication
3332 * Supports Single-Sign-On on Windows
34 * Supports connections to AlwaysOn Availability Group listeners, including re-direction to read-only replicas.
33 * Supports connections to AlwaysOn Availability Group listeners
3534 * Supports query notifications