mike12345567
|
e90e2b214e
|
Making sure meta.table is always available.
|
2024-04-17 17:36:19 +01:00 |
Adria Navarro
|
5b6c3d0c96
|
Merge branch 'master' into revert-13398-revert-13356-BUDI-8122/single-attachment-column-type
|
2024-04-10 09:01:36 +02:00 |
Michael Drury
|
5437188385
|
Revert "Revert "Single attachment column type""
|
2024-04-03 16:05:18 +01:00 |
Michael Drury
|
1cfe4da027
|
Revert "Single attachment column type"
|
2024-04-03 16:01:45 +01:00 |
Adria Navarro
|
a8c3011071
|
Rename FieldType.ATTACHMENT to FieldType.ATTACHMENTS
|
2024-04-03 12:54:20 +02:00 |
mike12345567
|
8df38b8bb2
|
Merging in most recent changes, recent SQL aliasing changes caused some big differences.
|
2024-03-20 12:42:07 +00:00 |
mike12345567
|
5c01ba0095
|
Fix for issue with aliasing not quite working as expected when interacting with very old datasources, there is a flag 'isSQL' which was not set in old versions, this is now set when retrieving datasources to avoid issues with it being unset.
|
2024-03-19 14:48:56 +00:00 |
mike12345567
|
2eb16a70db
|
Merge branch 'master' of github.com:Budibase/budibase into labday/sqs
|
2024-03-06 17:27:53 +00:00 |
Michael Drury
|
edda776b14
|
PR comments.
|
2024-03-05 17:42:44 +00:00 |
Michael Drury
|
a332c058ce
|
Disabling aliasing on writes (create, update, delete) for MySQL/MS-SQL datasources.
|
2024-03-05 16:19:21 +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 |
Michael Drury
|
a9da4e11d3
|
Merge branch 'master' into feature/sql-query-aliasing
|
2024-02-27 09:59:10 +00:00 |
melohagan
|
6e4c2b7242
|
Export data make CSV delimiter configurable (#13028)
* Add delimiter option
* Add custom delimiter
* external export delimiter
* Custom headers for row export
* External export rows custom headers
* Support custom JSON export labels
* Handle export table source switch
* update account portal
* Add space as delimiter
* Refactor
* update account portal
|
2024-02-27 09:23:49 +00:00 |
mike12345567
|
cb19e1f24c
|
Fixing response types of DS+ query function.
|
2024-02-26 17:56:28 +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 |
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
|
6c328109b6
|
Fixes
|
2023-10-10 18:54:57 +02:00 |
mike12345567
|
ee4a042204
|
Typing fixes - unsure why all of these came up suddenly.
|
2023-10-05 18:40:56 +01:00 |
Adria Navarro
|
11f0569446
|
Move row.validate to the sdk
|
2023-07-26 14:12:58 +02:00 |
Adria Navarro
|
deb256a013
|
Refactor and clean export tests
|
2023-07-17 19:50:06 +02:00 |
Adria Navarro
|
90bf4655ea
|
Remove ctx from export rows (search not implemented)
|
2023-07-17 15:57:12 +02:00 |
Adria Navarro
|
d1b64bcd9c
|
Moving files and functions
|
2023-07-14 17:09:34 +02:00 |