budibase/packages/server/src/integrations/base
Andrew Kingston f2e3b2efa8 Apply timezones patch from existing ignore-timezones branch 2022-06-07 08:31:00 +01:00
..
IntegrationBase.ts Render table of auth configs and linting 2021-12-08 15:27:58 +00:00
datasourcePlus.ts Adding a mechanism to concat strings in queries, there was a problem when char const strings were wrapping bindings, this should find instances of that and replace with a datasource specific method of concating the constant with the variable. 2022-03-11 00:19:26 +00:00
sql.ts Fix for #5669 comment, when using SQL tables with spaces in names, we use a raw knex function for like to achieve lower case searching, this needs to handle spaces in columns and delimiting. 2022-05-04 16:13:54 +01:00
sqlTable.ts Apply timezones patch from existing ignore-timezones branch 2022-06-07 08:31:00 +01:00
utils.ts Linting and updating SQL Server schema generation to include auto column and primary key recognition. 2021-11-05 12:33:48 +00:00