mike12345567
|
8847a5b146
|
Disabling for old/in-memory search.
|
2024-08-20 13:19:58 +01:00 |
mike12345567
|
aab120b9ca
|
Bringing back test cases.
|
2024-08-20 13:18:40 +01:00 |
mike12345567
|
f2beedbee6
|
Adding a test case for primary display columns, ignore when it has been set to a relationship, instead use another column which is valid in the table.
|
2024-08-20 13:14:24 +01:00 |
Sam Rose
|
bcefa398a4
|
Merge master.
|
2024-08-12 09:43:49 +01:00 |
Sam Rose
|
3d590e879e
|
Rely on withEnv and setEnv functions in respective environment.ts files.
|
2024-08-09 10:30:27 +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
|
9733ba5f95
|
Allowing incorrectly setup column schemas to still function as part of search - requires further investigation as to how this happens, but search should still work.
|
2024-08-07 18:04:07 +01:00 |
Michael Drury
|
7b41e7cb39
|
Merge branch 'master' into test-oracle
|
2024-08-07 16:44:54 +01:00 |
Adria Navarro
|
44a053ee08
|
Lint
|
2024-08-07 14:40:23 +02:00 |
Adria Navarro
|
32702f2e9d
|
Don't validate for in-memory
|
2024-08-07 14:39:05 +02:00 |
Adria Navarro
|
00c12b9686
|
Add tests
|
2024-08-07 14:32:42 +02:00 |
Adria Navarro
|
3b40db5db0
|
Run tests for in-memory
|
2024-08-06 18:15:50 +02:00 |
Adria Navarro
|
9743aca715
|
Merge branch 'master' into BUDI-8508/sql-support-for-logical-operators
|
2024-08-05 17:28:58 +02:00 |
Adria Navarro
|
0b5eb9f21c
|
Run tests for all sql
|
2024-08-05 17:19:14 +02:00 |
Sam Rose
|
7f49f87f27
|
Oracle fix PR comments.
|
2024-08-05 16:15:15 +01:00 |
Adria Navarro
|
ebca381e9b
|
Nested $and's and $or's test
|
2024-08-05 15:09:33 +02:00 |
Adria Navarro
|
940a080e18
|
Run only for external
|
2024-08-05 12:35:09 +02:00 |
Adria Navarro
|
2e23a0e4ce
|
Implement SQL and/or
|
2024-08-05 12:33:44 +02:00 |
Adria Navarro
|
47de3f0c53
|
Add or tests
|
2024-08-05 11:07:37 +02:00 |
Adria Navarro
|
ff0bee5974
|
Add tests
|
2024-08-05 10:55:56 +02:00 |
Sam Rose
|
7ab442eae7
|
Merge master.
|
2024-08-02 15:29:48 +01:00 |
mike12345567
|
99e8ef58dd
|
Adding test case - had to rejig how internal limit is retrieved but works without requiring thousands of rows.
|
2024-08-01 13:03:58 +01:00 |
mike12345567
|
76895174b5
|
Merge branch 'master' of github.com:Budibase/budibase into test-oracle
|
2024-07-31 11:03:30 +01:00 |
mike12345567
|
7cc000a838
|
Fixes for not contains in oracle.
|
2024-07-30 18:22:20 +01:00 |
Adria Navarro
|
9371f9913e
|
Types
|
2024-07-30 18:14:54 +02:00 |
Sam Rose
|
c6ec710abe
|
Solve _some_ date problems.
|
2024-07-30 16:03:03 +01:00 |
mike12345567
|
d06377a25d
|
Merge branch 'master' of github.com:Budibase/budibase into test-oracle
|
2024-07-30 13:02:22 +01:00 |
Sam Rose
|
b6560d1d7b
|
Fix sorting.
|
2024-07-30 11:58:28 +01:00 |
Sam Rose
|
bc7501f72b
|
Fix range queries.
|
2024-07-30 11:54:46 +01:00 |
Sam Rose
|
0599257935
|
Fix time-only columns.
|
2024-07-30 11:26:16 +01:00 |
Sam Rose
|
25ab2e2689
|
Revert schema plumbing, need to revisit.
|
2024-07-29 18:20:49 +01:00 |
Sam Rose
|
e1ef66bf56
|
Refactor InternalBuilder to give me more access to query state.
|
2024-07-29 18:11:05 +01:00 |
Sam Rose
|
ad414b982e
|
Gone some way toward getting time-only fields to work. Still test failures though.
|
2024-07-29 16:54:59 +01:00 |
Sam Rose
|
a4b66e00e4
|
Fix bigints.
|
2024-07-29 14:32:28 +01:00 |
Sam Rose
|
50d1972127
|
wip
|
2024-07-29 09:57:24 +01:00 |
mike12345567
|
27d4226c6e
|
Shorten column name.
|
2024-07-26 17:06:04 +01:00 |
mike12345567
|
9fb1c6b988
|
When searching by row ID with external DBs/SQS we can get into a situation where the limit of 1 which is applied by the frontend can cause problems, with many to many relationships we need to retrieve multiple rows (all of the joined related rows). This was raised by poirazis, it exhibits itself in one part of the platform, when attempting to a row by ID in a form block that has multiple many to many relationships. The frontend needs to be able to send a limit of 1 incase it is using a form block but hasn't gotten a row ID (this can happen in preview/the builder) and it just wants to populate with a row for display.
|
2024-07-26 16:23:46 +01:00 |
Sam Rose
|
c7c2cb48e8
|
wip
|
2024-07-23 14:41:34 +01:00 |
mike12345567
|
3ed1c43915
|
PR comments.
|
2024-07-22 16:47:37 +01:00 |
mike12345567
|
3247e13a32
|
Test case.
|
2024-07-22 15:17:42 +01:00 |
Sam Rose
|
5bbdcc1298
|
Remove unused function.
|
2024-07-18 11:08:42 +01:00 |
Sam Rose
|
0b2a5162a4
|
Fix the problem, and the tests.
|
2024-07-18 11:00:10 +01:00 |
Sam Rose
|
aea9cda8f5
|
wip
|
2024-07-17 15:45:35 +01:00 |
mike12345567
|
19ff925dec
|
Adding test cases for less than/greater than or equal to, there was no test cases confirming these definitely work. Also aligning the test cases with how the frontend performs these tests today.
|
2024-07-12 18:09:29 +01:00 |
Adria Navarro
|
55c72c7150
|
Add tests
|
2024-07-11 14:12:43 +02:00 |
Michael Drury
|
55f6610f0d
|
Merge branch 'master' into fix/correcting-multi-relationships
|
2024-07-10 12:01:06 +01:00 |
Sam Rose
|
551d413900
|
Merge branch 'master' into sqs-per-tenant
|
2024-07-10 11:39:31 +01:00 |
mike12345567
|
d6ad6a4686
|
Missing internal check.
|
2024-07-10 11:21:41 +01:00 |
mike12345567
|
4ab3aef020
|
PR comments.
|
2024-07-10 11:05:06 +01:00 |
mike12345567
|
9e8a855d14
|
Adding test case for separating columns to rows in same table.
|
2024-07-09 19:09:01 +01:00 |