budibase/packages/server/src/integrations
melohagan 7a06fcee0f Add BigInt type support (#11145)
* Add BigInt type

* Allow BigInt columns to be added

* Sort fixes

* Add BigInt field
2023-07-07 15:11:41 +01:00
..
base Add BigInt type support (#11145) 2023-07-07 15:11:41 +01:00
queries Adding the ability to store environment variables to context, to make them more easily available/re-usable, as well as exposing them to queries. 2023-01-13 19:53:46 +00:00
tests Fixes #6346 - issue with date parsing, adding in some testing around it. 2023-06-13 16:11:22 +01:00
airtable.ts Simplify integration features 2023-05-24 10:50:51 +02:00
arangodb.ts Simplify integration features 2023-05-24 10:50:51 +02:00
couchdb.ts Simplify integration features 2023-05-24 10:50:51 +02:00
dynamodb.ts Simplify integration features 2023-05-24 10:50:51 +02:00
elasticsearch.ts Simplify integration features 2023-05-24 10:50:51 +02:00
firebase.ts Simplify integration features 2023-05-24 10:50:51 +02:00
googlesheets.ts Merge branch 'master' of github.com:Budibase/budibase into develop 2023-06-20 18:09:23 +01:00
index.ts Implement the check as part of the integration 2023-05-15 13:16:56 +02:00
microsoftSqlServer.ts Quick fix for QA-core tests, when encrypt is undefined for MS-SQL, it defaults to true, need to be aware of this so can set trustServerCertificate correctly. Also fixing the naming of a test. 2023-06-30 12:05:18 +01:00
mongodb.ts Use any type to fix TypeScript check 2023-06-27 09:59:02 +01:00
mysql.ts Merge branch 'develop' of github.com:Budibase/budibase into feat/surface-sql-errors 2023-06-28 17:31:03 +01:00
oracle.ts Table disappears from side bar when changing display name (#10909) 2023-06-20 17:07:12 +01:00
postgres.ts Merge branch 'develop' of github.com:Budibase/budibase into feat/surface-sql-errors 2023-06-28 17:31:03 +01:00
redis.ts Fix typings 2023-06-28 15:16:47 +01:00
rest.ts Fixing syntax error and linting. 2023-04-03 15:36:34 +01:00
s3.ts Fix typings 2023-06-28 15:16:47 +01:00
snowflake.ts Fix typings 2023-06-28 15:16:47 +01:00
utils.ts Add BigInt type support (#11145) 2023-07-07 15:11:41 +01:00