teradatasql 20.0.2 → 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 +10 -4
- package/lib/teradatasql.dll +0 -0
- package/lib/teradatasql.dylib +0 -0
- package/lib/teradatasql.so +0 -0
- package/package.json +1 -1
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
|
|
15
|
+
Copyright 2024 Teradata. All Rights Reserved.
|
|
16
16
|
|
|
17
17
|
### Table of Contents
|
|
18
18
|
|
|
@@ -54,15 +54,15 @@ Copyright 2023 Teradata. All Rights Reserved.
|
|
|
54
54
|
|
|
55
55
|
At the present time, the driver offers the following features.
|
|
56
56
|
|
|
57
|
-
* Supported for use with Teradata
|
|
57
|
+
* Supported for use with Teradata database 16.20 and later releases.
|
|
58
58
|
* COP Discovery.
|
|
59
59
|
* Laddered Concurrent Connect.
|
|
60
|
-
* HTTPS/TLS connections with Teradata
|
|
60
|
+
* HTTPS/TLS connections with Teradata database 16.20.53.30 and later.
|
|
61
61
|
* Encrypted logon using the `TD2`, `JWT`, `LDAP`, `KRB5` (Kerberos), or `TDNEGO` logon mechanisms.
|
|
62
62
|
* Data encryption governed by central administration, or enabled via the `encryptdata` connection parameter.
|
|
63
63
|
* Unicode character data transferred via the UTF8 session character set.
|
|
64
64
|
* Auto-commit for ANSI and TERA transaction modes.
|
|
65
|
-
*
|
|
65
|
+
* Result set row size up to 1 MB.
|
|
66
66
|
* Multi-statement requests that return multiple result sets.
|
|
67
67
|
* Most JDBC escape syntax.
|
|
68
68
|
* Parameterized SQL requests with question-mark parameter markers.
|
|
@@ -1417,6 +1417,12 @@ 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
|
+
|
|
1423
|
+
`20.0.3` - December 8, 2023
|
|
1424
|
+
* Improved exception message for query timeout
|
|
1425
|
+
|
|
1420
1426
|
`20.0.2` - November 16, 2023
|
|
1421
1427
|
* Build DLL and shared library with Go 1.20.11
|
|
1422
1428
|
|
package/lib/teradatasql.dll
CHANGED
|
Binary file
|
package/lib/teradatasql.dylib
CHANGED
|
Binary file
|
package/lib/teradatasql.so
CHANGED
|
Binary file
|