teradatasql 20.0.3 → 20.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -12,7 +12,7 @@ For Teradata customer support, please visit [Teradata Customer Service](https://
12
12
 
13
13
  Please note, this driver may contain beta/preview features ("Beta Features"). As such, by downloading and/or using the driver, in addition to agreeing to the licensing terms below, you acknowledge that the Beta Features are experimental in nature and that the Beta Features are provided "AS IS" and may not be functional on any machine or in any environment.
14
14
 
15
- Copyright 2023 Teradata. All Rights Reserved.
15
+ Copyright 2024 Teradata. All Rights Reserved.
16
16
 
17
17
  ### Table of Contents
18
18
 
@@ -1417,6 +1417,9 @@ Limitations when exporting to CSV files:
1417
1417
 
1418
1418
  ### Change Log
1419
1419
 
1420
+ `20.0.4` - January 9, 2024
1421
+ * Build DLL and shared library with Go 1.20.12
1422
+
1420
1423
  `20.0.3` - December 8, 2023
1421
1424
  * Improved exception message for query timeout
1422
1425
 
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "teradatasql",
3
- "version": "20.0.3",
3
+ "version": "20.0.4",
4
4
  "description": "Teradata SQL Driver for Node.js",
5
5
  "main": "lib/index.js",
6
6
  "files": [