budibase/packages/backend-core/src/sql
Sam Rose c4c524c6ff
viewV2.spec.ts passsing in full
2024-09-26 15:22:10 +01:00
..
designDoc.ts Making sqlite design doc generation more accessible. 2024-05-17 12:35:31 +01:00
index.ts Making sqlite design doc generation more accessible. 2024-05-17 12:35:31 +01:00
sql.ts viewV2.spec.ts passsing in full 2024-09-26 15:22:10 +01:00
sqlTable.ts Adding a separation for MariaDB and MySQL, mariaDB is the core of the problem, this solves for it by separating them and allowing us to use the special json_arrayagg for mariaDB, but use a correlated sub-query for MySQL. 2024-09-24 12:01:47 +01:00
utils.ts Work to support all SQL DBs across the board using the aggregation method. 2024-09-03 18:24:50 +01:00