mike12345567
|
4428678ebd
|
Quick fix for QA-core tests, when encrypt is undefined for MS-SQL, it defaults to true, need to be aware of this so can set trustServerCertificate correctly. Also fixing the naming of a test.
|
2023-06-30 12:05:18 +01:00 |
mike12345567
|
63d16f1809
|
Only enable trust server certificate if encryption enabled.
|
2023-06-29 16:09:25 +01:00 |
mike12345567
|
7b6246ee59
|
Fixes discovered by MS-SQL validator tests in QA-core, fixing custom ports being used (not default) and allowing the use of self signed certificates. Also updating an error message in line with Peters changes.
|
2023-06-29 16:09:25 +01:00 |
mike12345567
|
a66d5bf7be
|
Merge branch 'develop' of github.com:Budibase/budibase into feat/surface-sql-errors
|
2023-06-28 17:58:56 +01:00 |
mike12345567
|
30a9b349d8
|
Merge branch 'develop' of github.com:Budibase/budibase into feat/surface-sql-errors
|
2023-06-28 17:31:03 +01:00 |
Adria Navarro
|
ec3f962d3c
|
Fix typings
|
2023-06-28 15:16:47 +01:00 |
Adria Navarro
|
b6f9ae762d
|
Lint
|
2023-06-28 14:59:49 +01:00 |
Adria Navarro
|
47d6113fee
|
Submit nested
|
2023-06-28 14:33:52 +01:00 |
Adria Navarro
|
a95a5f1cb2
|
Populate fields
|
2023-06-28 14:33:52 +01:00 |
Adria Navarro
|
758b4f8254
|
Allow open by default for field groups
|
2023-06-28 14:33:52 +01:00 |
Adria Navarro
|
352ea72c53
|
Select and conditional fields
|
2023-06-28 14:33:52 +01:00 |
Adria Navarro
|
8a7d610faf
|
Move creation pool on the connect step
|
2023-06-28 14:33:51 +01:00 |
Adria Navarro
|
c9bee9e423
|
Display errors
|
2023-06-28 14:33:51 +01:00 |
Adria Navarro
|
1e5492b18d
|
Type mssql
|
2023-06-28 14:33:51 +01:00 |
Peter Clement
|
87768fd577
|
update error messages:
|
2023-06-28 09:28:40 +01:00 |
Peter Clement
|
46a9142676
|
propagate errors coreectly for datasource plus
|
2023-06-27 15:27:56 +01:00 |
mike12345567
|
cbfeea121c
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2023-06-20 18:09:23 +01:00 |
melohagan
|
b0debf17ef
|
Table disappears from side bar when changing display name (#10909)
* Pass sourceId on fetch tables
* Use ExternalTable type
|
2023-06-20 17:07:12 +01:00 |
Adria Navarro
|
718fe1efc6
|
Implement mssql and tests
|
2023-06-19 17:56:12 +01:00 |
Adria Navarro
|
237cda064c
|
Simplify integration features
|
2023-05-24 10:50:51 +02:00 |
mike12345567
|
83ddb9c8dd
|
Adding feature to denote fetch table names function.
|
2023-05-22 14:28:18 +01:00 |
Michael Drury
|
732ebb4f87
|
Adding function to fetch table names.
|
2023-05-18 22:09:44 +01:00 |
mike12345567
|
6b7269b954
|
Refactoring response from integrations to a simple type.
|
2023-05-15 17:36:16 +01:00 |
Michael Drury
|
3ef204cf7b
|
Merge pull request #10553 from Budibase/budi-6932/verify_mssql
Implement MSSQL connection verification
|
2023-05-15 17:12:05 +01:00 |
Adria Navarro
|
d98bc11a20
|
Clean
|
2023-05-15 16:30:43 +02:00 |
Adria Navarro
|
2641a8c135
|
Clean code
|
2023-05-15 16:30:43 +02:00 |
Adria Navarro
|
0418e90a37
|
Implement the check as part of the integration
|
2023-05-15 16:30:43 +02:00 |
Adria Navarro
|
32695018bf
|
Validate and test microsoft sql
|
2023-05-15 16:30:43 +02:00 |
mike12345567
|
ce6c5bfa68
|
Base connection work - extending the base integration to include the option of a connection check function.
|
2023-05-05 15:47:55 +01:00 |
mike12345567
|
c552913737
|
Fixing defaults in MS-SQL as well.
|
2023-04-14 18:10:10 +01:00 |
mike12345567
|
09ccac12ae
|
Fix for default values with NOT NULL requirements being intepreted as requiring values in the frontend, presence check is now ignored if a default or auto value is found.
|
2023-04-14 17:56:17 +01:00 |
mike12345567
|
4acfae6af6
|
Updating so that datasources always have correct types after environment variable enrichment.
|
2023-02-10 12:47:23 +00:00 |
mike12345567
|
f8ef06c849
|
Fix issue with MS-SQL, port needs to be a number for the node-mssql package, with env vars it isn't anymore.
|
2023-02-10 11:54:16 +00:00 |
mike12345567
|
0ca1c359a5
|
Final fix for #8882 - adding text to show the error - as well as fixing an issue with many to many updating correctly.
|
2022-12-02 17:28:37 +00:00 |
mike12345567
|
2a51091ffb
|
Adding some null controls.
|
2022-12-02 16:17:56 +00:00 |
mike12345567
|
970e7ee3e7
|
Making integrations more like what custom integrations look like (to simplify integration).
|
2022-08-12 17:03:06 +01:00 |
mike12345567
|
1c7f860184
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2022-08-11 16:28:46 +01:00 |
mike12345567
|
b803a3fd93
|
Replacing all plural TS enumerations with singular - this involves a major rename of the DocumentTypes.
|
2022-08-11 13:50:05 +01:00 |
mike12345567
|
1134b01f39
|
Moving all datasource types around - this is needed to make the SDK/Document types more accesible for the development datasource plugins.
|
2022-08-11 11:48:58 +01:00 |
mike12345567
|
d14051bd62
|
Fixing test cases.
|
2022-08-03 18:20:07 +01:00 |
Andrew Kingston
|
8bfd54bd80
|
Add types to datasources
|
2022-06-23 11:35:57 +01:00 |
Mel O'Hagan
|
eca2fe0b50
|
Include external SQL server type in schema
|
2022-06-20 16:49:58 +01:00 |
mike12345567
|
d090f2a8aa
|
Fix for #5553 - when importing for SQL databases attempt to manage date and time only column times, handle these when displaying in tables and when filtering.
|
2022-05-03 14:11:06 +01:00 |
Michael Drury
|
84f1325320
|
Fixing MS-SQL variable sub.
|
2022-03-12 11:13:41 +00:00 |
Michael Drury
|
07bcaf2d0a
|
Adding a mechanism to concat strings in queries, there was a problem when char const strings were wrapping bindings, this should find instances of that and replace with a datasource specific method of concating the constant with the variable.
|
2022-03-11 00:19:26 +00:00 |
mike12345567
|
7f9334ae5e
|
Making sure that tables are created within the correct schema for MS-SQL.
|
2022-03-04 15:50:19 +00:00 |
mike12345567
|
a4ed8fe5e8
|
Adding the ability to support schemas in MS-SQL.
|
2022-03-04 15:12:07 +00:00 |
Michael Drury
|
546bbc2ff6
|
Changing how SQL vars are generated so that when new SQL implementations are added they must implement a generation mechanism.
|
2022-03-02 22:45:10 +00:00 |
mike12345567
|
9d800484f2
|
Some refactoring to make it easier to find specific edge cases of sql clients.
|
2021-11-08 18:12:40 +00:00 |
mike12345567
|
b310918ec4
|
Fixing #3182 so that sorting is disabled for certain column types that we cannot use, as well as fixing some issues with MS-SQL plus tables.
|
2021-11-08 17:25:05 +00:00 |