9151 Commits (948ec067d571e49a47bb8a844677df9f4b14fe97)
 

Author SHA1 Message Date
mike12345567 948ec067d5 Updating underlying sql to not use ilike unless in postgres client. 5 years ago
mike12345567 ed89efba70 Cleaning up repeated work in sql server building of schema. 5 years ago
mike12345567 974cf7b27e Linting and updating SQL Server schema generation to include auto column and primary key recognition. 5 years ago
mike12345567 cadb05923e Merge branch 'develop' of github.com:Budibase/budibase into feature/mssql-plus 5 years ago
Budibase Staging Release Bot 87f472a82c v0.9.176-alpha.3 5 years ago
Martin McKeaveney 1c237d8dc6
Merge pull request #3187 from Budibase/fix/safari-bug 5 years ago
Martin McKeaveney 5ebeb6814d refactor switch into a key value handler object 5 years ago
Budibase Staging Release Bot f7b155c7dd v0.9.176-alpha.2 5 years ago
Michael Drury 09e123de95
Merge pull request #3092 from Budibase/dependabot/npm_and_yarn/packages/server/vm2-3.9.4 5 years ago
Budibase Staging Release Bot bbd249c07d v0.9.176-alpha.1 5 years ago
Martin McKeaveney a46ef3fe4f
Merge pull request #3231 from opensas/patch-1 5 years ago
Budibase Staging Release Bot 30bdc11527 v0.9.176-alpha.0 5 years ago
Rory Powell 4629fc9e6b Merge branch 'master' into develop 5 years ago
Budibase Release Bot 22f33ba0f0 v0.9.175 5 years ago
Rory Powell 2358c215d9
Merge pull request #3238 from Budibase/user-password-fix 5 years ago
Rory Powell 85cca04321 Add expired user notification 5 years ago
Budibase Release Bot 551be52bfb v0.9.174 5 years ago
Rory Powell 2dced6f7a8 Fix: Prevent user updates in multi tenant mode from deleting user password. Also forward the authentication error from the backend to the login page to warn when an sso user is trying to log in with a password when one is not present 5 years ago
opensas 2ae6f9ee6e
fix: update README.md 5 years ago
Budibase Staging Release Bot a0c9f4c977 v0.9.173-alpha.8 5 years ago
mike12345567 be8979e50a Fixing bug #3195 with zero/falsy values not being passed out of bindings. 5 years ago
Budibase Staging Release Bot fb8cc1c243 v0.9.173-alpha.7 5 years ago
Michael Drury 4fe7a3eebb
Merge pull request #3224 from Budibase/labday/mike-sql 5 years ago
mike12345567 67ed3dac19 Fixing some issues with MySQL and dropping foreign key constrained columns. 5 years ago
mike12345567 2d2d342a8c Removing the edit display columns modal as it was very specific and a little confusing, these are defaulted now anyway like internal tables. 5 years ago
mike12345567 3e82abd88e Updating external table UI a bit, adding the concept of defining an existing relationship, updating the data sources UI to make it a bit less cluttered and make the creation of tables more obvious. 5 years ago
mike12345567 1d48ffc38a Adding error scenario for table name already in use. 5 years ago
mike12345567 5d0ce3bf89 Adding mysql support. 5 years ago
mike12345567 0cf08df80f Adding many to many support, generating junction table and setting up constraints. 5 years ago
mike12345567 eb8fde5c95 Fixing a lot of issues around dropping columns, updating columns, relationships and bi-directionality, display columns now default to something for SQL tables as well. 5 years ago
mike12345567 7b1114b7df Adding SQL relationship building. 5 years ago
mike12345567 246d08c804 SQL table building. 5 years ago
Martin McKeaveney a18fd99bad add hosting.properties to airgapped build 5 years ago
Budibase Staging Release Bot 9b63fd62eb v0.9.173-alpha.6 5 years ago
Martin McKeaveney df65b52f93
Merge pull request #3181 from Budibase/infra/local-docker-images 5 years ago
Martin McKeaveney f9e31bd610 airgapped docker build 5 years ago
mike12345567 51dcdf0697 First version of schema generation for ms-sql, able to retrieve basic tables and rows. 5 years ago
mike12345567 ac27ba4c81 Adding docker compose for ms-sql with products, tasks table setup. 5 years ago
Budibase Staging Release Bot 7a6cf5d534 v0.9.173-alpha.5 5 years ago
mike12345567 3ff25e4122 Fixing an issue with data source saving. 5 years ago
Budibase Staging Release Bot 92f0963726 v0.9.173-alpha.4 5 years ago
Michael Drury 88c34a42c5
Merge pull request #3165 from Budibase/fix/sql-issues 5 years ago
Budibase Release Bot b0a9de45cf v0.9.173 5 years ago
Martin McKeaveney 7527d2920a
Merge pull request #3156 from Budibase/develop 5 years ago
Budibase Staging Release Bot 7bbd460f86 v0.9.173-alpha.3 5 years ago
Andrew Kingston 13a0744c50
Merge pull request #3177 from Budibase/ak-fixes 5 years ago
mike12345567 d2c738ab33 Addressing review comments. 5 years ago
mike12345567 f86448a276 Merge branch 'develop' of github.com:Budibase/budibase into fix/sql-issues 5 years ago
Andrew Kingston 6b69ce4eb9 Use explicity onDestroy calls rather than an onMount return value to ensure callbacks are actually executed to fix data provider cleanup issues 5 years ago
mike12345567 c15aafe6a2 Fixing builder jest tests. 5 years ago