budibase/packages/server/src/integrations
mike12345567 5d8f348fc2 Fixing SQL test cases. 2021-09-23 16:56:13 +01:00
..
base Fixes issue #2616 - this is a slightly complex fix and handles a few other issues with mysql (around returning on creation of a row and relationships) - a new mechanism is now used for pagination and limiting which makes sure the limits are applied to the outer table rather than the combination of the outer and the joined. 2021-09-23 16:35:09 +01:00
tests Fixing SQL test cases. 2021-09-23 16:56:13 +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 Fixing issues after upgrading to node 14 and circular dependencies causing issues. 2021-09-02 18:33:41 +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 fix sql server integration 2021-08-05 22:15:40 +01:00
microsoftSqlServer.ts Fixing issues after upgrading to node 14 and circular dependencies causing issues. 2021-09-02 18:33:41 +01:00
mongodb.ts fix mongo code review comment 2021-07-29 10:11:52 +01:00
mysql.ts Fixes issue #2616 - this is a slightly complex fix and handles a few other issues with mysql (around returning on creation of a row and relationships) - a new mechanism is now used for pagination and limiting which makes sure the limits are applied to the outer table rather than the combination of the outer and the joined. 2021-09-23 16:35:09 +01:00
postgres.ts Merge pull request #2715 from mslourens/extend_postgres_data_types 2021-09-23 12:25:03 +01:00
rest.ts add patch method to the rest api interface 2021-08-30 22:55:12 +02: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 issue #2673 - discovered issues with some column types not being worked out to be auto-columns in postgres. 2021-09-22 17:46:54 +01:00