81 Commits (631aebba06430cf80bb00a53fa98f239099dc7aa)

Author SHA1 Message Date
mike12345567 d52f6dea05 Adding the ability to expand the max number of rows retrieved by SQL queries (say for table exports). 5 years ago
Michael Drury 05836272dd Adding a mechanism to concat strings in queries, there was a problem when char const strings were wrapping bindings, this should find instances of that and replace with a datasource specific method of concating the constant with the variable. 5 years ago
Andrew Kingston 7a1b362515 Update date filtering to only use a between statement when 2 dates are provided 5 years ago
mike12345567 1357c53ff8 Fixing issue #4811 - when renaming SQL columns use an actual rename alteration rather than dropping the column. 5 years ago
mike12345567 0f1b7b18d5 Making sure that tables are created within the correct schema for MS-SQL. 5 years ago
mike12345567 a7e3389790 Adding the ability to support schemas in MS-SQL. 5 years ago
Michael Drury 94041ced55 Changing how SQL vars are generated so that when new SQL implementations are added they must implement a generation mechanism. 5 years ago
mike12345567 407aa2d49b Fix for #4431 - converting SQL joins back to left joins, syntax specifying join type as string is old which doesn't work in latest versions of knex. 5 years ago
mike12345567 03822c7223 Fix for #4431 - converting SQL joins back to left joins, syntax specifying join type as string is old which doesn't work in latest versions of knex. 5 years ago
mike12345567 f77b596a07 Fix for #4431 - converting SQL joins back to left joins, syntax specifying join type as string is old which doesn't work in latest versions of knex. 5 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. 5 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. 5 years ago
mike12345567 b5993f4aa9 Fixing TS issue caused by linting. 5 years ago
mike12345567 aa204a9292 Fixing TS issue caused by linting. 5 years ago
mike12345567 fa94ea7b3a Updating the SQL core to allow it to handle multiple relationships between the same two tables. 5 years ago
mike12345567 168a126e2a Updating the SQL core to allow it to handle multiple relationships between the same two tables. 5 years ago
mike12345567 ee29245b6a Adjusting SQL system to handle relationship filtering. 5 years ago
mike12345567 479220652e Adjusting SQL system to handle relationship filtering. 5 years ago
mike12345567 a92dd1b26b Fixing issue #3740 - using text rather than string for mysql/postgres table column creation. 5 years ago
mike12345567 e93d347ad6 Fixing issue #3740 - using text rather than string for mysql/postgres table column creation. 5 years ago
mike12345567 8d6dc14608 Linting and adding JSON header. 5 years ago
mike12345567 64fa8055ce Linting and adding JSON header. 5 years ago
Rory Powell 21c45a17ce Render table of auth configs and linting 5 years ago
Rory Powell 720b828bee Render table of auth configs and linting 5 years ago
mike12345567 a48d7966a6 Adding stats, code, timings and size of request. 5 years ago
mike12345567 99e2cd52e8 Adding stats, code, timings and size of request. 5 years ago
mike12345567 3bb034939b Fixing issue found with enriching rows in SQL - the system was assuming the array of entries contained a row ID that needed to be broken down. 5 years ago
mike12345567 d06ab10c1d Fixing issue found with enriching rows in SQL - the system was assuming the array of entries contained a row ID that needed to be broken down. 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
mike12345567 bd9ae5191b Fixing some issues discovered with many to many relationships in SQL, as well as problems uncovered by #3531. 5 years ago
mike12345567 f6ecd423ce Fixing some issues discovered with many to many relationships in SQL, as well as problems uncovered by #3531. 5 years ago
mike12345567 1f6644fc07 Fixing issue with datasource deletion not navigating if was on data source plus table and fixing #3523 where relationships would cause sorting to breaking postgres/oracle. 5 years ago
mike12345567 bf44c15b74 Fixing issue with datasource deletion not navigating if was on data source plus table and fixing #3523 where relationships would cause sorting to breaking postgres/oracle. 5 years ago
Rory Powell b631c8c624 Add returning 5 years ago
Rory Powell 7135599295 Add returning 5 years ago
Rory Powell 2edb24fa86 Use global sql type map, update base integration type defs 5 years ago
Rory Powell ac7137c4a0 Use global sql type map, update base integration type defs 5 years ago
Rory Powell cb3495c831 Boolean support and linting 5 years ago
Rory Powell b0df7fb28f Boolean support and linting 5 years ago
mike12345567 0cf612029e Linting and updating csv parser test case to match new functionality. 5 years ago
mike12345567 1d7fe369c6 Linting and updating csv parser test case to match new functionality. 5 years ago
mike12345567 86eec3bb52 Some UI work, as well as moving SQL to using a proper bulk insert method and fixing an issue found with csv parsing and removing of invalid columns. 5 years ago
mike12345567 d9d5391a40 Some UI work, as well as moving SQL to using a proper bulk insert method and fixing an issue found with csv parsing and removing of invalid columns. 5 years ago
mike12345567 2dee1d6cff Fixing issues dsicovered by automation test cases, as well as disabling threading for test scenarios. 5 years ago
mike12345567 9f4ff190c3 Fixing issues dsicovered by automation test cases, as well as disabling threading for test scenarios. 5 years ago
mike12345567 f5e2e2baca Fixing an issue with filtering by dates in SQL, where the lucene dates provided don't convert cleanly to JS dates. 5 years ago
mike12345567 de8a91da83 Fixing an issue with filtering by dates in SQL, where the lucene dates provided don't convert cleanly to JS dates. 5 years ago
mike12345567 2e61209291 Adding worker-farm back to have a mechanism to run queries within which we can timeout. 5 years ago
mike12345567 781e8359a1 Adding worker-farm back to have a mechanism to run queries within which we can timeout. 5 years ago