budibase/packages/server/src/integrations
mike12345567 e69bfc2d71 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
..
base Fix autocolumn detection on schema import. 2024-08-02 11:17:38 +01:00
queries
tests Fix sqlalias test 2024-10-16 14:23:58 +02: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
elasticsearch.ts
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
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
rest.ts Remove all mocking from rest.spec.ts. 2024-08-01 17:57:33 +01:00
s3.ts
snowflake.ts