budibase/packages/server/src/integrations
Sam Rose 226c8d4f8e
Fix SQL tests.
2024-10-24 17:33:16 +01:00
..
base Fix autocolumn detection on schema import. 2024-08-02 11:17:38 +01:00
queries Linting. 2024-03-22 11:50:07 +00:00
tests Fix SQL tests. 2024-10-24 17:33:16 +01:00
utils Updating some further types - added 2 ts-ignores which will be removed on v3 branch. 2024-10-18 17:59:26 +01:00
airtable.ts
arangodb.ts
couchdb.ts Further simplification. 2024-07-03 16:59:31 +01:00
dynamodb.ts Reenable no-unused-vars 2024-03-20 11:46:39 +00:00
elasticsearch.ts An issue which comes up relatively often is that localhost is not a valid option for a datasource in our cloud and our self host environments. Fixing this so it only shows this in development. 2024-03-28 12:14:56 +00:00
firebase.ts
googlesheets.ts Updating some further types - added 2 ts-ignores which will be removed on v3 branch. 2024-10-18 17:59:26 +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 An issue which comes up relatively often is that localhost is not a valid option for a datasource in our cloud and our self host environments. Fixing this so it only shows this in development. 2024-03-28 12:14:56 +00:00
mysql.ts Adding a fix for mysql, stopping coercion to dates in some cases, attempting to make this less all catching. Likely an area of concern, but there is currently no way to search for dates without this. 2024-10-21 17:17:05 +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 An issue which comes up relatively often is that localhost is not a valid option for a datasource in our cloud and our self host environments. Fixing this so it only shows this in development. 2024-03-28 12:14:56 +00:00
rest.ts Remove all mocking from rest.spec.ts. 2024-08-01 17:57:33 +01:00
s3.ts
snowflake.ts