mike12345567
|
68a710699d
|
Getting external DBs to correctly handle when too many fields.
|
2024-09-16 18:09:01 +01:00 |
mike12345567
|
48672244f4
|
Fixing up column renaming everywhere that it is needed, making sure works for external as well.
|
2024-08-15 18:46:28 +01:00 |
mike12345567
|
3e1a0a60b4
|
Checking the correct operation - also typeguarding the check.
|
2024-08-09 14:35:13 +01:00 |
mike12345567
|
efafb3e3c2
|
Getting composite keys working, fixing p2 issue and adding test case for it.
|
2024-08-08 18:55:41 +01:00 |
mike12345567
|
1d695be77c
|
This PR includes a change to pagination which makes sure if the 5000 max row limit is hit that pagination still kicks in. This means that you can eventually return all rows, although for very large tables you may hit rate limits (if you have thousands of rows related to each row in your table).
|
2024-07-31 16:21:49 +01:00 |
Adria Navarro
|
38f7b88735
|
Type filters
|
2024-07-09 14:01:44 +02:00 |
Adria Navarro
|
9c6347f7fd
|
Move constants to types
|
2024-07-09 12:24:59 +02:00 |
Adria Navarro
|
62f5790a81
|
Remove unnecessary cast
|
2024-07-09 10:49:57 +02:00 |
Adria Navarro
|
58bd346885
|
Fix
|
2024-07-09 10:43:53 +02:00 |
Adria Navarro
|
5be8882122
|
Handle composite keys on exports
|
2024-07-09 10:43:45 +02:00 |
Sam Rose
|
01b2f69b74
|
Merge branch 'master' of github.com:budibase/budibase into budi-8220-support-updating-existing-rows-for-external-databases-using-2
|
2024-06-24 15:51:03 +01:00 |
mike12345567
|
75cee3c4fd
|
Quick type improvement.
|
2024-06-24 13:28:13 +01:00 |
mike12345567
|
1402716f5c
|
Some type updates.
|
2024-06-24 13:10:30 +01:00 |
mike12345567
|
965725d022
|
First PR comments.
|
2024-06-24 12:43:26 +01:00 |
mike12345567
|
e5c40c7ecd
|
Moving some stuff around inside ExternalRequests to make it easier to access parts of the full context.
|
2024-06-21 16:58:27 +01:00 |
Sam Rose
|
c9fecbaa77
|
Fix updating rows in external tables where the primary key is an autocolumn.
|
2024-06-21 15:12:02 +01:00 |
Sam Rose
|
f4378bd561
|
Merge branch 'master' of github.com:budibase/budibase into budi-8220-support-updating-existing-rows-for-external-databases-using-2
|
2024-06-21 13:08:39 +01:00 |
Sam Rose
|
602faf1c67
|
Add test for composite primary keys for external datasource imports.
|
2024-06-19 17:52:48 +01:00 |
mike12345567
|
aab100b130
|
Changing how counting is processed.
|
2024-06-19 14:28:22 +01:00 |
mike12345567
|
cf75a8a1f3
|
Updating function name.
|
2024-06-18 18:49:59 +01:00 |
mike12345567
|
c34c219e8f
|
Tidying up one of the weirder things knex can do.
|
2024-06-14 19:10:52 +01:00 |
mike12345567
|
cd1e7c0bad
|
Small re-jig make things easier to read.
|
2024-06-14 19:04:02 +01:00 |
mike12345567
|
1b36d8af51
|
Getting counting flow working correctly for external datasources.
|
2024-06-14 19:00:59 +01:00 |
mike12345567
|
77556820bf
|
Bit more work towards row counting, as well as moving external SQL to use row + 1 for working out pagination.
|
2024-06-14 18:12:36 +01:00 |
Adria Navarro
|
76ac300cf0
|
Save only if valid
|
2024-05-17 16:53:28 +02:00 |
Adria Navarro
|
a81626005c
|
Save timeonly on external db
|
2024-05-17 15:55:27 +02:00 |
Adria Navarro
|
25d86d179d
|
Handle inputProcessing on bulk row import
|
2024-05-15 10:56:55 +02:00 |
mike12345567
|
30077418eb
|
Fixing linting issue.
|
2024-04-17 16:31:45 +01:00 |
mike12345567
|
a33c2599b5
|
Adding error to catch scenario that caused tests to fail - fixing cases of table metadata not aligning with entityId
|
2024-04-17 16:25:27 +01:00 |
Michael Drury
|
8b0fc5ed5d
|
Making table required.
|
2024-04-16 17:22:17 +01:00 |
Michael Drury
|
ccb56c8788
|
Linting.
|
2024-04-16 17:05:09 +01:00 |
Michael Drury
|
7d2861718a
|
Making meta required in query JSON.
|
2024-04-16 16:41:39 +01:00 |
mike12345567
|
ebb79c16fe
|
Aliasing support for SQS.
|
2024-04-12 16:15:36 +01:00 |
Michael Drury
|
69f0c06171
|
Refactoring, moving SQS around, re-introducing old internal search.
|
2024-03-25 19:00:08 +00:00 |
mike12345567
|
8df38b8bb2
|
Merging in most recent changes, recent SQL aliasing changes caused some big differences.
|
2024-03-20 12:42:07 +00:00 |
Sam Rose
|
80008a0739
|
Reenable no-inner-declarations.
|
2024-03-19 11:29:19 +00:00 |
Andrew Kingston
|
16ce5ac65e
|
Update how snippets are fetched and enriched into context, because HBS helpers can't be async
|
2024-03-12 17:02:01 +00:00 |
Michael Drury
|
c5591ee87f
|
Revert "Revert "SQL Query aliasing""
|
2024-02-29 12:33:03 +00:00 |
Michael Drury
|
de3968ffe3
|
Revert "SQL Query aliasing"
|
2024-02-29 12:32:15 +00:00 |
mike12345567
|
2d75e1e85c
|
Merge branch 'feature/sql-query-aliasing' of github.com:Budibase/budibase into labday/sqs
|
2024-02-28 17:03:59 +00:00 |
mike12345567
|
fac9f18bc2
|
PR comments.
|
2024-02-27 13:40:31 +00:00 |
mike12345567
|
c0bb03e938
|
Adding length check back for get row.
|
2024-02-27 09:58:06 +00:00 |
mike12345567
|
1bb375a500
|
Further typing.
|
2024-02-26 18:16:42 +00:00 |
mike12345567
|
cb19e1f24c
|
Fixing response types of DS+ query function.
|
2024-02-26 17:56:28 +00:00 |
mike12345567
|
5f76f143bf
|
Adding the ability to disable SQL aliasing if necessary.
|
2024-02-23 17:31:45 +00:00 |
mike12345567
|
9a8c31a2a4
|
Handling deletion of rows that violate constraints, this has been an issue in Budibase for some time and causes some confusion, attempting to resolve this when deleting rows.
|
2024-02-05 18:57:16 +00:00 |
mike12345567
|
d87c7a1c4a
|
Merge branch 'master' of github.com:Budibase/budibase into labday/sqs
|
2024-02-02 17:09:54 +00:00 |
mike12345567
|
fcf8cf61da
|
Merge branch 'master' of github.com:Budibase/budibase into feature/sql-query-aliasing
|
2024-01-29 12:35:54 +00:00 |
mike12345567
|
ccc751d09c
|
A quick refactor to get rid of the old 'FieldTypes' enumeration, considering how core it is to all data handling in Budibase, the fact we had both 'FieldType' and 'FieldTypes' was confusing - righting this fully.
|
2024-01-24 16:58:13 +00:00 |
mike12345567
|
cb7c1898f2
|
Getting basic aliasing working after some testing.
|
2023-11-27 19:02:06 +00:00 |