-
### Describe the feature
This issue represents the need for an MSSQL connector. The most widely supported package that will enable this functionality is likely the [tedious](https://www.npmjs.com/pac…
-
**Kibana version:** 8.13.4
**Elasticsearch version:** 8.13.4
**Server OS version:** RHEL 8.9
**Browser version:** Version 129.0.6668.90 Google Chrome
**Browser OS version:** Windows 10 Enterprise
…
-
### Validations
- [ ] I believe this is a way to improve. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions
- [ ] I'm not able to find an [open issue](https://githu…
-
Hey there,
I'm happy to make a PR for this, not totally sure of the repercussions however -- but i noticed the mssql dependency is at 7.2.0:
https://github.com/jsreport/jsreport/blob/872b9fa9da6d0…
-
-
SQL server has a json_object function with a special syntax that uses colons instead of commas between json keys and values.
```sql
SELECT JSON_OBJECT('name':'value', 'type':1)
```
This is not…
-
[Based on the documentation](https://vertx.io/docs/vertx-mssql-client/java/#_data_types_supported), [the `xml` data type](https://learn.microsoft.com/en-us/sql/relational-databases/xml/xml-data-type-…
-
### Description
```
docker run --runtime=runsc -e "MSSQL_ENABLE_HADR=0" -e "MSSQL_PID=Express" -v /tmp/socket:/tmp/socket -v
/home/liron/Downloads/userdata/data:/tmp/data -e "ACCEPT_EULA=Y" -e "SA…
-
Hi, I'm trying to run this code with mssql:
```ts
import sql from "npm:mssql@10.0.1";
const sqlConfig = {
server: "localhost",
user: "sa",
password: "",
database: "my_db",
option…
-
### Feature description
Allow MsSQL destination to support passwordless authentication via a token.
This token is typically obtained using `azure.identity.DefaultAzureCredential()` but it can al…