budibase/packages/backend-core/src/sql
Sam Rose 50c307df4d
Add more view calculation tests, and implement count distinct.
2024-10-02 16:49:14 +01:00
..
designDoc.ts Making sqlite design doc generation more accessible. 2024-05-17 12:35:31 +01:00
index.ts Fix imports. 2024-10-02 10:05:56 +01:00
sql.ts Add more view calculation tests, and implement count distinct. 2024-10-02 16:49:14 +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