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
|
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 |
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 |