Sam Rose
|
40e886b34d
|
Merge branch 'master' of github.com:budibase/budibase into test-oracle
|
2024-08-02 10:48:14 +01:00 |
mike12345567
|
86f59fb71d
|
Fixes an issue with MS-SQL timeouts, it doesn't respect query timeout value as the client has its own built in timeout by default of 15000ms.
|
2024-08-01 11:20:23 +01:00 |
mike12345567
|
fe36b76fe9
|
Getting something working - using a different version and a pre-built image.
|
2024-07-29 18:56:15 +01:00 |
Martin McKeaveney
|
537c92b371
|
tidy
|
2024-07-22 21:23:27 +01:00 |
Martin McKeaveney
|
165d5b7325
|
removing oracle install scripts
|
2024-07-22 21:17:35 +01:00 |
Sam Rose
|
2458259093
|
Respond to PR feedback.
|
2024-06-24 15:50:09 +01:00 |
mike12345567
|
5c45370722
|
Fixing an issue with the sort order not being deterministic consistently.
|
2024-06-18 13:39:10 +01:00 |
Adria Navarro
|
dafa20ce47
|
Add platform docs to mssql docker-compose
|
2024-04-18 17:48:10 +02:00 |
mike12345567
|
a7fcd7cca1
|
Attempting to fix issue with table name needing to be aliased.
|
2024-03-04 16:55:10 +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
|
4068df6025
|
Adding error handling for table names or columns which contain dots (invalid).
|
2024-02-27 17:46:02 +00:00 |
mike12345567
|
35c1f5bbce
|
Adding handling for columns with dots in them.
|
2024-02-27 17:15:20 +00:00 |
mike12345567
|
1bb375a500
|
Further typing.
|
2024-02-26 18:16:42 +00:00 |
mike12345567
|
19090dd547
|
Merge branch 'master' of github.com:Budibase/budibase into feature/sql-query-aliasing
|
2024-02-19 16:29:29 +00:00 |
Adria Navarro
|
9a45017532
|
Update docker-compose
|
2024-02-07 10:58:42 +01:00 |
Adria Navarro
|
2c95920f65
|
Add mongo docker-compose integration
|
2024-02-07 10:58:42 +01:00 |
mike12345567
|
6964e2d146
|
Fixing update aliasing.
|
2024-01-29 13:43:51 +00:00 |
mike12345567
|
99c2a51f41
|
Updating back to use our own home-rolled version which allows us to specify the image version correctly, but using the testcontainers option to wait for two logs.
|
2024-01-26 16:48:56 +00:00 |
mike12345567
|
870ca2266e
|
Adding a 2 second timeout after the message occurs to make sure DB is fully started - can't wait for both messages.
|
2024-01-26 14:22:25 +00:00 |
mike12345567
|
e12cef305a
|
Fixing export.
|
2023-10-26 18:34:21 +01:00 |
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
|
c552913737
|
Fixing defaults in MS-SQL as well.
|
2023-04-14 18:10:10 +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 |
mike12345567
|
e32de3b850
|
Updating install script to work from any directory.
|
2022-06-21 20:01:50 +01:00 |
mike12345567
|
9ad9860a9c
|
Fixing cleanup script, adding ARM support to dockerfile, as well as adding ARM client.
|
2022-06-21 17:56:55 +01:00 |
mike12345567
|
5180603374
|
Fix for #5411 - trimming the various binding components for SQL in queries. Also moving SQL interpolation out into a Typescript - prep for further unit testing/improvements.
|
2022-04-14 13:06:22 +01:00 |
mike12345567
|
39182cfbc0
|
Fixing issue #5817 - making sure that date strings are correctly parsed into the bindings.
|
2022-04-01 17:13:28 +01: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
|
a4ed8fe5e8
|
Adding the ability to support schemas in MS-SQL.
|
2022-03-04 15:12:07 +00:00 |
mike12345567
|
1b45a9190d
|
Fixes for SQL issues raised by Marty.
|
2022-03-02 17:40:50 +00:00 |
mike12345567
|
c1a1c02e73
|
Updating validators, make sure everything that is optional is really optional.
|
2022-02-25 11:39:46 +00:00 |
mike12345567
|
d13985af3f
|
Fix for #3758 - updating the datetime cell renderer and form component to be capable of display time only formats, as well as adding an option to only select the time component for a date time form field.
|
2022-02-08 16:15:08 +00:00 |
mike12345567
|
f61e15594b
|
Fix for #3928 - error invalid use of FETCH was based on a lack of sorting on MS-SQL platforms, this enforces a sort of some type no matter what.
|
2022-02-04 16:17:36 +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
|
36218ccea9
|
Fix oracle password config
|
2021-12-03 10:48:47 +00:00 |
Rory Powell
|
115fc08aa4
|
Improve returning logic for oracle
|
2021-11-26 15:02:03 +00:00 |
Rory Powell
|
f94a0eadbe
|
Merge branch 'develop' into oracle-datasource
|
2021-11-22 10:47:48 +00:00 |
Rory Powell
|
ef2697a82d
|
Add oracle instant client installation scripts
|
2021-11-09 17:10:26 +00:00 |
Rory Powell
|
cb661eab34
|
Add oracledb package, readme, and config
|
2021-11-05 13:56:54 +00:00 |
mike12345567
|
9c933b629f
|
Linting and updating SQL Server schema generation to include auto column and primary key recognition.
|
2021-11-05 12:33:48 +00:00 |
Rory Powell
|
b5b191361d
|
Add stub integration file and docker compose config
|
2021-11-04 14:54:35 +00:00 |