teradatasql 20.0.53 → 20.0.54

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
@@ -1834,6 +1834,7 @@ Connection Function | Returns
1834
1834
  `{fn teradata_get_errors}` | Errors from the most recent batch operation
1835
1835
  `{fn teradata_get_warnings}` | Warnings from an operation that completed with warnings
1836
1836
  `{fn teradata_getloglevel}` | Current log level
1837
+ `{fn teradata_go_distribution}` | Go distribution `M` ([Microsoft Go](https://github.com/microsoft/go)) or `S` ([standard Go](https://go.dev/dl/)) for the Teradata GoSQL Driver
1837
1838
  `{fn teradata_go_runtime}` | Go runtime version for the Teradata GoSQL Driver
1838
1839
  `{fn teradata_logon_sequence_number}` | Session's Logon Sequence Number, if available
1839
1840
  `{fn teradata_program_name}` | Executable program name
@@ -2130,6 +2131,9 @@ SQL requests can be executed after a database connection is established.
2130
2131
 
2131
2132
  ### Change Log
2132
2133
 
2134
+ `20.0.54` - March 19, 2026
2135
+ * GOSQL-340 escape function teradata_go_distribution
2136
+
2133
2137
  `20.0.53` - March 10, 2026
2134
2138
  * GOSQL-327 Switch to Go 1.26.1
2135
2139
 
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "teradatasql",
3
- "version": "20.0.53",
3
+ "version": "20.0.54",
4
4
  "description": "Teradata SQL Driver for Node.js",
5
5
  "main": "lib/index.js",
6
6
  "bin": {