Adria Navarro
|
28d5fe37de
|
Fix postgres docker-compose integration to 15
|
2023-10-03 15:26:41 +02:00 |
mike12345567
|
bd197bee9e
|
Frontend work and basic API work for app update support.
|
2023-09-18 18:06:03 +01:00 |
mike12345567
|
aeac7aaa0c
|
Making sure that not all falsy values are considered invalid filter inputs.
|
2023-09-12 13:54:39 +01:00 |
mike12345567
|
8c2d0f594c
|
Quick fix for utilising a hyphen in a Postgres schema - this needed to be escaped correctly.
|
2023-08-01 18:18:53 +01:00 |
mike12345567
|
f2abcf581f
|
Fixing issue with falsey composite keys, if one of the values used for a composite key is say an empty string, or a zero it would not be added to the _id field, stopping the field from being retrievable.
|
2023-07-26 12:31:46 +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
|
488b542ac1
|
Fix for #9654 - the error checking was looking at the through fields flipped, which caused many to many relationships to throw an error. Also I've updated the dev compose file on master so that switching between develop and master is smoother.
|
2023-02-14 14:38:55 +00:00 |
mike12345567
|
2a51091ffb
|
Adding some null controls.
|
2022-12-02 16:17:56 +00:00 |
mike12345567
|
32488bee88
|
Adding broken SQL configuration.
|
2022-12-02 10:50:52 +00:00 |
Martin McKeaveney
|
14c75b2907
|
update always to unless-stopped
|
2022-03-24 17:35:35 +00:00 |
mike12345567
|
7f9334ae5e
|
Making sure that tables are created within the correct schema for MS-SQL.
|
2022-03-04 15:50:19 +00:00 |
mike12345567
|
c1a1c02e73
|
Updating validators, make sure everything that is optional is really optional.
|
2022-02-25 11:39:46 +00:00 |
mike12345567
|
168a126e2a
|
Updating the SQL core to allow it to handle multiple relationships between the same two tables.
|
2022-02-02 18:15:17 +00:00 |
Rory Powell
|
cb661eab34
|
Add oracledb package, readme, and config
|
2021-11-05 13:56:54 +00:00 |
mike12345567
|
67212e5c5b
|
Fixes issue #2616 - this is a slightly complex fix and handles a few other issues with mysql (around returning on creation of a row and relationships) - a new mechanism is now used for pagination and limiting which makes sure the limits are applied to the outer table rather than the combination of the outer and the joined.
|
2021-09-23 16:35:09 +01:00 |
mike12345567
|
46ea3f3e9e
|
Revert "Merge pull request #2253 from Budibase/revert-2076-feature/multi-tenants"
This reverts commit 4834b765be , reversing
changes made to 2456e69483 .
|
2021-08-05 09:59:08 +01:00 |
Michael Drury
|
b86a6fddc9
|
Revert "Multi-tenancy/organisations"
|
2021-08-04 10:02:24 +01:00 |
mike12345567
|
1d6a350311
|
Changing how flags are handled.
|
2021-07-22 16:36:21 +01:00 |
mike12345567
|
8550d00751
|
Giving the system the ability to make auto increment columns auto-columns in postgres or mysql.
|
2021-07-05 18:11:23 +01:00 |
mike12345567
|
98b7bff678
|
Implementing all return possibilities, now to implement creation.
|
2021-06-29 17:42:46 +01:00 |
mike12345567
|
10cf55e273
|
Creating a many-to-many database scenario and seeding with data.
|
2021-06-28 12:36:05 +01:00 |
mike12345567
|
b3f3826aa6
|
Fixing an issue I found with postgres schema generator, it was applying all primary keys to all tables.
|
2021-06-23 12:44:54 +01:00 |
mike12345567
|
9cc93b62a7
|
Adding script for creating basic postgres setup.
|
2021-06-18 15:03:22 +01:00 |