budibase/packages/backend-core/src/db
mike12345567 e69ba75849 Fixing typing for performCall. 2024-01-11 17:17:38 +00:00
..
couch Fixing typing for performCall. 2024-01-11 17:17:38 +00:00
searchIndexes Type breaking changes as any 2023-07-18 10:49:39 +02:00
tests Lint fix 2023-11-20 15:36:55 +01:00
Replication.ts Remove type information from JSDoc in .ts files, it's redundant. 2023-10-17 16:46:32 +01:00
constants.ts Catch a few more edge cases with column names, add tests for them. 2023-10-27 15:59:31 +01:00
db.ts Revert "Remove all custom tracing to see if it's the cause of the memory leak." 2024-01-02 11:36:32 +00:00
errors.ts PR comments. 2023-07-04 11:59:56 +01:00
index.ts Adding warning back in for non-409 errors of user sync. 2023-07-03 16:00:33 +01:00
instrumentation.ts This removes the need for constant DB HEAD requests to check if a database exists or not. Instead, it tries to make the request, and if it fails it will check if the reason for failure is the database not existing. If it doesn't exist it runs through the same old flow to confirm that it definitely doesn't exist, and if it doesn't then it will create it. 2024-01-11 16:44:15 +00:00
lucene.ts Remove type information from JSDoc in .ts files, it's redundant. 2023-10-17 16:46:32 +01:00
utils.ts eslint import/newline-after-import 2023-11-20 21:52:29 +01:00
views.ts Updating DesignDocument and View typing - making it more clear how view and lucene indexing works. 2023-11-08 12:46:00 +00:00