mike12345567
|
4ddcecfd04
|
Merge branch 'master' of github.com:Budibase/budibase into feature/sql-query-aliasing
|
2024-01-02 16:21:05 +00:00 |
Adria Navarro
|
0c77cf2b40
|
Fix concurrent saves
|
2023-12-22 14:37:54 +01:00 |
Adria Navarro
|
ed32b701ec
|
Move row save to sdk
|
2023-12-22 14:37:54 +01:00 |
mike12345567
|
ec64decd01
|
Merge branch 'master' of github.com:Budibase/budibase into feature/sql-query-aliasing
|
2023-12-08 17:48:58 +00:00 |
mike12345567
|
d4a4bb96f4
|
PR comments
|
2023-12-08 13:24:24 +00:00 |
mike12345567
|
7665d2fd53
|
Fix for attachment deletion when updating table column name, as well as refactoring to make the code a bit easier to follow.
|
2023-12-07 16:35:43 +00:00 |
mike12345567
|
7eccbb851d
|
Fixing issues with other SQL functions than just reading.
|
2023-12-01 15:27:49 +00:00 |
mike12345567
|
65cddae9da
|
Getting relationship aliasing working.
|
2023-11-28 18:43:38 +00:00 |
mike12345567
|
cb7c1898f2
|
Getting basic aliasing working after some testing.
|
2023-11-27 19:02:06 +00:00 |
mike12345567
|
c16ad86142
|
Updating reverse function.
|
2023-11-24 18:12:35 +00:00 |
mike12345567
|
478e297e9e
|
Initial work towards aliasing queries for SQL.
|
2023-11-24 18:11:53 +00:00 |
Adria Navarro
|
db2c20e3ae
|
eslint import/newline-after-import
|
2023-11-20 21:52:29 +01:00 |
mike12345567
|
dde446286d
|
Switching getMultiple to default to failure if not all entries found, then updating usages.
|
2023-11-09 17:08:14 +00:00 |
mike12345567
|
a26f2e83e4
|
Some of the new table getters did not account for table IDs not being found, adding a new function which properly accounts for IDs being missing and manages it correctly, rather than leaving tables in an undefined state.
|
2023-11-09 14:45:23 +00:00 |
mike12345567
|
4dc6b1eeda
|
Merge branch 'master' of github.com:Budibase/budibase into fix/11972-external-relationship-formulas
|
2023-11-08 14:41:53 +00:00 |
Sam Rose
|
d146df5f73
|
Convert user.spec.js to user.spec.ts
|
2023-11-08 11:53:00 +00:00 |
Michael Drury
|
18c417f02f
|
Merge branch 'master' into fix/11972-external-relationship-formulas
|
2023-11-07 18:35:43 +00:00 |
Sam Rose
|
fdfda100c1
|
Ensure that the DB always returns Documents.
|
2023-11-07 18:14:52 +00:00 |
mike12345567
|
635af0f76a
|
Getting external rows to be more consistent with the internal API - the formulas should be processed using the outputProcessing as they were being processed, but was causing an overwrite. The problem was that the external system internally processed the formulas/relationships, then squashed the relationships. Once it got to the external API, it would go through normal output processing, which would run over the squashed rows, causing an inconsistent behaviour.
|
2023-11-06 19:03:37 +00:00 |
Dean
|
9bb9fb5549
|
Reintroduce filtering and sorting for exported row data
|
2023-11-06 17:00:47 +00:00 |
mike12345567
|
9b1a7bd854
|
PR comments - updating pickAPI to use a common function.
|
2023-10-27 11:43:01 +01:00 |
mike12345567
|
13dadbcc7d
|
Merge branch 'master' of github.com:Budibase/budibase into fix/internal-db-enrich-perf
|
2023-10-18 15:22:00 +01:00 |
mike12345567
|
68e8630d85
|
Improving the typing around the ExternalRequest object, which has implications throughout the row API and SDK, cleaning up where possible based on it.
|
2023-10-18 10:57:04 +01:00 |
mike12345567
|
09ce950e64
|
Merge branch 'master' of github.com:Budibase/budibase into fix/internal-db-enrich-perf
|
2023-10-11 17:24:08 +01:00 |
Adria Navarro
|
62fd9011f3
|
Merge branch 'labday/type_schema' into feature/multi-user-type-column
|
2023-10-11 14:13:55 +02:00 |
Adria Navarro
|
0720aa8b98
|
Remove any
|
2023-10-11 13:55:35 +02:00 |
Adria Navarro
|
8fa71e2e1b
|
Clean
|
2023-10-11 13:54:51 +02:00 |
Adria Navarro
|
fcaf657e53
|
More types
|
2023-10-11 13:53:14 +02:00 |
Adria Navarro
|
514f2b0cef
|
Types
|
2023-10-11 13:48:28 +02:00 |
Adria Navarro
|
40226c5c3a
|
Fix more types
|
2023-10-10 18:54:57 +02:00 |
Adria Navarro
|
21e2d7ddbe
|
Fix relationship types
|
2023-10-10 18:54:57 +02:00 |
Adria Navarro
|
b966ed221d
|
Fix bulk delete
|
2023-10-10 13:52:47 +02:00 |
mike12345567
|
ee4a042204
|
Typing fixes - unsure why all of these came up suddenly.
|
2023-10-05 18:40:56 +01:00 |
mike12345567
|
3e2f9dfc4e
|
Further enhancement, client library sends up the column it wants enriched and then we can ignore everything else, makes a big difference for enriching users (with a lot of relationships).
|
2023-10-05 18:23:18 +01:00 |
mike12345567
|
069fd33964
|
Some work towards improving performance of internal DB enrichment, there is a problem with cyclic enrichment due to the outputProcessing, need to decide how to handle formulas on enrichment.
|
2023-10-04 19:18:21 +01:00 |
Adria Navarro
|
bc6c6b9e80
|
Handle deleting m2m
|
2023-09-29 16:02:45 +02:00 |
Adria Navarro
|
1f7aa772c9
|
Add comment
|
2023-09-29 14:05:52 +02:00 |
Adria Navarro
|
c5e52f7cbe
|
Fix deleting one-2-many relationships
|
2023-09-29 14:02:45 +02:00 |
Adria Navarro
|
46a224751f
|
Types
|
2023-09-29 11:47:23 +02:00 |
Adria Navarro
|
5b5c0b31ff
|
Fix link loading relationships on external ds+
|
2023-09-28 15:54:53 +02:00 |
Adria Navarro
|
7db92638de
|
Prevent double fetching on patch
|
2023-09-28 11:40:58 +02:00 |
Adria Navarro
|
80e979faa6
|
Type external request responses
|
2023-09-28 11:02:16 +02:00 |
Adria Navarro
|
fad4f12e26
|
Fix test
|
2023-09-28 10:00:25 +02:00 |
Adria Navarro
|
0cec026932
|
Datasource usage on tests
|
2023-09-28 10:00:25 +02:00 |
Adria Navarro
|
d7cbd2dcbc
|
Fix
|
2023-09-28 10:00:25 +02:00 |
Adria Navarro
|
0e3cacd19c
|
Clean
|
2023-09-28 10:00:25 +02:00 |
Adria Navarro
|
1fb3c4b3c3
|
Fix external save/update
|
2023-09-28 10:00:25 +02:00 |
Adria Navarro
|
d0fcb5d7e6
|
Fix patch on external ds
|
2023-09-28 10:00:25 +02:00 |
Adria Navarro
|
81ca81222c
|
Process bb_references on external
|
2023-09-28 10:00:25 +02:00 |
melohagan
|
6c9ff55f8a
|
Check manyRelationships length (#11907)
|
2023-09-27 13:31:27 +01:00 |