1
0
Fork 0
mirror of synced 2024-06-28 02:50:50 +12:00
budibase/packages/server/src/integrations
2021-08-04 15:00:50 +01:00
..
base Fix for #2250, strings were being parsed for numbers which was causing the issue for strings starting with numbers, using the table schema to determine is parsing necessary. 2021-08-04 14:46:21 +01:00
tests Merge pull request #1963 from faroutchris/feature/query-mongo-collection 2021-07-29 10:10:52 +01:00
airtable.ts Moving definitions to central location and adding a few more definitions. 2021-06-26 23:09:46 +01:00
arangodb.ts Moving definitions to central location and adding a few more definitions. 2021-06-26 23:09:46 +01:00
couchdb.ts Moving definitions to central location and adding a few more definitions. 2021-06-26 23:09:46 +01:00
dynamodb.ts Moving definitions to central location and adding a few more definitions. 2021-06-26 23:09:46 +01:00
elasticsearch.ts Moving definitions to central location and adding a few more definitions. 2021-06-26 23:09:46 +01:00
index.ts Re-writing a bit so that it is aware some functionality is SQL only, makes future plus endpoints easier. 2021-07-03 11:15:01 +01:00
microsoftSqlServer.ts Moving definitions to central location and adding a few more definitions. 2021-06-26 23:09:46 +01:00
mongodb.ts fix mongo code review comment 2021-07-29 10:11:52 +01:00
mysql.ts Adding float type to MySQL. 2021-07-12 11:10:11 +01:00
postgres.ts Merge branch 'master' of github.com:Budibase/budibase into develop 2021-07-14 13:54:39 +01:00
rest.ts Moving definitions to central location and adding a few more definitions. 2021-06-26 23:09:46 +01:00
s3.ts Moving definitions to central location and adding a few more definitions. 2021-06-26 23:09:46 +01:00
utils.ts Fixing some issues discovered with the new SQL connectors were the input type would always be string (causing some SQL types to break) - parsing these before input to attempt to fix this problem - issue referenced in #1943. 2021-07-12 10:51:30 +01:00