217 Commits (4fe7a3eebbe384be99b2d4cd7a3cacdfb2b8b8d4)

Author SHA1 Message Date
mike12345567 67ed3dac19 Fixing some issues with MySQL and dropping foreign key constrained columns. 5 years ago
mike12345567 5d0ce3bf89 Adding mysql support. 5 years ago
mike12345567 0cf08df80f Adding many to many support, generating junction table and setting up constraints. 5 years ago
mike12345567 eb8fde5c95 Fixing a lot of issues around dropping columns, updating columns, relationships and bi-directionality, display columns now default to something for SQL tables as well. 5 years ago
mike12345567 246d08c804 SQL table building. 5 years ago
mike12345567 015b2a8f56 Fixing #2820 - SQL system no longer includes tables without a primary key constraint and it displays an error to handle this. 5 years ago
Martin McKeaveney 7882862a65 enable collapsible nodes in component tree 5 years ago
Martin McKeaveney 62a6c5e2b9 upgrade to mysql2 package 5 years ago
Rory Powell b88319d201 Handle nulls / empty in views and tables 5 years ago
mike12345567 d20eb464b0 Fixes issue #2417 in the backend, looks for fields which could contain a key value and if they do it will resolve them down to the ID field value. 5 years ago
mike12345567 89be613c40 Setting a hard limit on how many rows can be returned by the SQL plus queries. 5 years ago
mike12345567 33e5946f59 Fixing an issue with mongo test failing in Node 16 due to unhandled promise rejections. 5 years ago
Martin McKeaveney ed9574b815 tidy up 5 years ago
Martin McKeaveney 88f42fb221 remove random files 5 years ago
Martin McKeaveney 14370c81b9 SSL support for digitalocean, started utility function for BB logout, bunch of minor bug fixes 5 years ago
mike12345567 1fbd84b629 Making sure creation of SQL rows don't pass down null columns (no point). 5 years ago
mike12345567 3878cf76cd Fixing issue #2788 - making client side queries and SQL queries consistent with internal table ones. 5 years ago
Maurits Lourens 53cfb8dc9c fix tests 5 years ago
Maurits Lourens 42d5140c7f add a slash before the path and a questionmark before the querystring 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
Mike Shanks fe6ea329f1 added awaits to all mongo querys 5 years ago
Peter Clement 42e38ad876 update ssl ux 5 years ago
Peter Clement f7984d3dbe fix mysql ssl 5 years ago
Rory Powell 4813a63439 Deprovisioning WIP 5 years ago
Martin McKeaveney 5b1ae778da fallback SMTP configuration for cloud 5 years ago
mike12345567 ba2f6ee120 Fixing issue discovered by test case. 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
Martin McKeaveney b161be85ae automation runs quotas 5 years ago
mike12345567 7c7266a547 Fixing SQL test cases. 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
Maurits Lourens baed83c406 Retrieve all columns from all not internal tables 5 years ago
Maurits Lourens 2b2a78e155 Extend Postgres data type map 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
Maurits Lourens 104a84d19b merge develop into branch 5 years ago
Maurits Lourens 5cd0c1c691 fix fetching tables from database with uppercase name 5 years ago
mike12345567 f9fd725307 Fixing issues discovered by test cases. 5 years ago
mike12345567 c64fb81749 Fixing issues after upgrading to node 14 and circular dependencies causing issues. 5 years ago
mike12345567 811ba19558 Fixing issues with SQL many relationship updates. 5 years ago
Martin McKeaveney 2887a42f7a prevent relationships getting overridden in mySQL connector 5 years ago
Maurits Lourens 07383b2064 add patch method to the rest api interface 5 years ago
Martin McKeaveney 641a9c8a34 make SQL startsWith queries case insensitive 5 years ago
mike12345567 7c7e3da2ab Fixing test cases. 5 years ago
Martin McKeaveney e3abd97d67 fix sql server integration 5 years ago
mike12345567 a64ce3f55a Fixing issues with many to many relationships in SQL, sometimes not creating right relationships. 5 years ago
mike12345567 3744c9093b Fixing a variety of issues with internal relationships and external SQL relationships. 5 years ago
mike12345567 2fed177f3c Fix for #2250, strings were being parsed for numbers which was causing the issue for strings starting with numbers, using the table schema to determine is parsing necessary. 5 years ago
Martin McKeaveney fac820f204 fix mongo code review comment 5 years ago
Martin McKeaveney eba8f104fd fix postgres query array value 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