35 Commits (bfae9f8d516cec67d2a58e6fc15aa656d41c8cbd)

Author SHA1 Message Date
mike12345567 2455ede4a4 Updating install script to work from any directory. 4 years ago
mike12345567 358d15a8ad Fixing cleanup script, adding ARM support to dockerfile, as well as adding ARM client. 4 years ago
mike12345567 5396a8d8e0 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. 4 years ago
mike12345567 62f4ecf3e1 Fixing issue #5817 - making sure that date strings are correctly parsed into the bindings. 4 years ago
Martin McKeaveney d93d4d08f2 update always to unless-stopped 4 years ago
mike12345567 0f1b7b18d5 Making sure that tables are created within the correct schema for MS-SQL. 4 years ago
mike12345567 a7e3389790 Adding the ability to support schemas in MS-SQL. 4 years ago
mike12345567 8ce1b471fd Fixes for SQL issues raised by Marty. 4 years ago
mike12345567 390e3e627f Updating validators, make sure everything that is optional is really optional. 4 years ago
mike12345567 832e3bd76e 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. 4 years ago
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. 4 years ago
mike12345567 b9de2c1897 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. 4 years ago
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. 4 years ago
mike12345567 fa94ea7b3a Updating the SQL core to allow it to handle multiple relationships between the same two tables. 4 years ago
mike12345567 168a126e2a Updating the SQL core to allow it to handle multiple relationships between the same two tables. 4 years ago
Rory Powell 6118b7ba36 Fix oracle password config 5 years ago
Rory Powell 4af0641fe4 Fix oracle password config 5 years ago
Rory Powell bd3bf6a9ad Fix oracle password config 5 years ago
Rory Powell 36218ccea9 Fix oracle password config 5 years ago
Rory Powell eaed8642f9 Improve returning logic for oracle 5 years ago
Rory Powell 115fc08aa4 Improve returning logic for oracle 5 years ago
Rory Powell 01a3a8ff0d Add oracle instant client installation scripts 5 years ago
Rory Powell ef2697a82d Add oracle instant client installation scripts 5 years ago
Rory Powell ab1fb07f86 Add oracledb package, readme, and config 5 years ago
Rory Powell cb661eab34 Add oracledb package, readme, and config 5 years ago
mike12345567 974cf7b27e Linting and updating SQL Server schema generation to include auto column and primary key recognition. 5 years ago
mike12345567 9c933b629f Linting and updating SQL Server schema generation to include auto column and primary key recognition. 5 years ago
Rory Powell b78388f771 Add stub integration file and docker compose config 5 years ago
Rory Powell b5b191361d Add stub integration file and docker compose config 5 years ago
mike12345567 ac27ba4c81 Adding docker compose for ms-sql with products, tasks table setup. 5 years ago
mike12345567 09d83dea39 Adding docker compose for ms-sql with products, tasks table setup. 5 years ago
mike12345567 a343805fee Fix for many to many relationships where the union table has arbituarily named foreign key constraint columns, an example has been provided in the scripts directory. 5 years ago
mike12345567 80e7671444 Fix for many to many relationships where the union table has arbituarily named foreign key constraint columns, an example has been provided in the scripts directory. 5 years ago
mike12345567 1f474ca106 Minimal fix for issue involving JSON views and newlines with postgres, this fix couldn't be more over-arching as it risked breaking new lines across the board. Have included a script for setting up the test scenario as well. This fixes issue #2612. 5 years ago
mike12345567 32bdc4a991 Minimal fix for issue involving JSON views and newlines with postgres, this fix couldn't be more over-arching as it risked breaking new lines across the board. Have included a script for setting up the test scenario as well. This fixes issue #2612. 5 years ago
mike12345567 1952dc308e 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. 5 years ago
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. 5 years ago
mike12345567 f70cee3c52 Fixing issue #2673 - discovered issues with some column types not being worked out to be auto-columns in postgres. 5 years ago
mike12345567 e92b0e0c94 Fixing issue #2673 - discovered issues with some column types not being worked out to be auto-columns in postgres. 5 years ago
mike12345567 42f08f97cc Revert "Merge pull request #2253 from Budibase/revert-2076-feature/multi-tenants" 5 years ago
mike12345567 46ea3f3e9e Revert "Merge pull request #2253 from Budibase/revert-2076-feature/multi-tenants" 5 years ago
Michael Drury f37946d47e
Revert "Multi-tenancy/organisations" 5 years ago
Michael Drury b86a6fddc9 Revert "Multi-tenancy/organisations" 5 years ago
mike12345567 0473c295d3 Changing how flags are handled. 5 years ago
mike12345567 1d6a350311 Changing how flags are handled. 5 years ago
mike12345567 c6d80e2265 Adding float type to MySQL. 5 years ago
mike12345567 7aca56f019 Adding float type to MySQL. 5 years ago
mike12345567 dc32c90aaa Fixing some issues discovered with the new SQL connectors were the input type would always be string (causing some SQL types to break) - parsing these before input to attempt to fix this problem - issue referenced in #1943. 5 years ago
mike12345567 184df6c685 Fixing some issues discovered with the new SQL connectors were the input type would always be string (causing some SQL types to break) - parsing these before input to attempt to fix this problem - issue referenced in #1943. 5 years ago
mike12345567 4e4b8f244e Giving the system the ability to make auto increment columns auto-columns in postgres or mysql. 5 years ago