164 Commits (eaa01e08dd4c248dcae8dbf1c4cbc4be262eac95)

Author SHA1 Message Date
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 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
mike12345567 fd6080b39e Making sure that keys cannot be duplicated for primary keys, this wouldn't have any function. 5 years ago
mike12345567 a9c6b10560 Quick fix, make sure auto-columns never sent to DB. 5 years ago
mike12345567 6a8fd12805 Linting. 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 c10e2da4f5 Fixing issue with TS definitions. 5 years ago
mike12345567 abc19bc2c1 Linting. 5 years ago
mike12345567 b4d91769cc Fixing issue with single quotes in strings breaking JSON parsing. 5 years ago
mike12345567 e170d9d146 Re-writing a bit so that it is aware some functionality is SQL only, makes future plus endpoints easier. 5 years ago
mike12345567 579bce8a6a Fixing little UI bugs. 5 years ago
mike12345567 922e209c72 Updating server test cases. 5 years ago
mike12345567 f2beac85b7 Implementing UI to support the backend put in place. 5 years ago
Martin McKeaveney 569af97664 preventing relationship overrides 5 years ago
mike12345567 3cfbced94d Re-writing external layer in typescript. 5 years ago
mike12345567 5e819faa58 Removing PG hack and handling the updating of relationships from the one side, e.g. one person is linked to many tasks, allow updating the person and having FK in tasks get updated with that persons ID. 5 years ago
mike12345567 a13b5111bb First version of enrichment. 5 years ago
mike12345567 1fd4144189 First attempt at solving the enrichment call, as well as various fixes. 5 years ago
mike12345567 d17a399ee6 Getting writing of one and many rows working. 5 years ago
mike12345567 fd4dc4b45e Managing the scenario where columns can overlap in SQL relationships which most JSON based libraries cannot manage, instead of trying to manage this just don't return the overlapping columns which are not of interest. 5 years ago
mike12345567 13100a69ba Implementing all return possibilities, now to implement creation. 5 years ago
mike12345567 e4392a4e82 Linting. 5 years ago
mike12345567 e56926dd7f Moving definitions to central location and adding a few more definitions. 5 years ago
mike12345567 43c9e0a9b6 Linting. 5 years ago
mike12345567 19da122425 Updating tests to use latest version of jest, which broke a lot of things, but was necessary to get proper ts-jest support. 5 years ago
mike12345567 6cae9cbdb8 Formatting. 5 years ago
mike12345567 374081d720 First attempt and re-writing a portion of the server in typescript. 5 years ago
Martin McKeaveney 0de6038551 strip double quotes and use single in ID 5 years ago
Martin McKeaveney 85121db2c5 fix external data sources key parsing with double quote strings 5 years ago
Martin McKeaveney f6549b0c7f string based keyProps not being parsed properly by handlebars 5 years ago
mike12345567 8a84d5cd6f WIP - basic override of foreign keys. 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
Michael Drury 8b447479a9 Update-deps and re-lint. 5 years ago
Michael Drury a2d98bfe23 Linting. 5 years ago
Martin McKeaveney 44dda78ea4 fix condition in layout 5 years ago
mike12345567 77de3e55d7 Linting. 5 years ago
mike12345567 ed81e695c9 Quick updates to make sure mySQL works with automations. 5 years ago
mike12345567 987b66fd59 Formatting and fixing an issue with mysql not being able to return a row that it has created, updated or deleted. 5 years ago
mike12345567 7065bf1ea9 Adding a mySQL plus integration, as well as fixing some issues with running queries directly. 5 years ago
Martin McKeaveney 449169f215 fix up datasources and server tests 5 years ago
mike12345567 6bc99e140c Fixing a bunch of issues around automations. 5 years ago
Martin McKeaveney 90bd99039b lint 5 years ago
Martin McKeaveney f267c5c404 datasource selection logic - unselect other entities when choosing datasource 5 years ago
mike12345567 d22f608c6f Formatting. 5 years ago