SoftwareBrothers / adminjs-sequelizejs

Sequelizejs adapter for AdminBro
MIT License
27 stars 34 forks source link

fix: mysql dialect support (ilike exclusivity issue) #58

Closed beInDev closed 2 years ago

beInDev commented 3 years ago

BREAKING (due to env vars)

Fork's PR Adds compatibility for mysql sequelize dialect by removing the use of the dialect specific operator iLIKE and adding conditional use of arrayed types

beInDev commented 3 years ago

@wojtek-krysiak Hello, tell me what you think about attempting to handle mysql in the sequelize driver? Thanks 👍

krisgrint commented 3 years ago

Thanks @beinDev for your work on this - I've used your fork to support a MySQL instance using AdminBro.

For anyone else in a similar situation, PR #70 also addresses the ILIKE issue and looks to be progressing to release (it's already in the beta release).