23 Commits (40e5ea5aaa7893dac8ab0306ef40caf3aaab1ca2)

Author SHA1 Message Date
Rory Powell 4af0641fe4 Fix oracle password config 5 years ago
Rory Powell bd3bf6a9ad Fix oracle password config 5 years ago
Rory Powell eaed8642f9 Improve returning logic for oracle 5 years ago
Rory Powell 01a3a8ff0d Add oracle instant client installation scripts 5 years ago
Rory Powell ab1fb07f86 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
Rory Powell b78388f771 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 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 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 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 f70cee3c52 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
Michael Drury f37946d47e
Revert "Multi-tenancy/organisations" 5 years ago
mike12345567 0473c295d3 Changing how flags are handled. 5 years ago
mike12345567 c6d80e2265 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 4e4b8f244e Giving the system the ability to make auto increment columns auto-columns in postgres or mysql. 5 years ago
mike12345567 13100a69ba Implementing all return possibilities, now to implement creation. 5 years ago
mike12345567 4a7e2ffa4f Creating a many-to-many database scenario and seeding with data. 5 years ago
mike12345567 efe1866dbe Fixing an issue I found with postgres schema generator, it was applying all primary keys to all tables. 5 years ago
mike12345567 9b8ad3972e Adding script for creating basic postgres setup. 5 years ago
mike12345567 7065bf1ea9 Adding a mySQL plus integration, as well as fixing some issues with running queries directly. 5 years ago