Commit Graph

8 Commits

Author SHA1 Message Date
Iván Ovejero
ecd3bbfcd3 Fix credential formatting issues (#3134)
* 👕 Autofix creds lint issues

* 👕 Manually fix creds lint issues

* 👕 Fix indentation

* ✏️ Fix typo

* 👕 Fix indentation

* ✏️ Fix typo
2022-04-14 08:32:27 +02:00
Ricardo Espinoza
c7db9c0a4d 🐛 Fix connectionTimeout, add requestTImeout and fix issue with column names with spaces (#1971)
* 🐛 fix issue sending connectionTimeout parameter

* 🐛 Fix issue when inserting data using columns with spaces

* 🐛 Fix issue when updating data using columns with spaces

* 🐛 Fix issue when deleting data using columns with spaces

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-07-07 00:26:34 +02:00
Iván Ovejero
5481dc3d25 Simplify property types in credentials (#1869) 2021-06-12 18:39:55 +02:00
Ricardo Espinoza
e8d77aea47 Add connection timeout to credentials (MSSQL Node) (#1517) 2021-03-07 14:02:26 +01:00
bsanderrmg
10645c2ef5 TLS option for MSSQL credentials type (#1132)
* Update MicrosoftSql.node.ts

* Update MicrosoftSql.credentials.ts

* Update MicrosoftSql.node.ts

Add TLS encryption toggle to MSSQL credentials type and implement into the connection config object. This will help users connect to certain Azure MSSQL products and older MSSQL instances.
2020-11-10 23:30:03 +01:00
Jan Oberhauser
40c2acd77b 👕 Fix lint issue 2020-10-22 15:46:03 +02:00
Tanay Pant
815e663717 🔨 Add documentationUrl to credentials 2020-08-17 14:42:09 +02:00
Jan Oberhauser
b598036b3d 👕 Fix some lint issues 2020-07-08 10:13:46 +02:00