1
0
Fork 0
mirror of synced 2024-07-05 22:40:39 +12:00
budibase/packages/server/scripts/integrations
2022-02-04 16:17:36 +00:00
..
customer-categories Fix for many to many relationships where the union table has arbituarily named foreign key constraint columns, an example has been provided in the scripts directory. 2021-10-01 17:16:43 +01:00
mssql Fix for #3928 - error invalid use of FETCH was based on a lack of sorting on MS-SQL platforms, this enforces a sort of some type no matter what. 2022-02-04 16:17:36 +00:00
mysql Adding float type to MySQL. 2021-07-12 11:10:11 +01:00
oracle Fix oracle password config 2021-12-03 10:48:47 +00:00
pg-json Minimal fix for issue involving JSON views and newlines with postgres, this fix couldn't be more over-arching as it risked breaking new lines across the board. Have included a script for setting up the test scenario as well. This fixes issue #2612. 2021-09-24 18:10:30 +01:00
postgres Updating the SQL core to allow it to handle multiple relationships between the same two tables. 2022-02-02 18:15:17 +00:00
service-vehicles 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