budibase/packages/server/src/integrations
mike12345567 586dd8fea7 Fixing an issue with newlines between coalesce statements in Postgres - we were escaping newlines even if they were valid when given a list of JSON operations to perform. 2024-10-03 18:10:58 +01:00
..
base Fix autocolumn detection on schema import. 2024-08-02 11:17:38 +01:00
queries
tests Add Google Sheets search test. 2024-09-20 10:17:45 +01:00
utils Another test fix (yay for this one) 2024-08-09 14:54:47 +01:00
airtable.ts
arangodb.ts
couchdb.ts Further simplification. 2024-07-03 16:59:31 +01:00
dynamodb.ts
elasticsearch.ts
firebase.ts
googlesheets.ts Add Google Sheets search test. 2024-09-20 10:17:45 +01:00
index.ts remove all conditional oracle installs 2024-07-22 15:59:40 +01:00
microsoftSqlServer.ts Revert to testing against mssql 2017, attempt to get relationship aggreggation working. 2024-09-04 16:21:32 +01:00
mongodb.ts
mysql.ts Adding a separation for MariaDB and MySQL, mariaDB is the core of the problem, this solves for it by separating them and allowing us to use the special json_arrayagg for mariaDB, but use a correlated sub-query for MySQL. 2024-09-24 12:01:47 +01:00
oracle.ts Merge branch 'master' into test-oracle 2024-08-07 16:44:54 +01:00
postgres.ts Fixing an issue with newlines between coalesce statements in Postgres - we were escaping newlines even if they were valid when given a list of JSON operations to perform. 2024-10-03 18:10:58 +01:00
redis.ts
rest.ts Remove all mocking from rest.spec.ts. 2024-08-01 17:57:33 +01:00
s3.ts
snowflake.ts