Budibase / budibase

Low code platform for building business apps and workflows in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀
https://budibase.com
Other
21.24k stars 1.44k forks source link

Move some mysql.spec.ts and postgres.spec.ts tests into datasource.sp… #13883

Closed samwho closed 4 weeks ago

samwho commented 4 weeks ago

Description

I'm on the hunt for tests that live in mysql.spec.ts and postgres.spec.ts that can reasonably live in more general spec files, where as many external datasource types are being tested.

Going to try and keep these PRs small and focused.