Budibase is an open-source low-code platform for creating internal apps in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s 🚀
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rory Powell 21fcff5f28 Escape mysql describe to handle non standard table names 5 years ago
..
api Refactor. 5 years ago
automations Merge branch 'master' of github.com:Budibase/budibase into develop 5 years ago
constants Fix for #2420 - don't allow columns which are considered invalid/not allowed. 5 years ago
db Fixing an issue with user metadata not always being present when user accessing app, causing weird issues. 5 years ago
definitions Fixing issue found with enriching rows in SQL - the system was assuming the array of entries contained a row ID that needed to be broken down. 5 years ago
events Attempting to fix the issue with 4001, this updates the cypress tests so that it is easier to change the port on which it runs as well as updating the electron usage of the app to use port 0 (an ephermeral port). 5 years ago
integrations Escape mysql describe to handle non standard table names 5 years ago
middleware Merge branch 'master' of github.com:Budibase/budibase into develop 5 years ago
tests/utilities Merge branch 'develop' of github.com:Budibase/budibase into fix/sql-issues 5 years ago
threads Fixing issue from review, values weren't wiped when delete modals closed, also adding a fix for threading to disable it in development as node-ts was causing memory leaks on low memory systems (doesn't apply to production built version). 5 years ago
utilities Exporting date and auto id field, but not importing autocolumns when table is created. 5 years ago
app.ts Updating bullboard to use the new koa version (supported). 5 years ago
environment.js Fixing issue from review, values weren't wiped when delete modals closed, also adding a fix for threading to disable it in development as node-ts was causing memory leaks on low memory systems (doesn't apply to production built version). 5 years ago
index.ts First attempt and re-writing a portion of the server in typescript. 5 years ago