Adria Navarro
|
237cda064c
|
Simplify integration features
|
2023-05-24 10:50:51 +02:00 |
Adria Navarro
|
c3036af072
|
Merge pull request #10659 from Budibase/feature/table-fetching
Datasource+ table fetching API
|
2023-05-23 15:39:18 +02:00 |
Adria Navarro
|
aa58a24a6d
|
Change query for retrieving postgres primary keys
|
2023-05-23 11:20:18 +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 |
mike12345567
|
571987a2ce
|
Merge branch 'feature/datasource-connections' of github.com:Budibase/budibase into feature/datasource-conns
|
2023-05-15 17:00:30 +01:00 |
Adria Navarro
|
eaf7e399e7
|
Remove unnecessary export
|
2023-05-15 13:16:56 +02:00 |
Adria Navarro
|
ffef2499cc
|
Implement the check as part of the integration
|
2023-05-15 13:16:56 +02:00 |
Adria Navarro
|
b022dcba77
|
Types
|
2023-05-15 13:16:56 +02:00 |
Adria Navarro
|
25233c5c9b
|
Add message response
|
2023-05-15 13:16:56 +02:00 |
Adria Navarro
|
f022a43065
|
Test pg connection
|
2023-05-15 13:16:56 +02:00 |
Adria Navarro
|
239a51a2c0
|
Typings
|
2023-05-15 13:16:56 +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
|
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
|
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
|
a888d9a273
|
Added external types to ds+ schemas
|
2022-06-20 18:08:30 +01:00 |
Andrew Kingston
|
0c50b82248
|
Account for types being undefined when running in a test env
|
2022-06-07 08:41:45 +01:00 |
Andrew Kingston
|
72397530ec
|
Apply timezones patch from existing ignore-timezones branch
|
2022-06-07 08:31:00 +01:00 |
mike12345567
|
152f0bb0af
|
Opening connection for building schema.
|
2022-05-20 17:43:47 +01:00 |
mike12345567
|
50445f6990
|
Fix for Postgres connections, seemed to be some issues with out of order, connections not opening in time.
|
2022-05-20 17:41:27 +01:00 |
Martin McKeaveney
|
db0ffe4ac7
|
more strategic connection closing in pg
|
2022-05-10 11:13:40 +01:00 |
Martin McKeaveney
|
8899527da8
|
merge
|
2022-05-05 12:45:09 +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 |
Martin McKeaveney
|
e5df157927
|
adding close to buildSchema
|
2022-04-29 10:47:42 +01:00 |
Martin McKeaveney
|
6bc6000a14
|
remove postgres connection pooling
|
2022-04-28 23:24:52 +01: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 |
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
|
1d7fe369c6
|
Linting and updating csv parser test case to match new functionality.
|
2021-11-12 19:39:12 +00:00 |
Rory Powell
|
6ac31e0854
|
Merge pull request #3178 from Budibase/postgres-schema
Postgres: Use another schema other than 'public'
|
2021-11-10 10:03:25 +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 |
Rory Powell
|
2b6c6d7aaa
|
Merge branch 'develop' into postgres-schema
|
2021-11-05 14:07:39 +00:00 |
mike12345567
|
329156d6cc
|
SQL table building.
|
2021-10-28 19:39:42 +01:00 |
Rory Powell
|
c210802b4c
|
Remove whitespace
|
2021-10-27 17:23:52 +01:00 |
Rory Powell
|
0ddd689b89
|
Postgres: Use another schema other than 'public'
|
2021-10-27 16:21:19 +01:00 |
mike12345567
|
ac1d6ee23e
|
Fixing #2820 - SQL system no longer includes tables without a primary key constraint and it displays an error to handle this.
|
2021-10-26 20:03:54 +01:00 |
Martin McKeaveney
|
11e64b0ffe
|
tidy up
|
2021-10-12 20:19:32 +01:00 |
Martin McKeaveney
|
ec26d5c738
|
SSL support for digitalocean, started utility function for BB logout, bunch of minor bug fixes
|
2021-10-12 16:13:54 +01:00 |
Martin McKeaveney
|
b4b90de2d6
|
Merge pull request #2716 from mslourens/custom_schema_support
Retrieve all columns from all not internal tables
|
2021-09-29 09:19:33 +01:00 |
Martin McKeaveney
|
bd1f6752ff
|
merge with develop
|
2021-09-27 16:37:55 +01:00 |
mike12345567
|
704c889151
|
Fixing issue discovered by test case.
|
2021-09-27 13:17:31 +01:00 |
mike12345567
|
32bdc4a991
|
Minimal fix for issue involving JSON views and newlines with postgres, this fix couldn't be more over-arching as it risked breaking new lines across the board. Have included a script for setting up the test scenario as well. This fixes issue #2612.
|
2021-09-24 18:10:30 +01:00 |
Martin McKeaveney
|
c49b88b57a
|
automation runs quotas
|
2021-09-23 23:25:25 +01:00 |