1
0
Fork 0
mirror of synced 2024-06-14 00:14:39 +12:00
budibase/packages/server/src/integrations
2022-06-23 13:09:22 +01:00
..
base Added Knex.Raw to return type 2022-06-23 13:09:22 +01:00
queries Fix for #5411 - trimming the various binding components for SQL in queries. Also moving SQL interpolation out into a Typescript - prep for further unit testing/improvements. 2022-04-14 13:06:22 +01:00
tests Using mongodb types 2022-05-16 09:50:47 +01:00
airtable.ts Adding worker-farm back to have a mechanism to run queries within which we can timeout. 2021-11-10 19:35:09 +00:00
arangodb.ts Adding worker-farm back to have a mechanism to run queries within which we can timeout. 2021-11-10 19:35:09 +00:00
couchdb.ts Initial version of memory leak protection, making sure that PouchDB databases are closed correctly after use, using a combination of closures wrapping DB gets (this replaces the getDB, leaving only a dangerousGetDB function which can be used in very very specific scenarios) and then closing the DB as part of CLS hooked functions finishing. Also moving the GlobalDB init to the tenancy middleware as this is used everywhere in the worker/app services - means that not all getGlobalDB calls require an async closure around them. 2022-04-19 19:42:52 +01:00
dynamodb.ts Fixing issue #5322 - when endpoint is specified for DynamoDB and not in a the region that the whole instance expects it will throw an odd credentials error - making sure connection is commenced everywhere other than localhost. 2022-04-12 18:49:46 +01:00
elasticsearch.ts Adding worker-farm back to have a mechanism to run queries within which we can timeout. 2021-11-10 19:35:09 +00:00
firebase.ts Remove duplicate equals 2022-06-10 15:52:28 +01:00
googlesheets.ts update google sheets strategy to use the standard passport strategy 2022-06-05 16:43:04 +01:00
index.ts Merge branch 'release' into merge-release 2022-06-13 11:45:18 +01:00
microsoftSqlServer.ts Include external SQL server type in schema 2022-06-20 16:49:58 +01:00
mongodb.ts Improve parseQueryParams regex 2022-05-17 12:11:43 +01:00
mysql.ts Added external types to ds+ schemas 2022-06-20 18:08:30 +01:00
oracle.ts Fix for #5553 - when importing for SQL databases attempt to manage date and time only column times, handle these when displaying in tables and when filtering. 2022-05-03 14:11:06 +01:00
postgres.ts Added external types to ds+ schemas 2022-06-20 18:08:30 +01:00
redis.ts merge 2022-04-25 10:24:49 +01:00
rest.ts Allow deep-getting of pagination params from REST responses 2022-03-24 10:07:23 +00:00
s3.ts Revert "Fix dev app preview return url" 2022-01-26 09:33:14 +00:00
snowflake.ts Using snowflake-promise 2022-06-01 11:41:41 +01:00
utils.ts Revert "Datasource plus - build schema" 2022-06-01 09:36:42 +01:00