MSSQL removed from maker?

I just updated to 8.3.1 and my ms sql connections failed, when i hover over the error it shows that mssql is not supported in maker? Why the change, that curve balled all of my projects!

It just isn't pre-installed for you, I think. Go get the MS SQL driver module and install it.

Or you could use a better database like postgres and not be locked into proprietary licensing for drivers...

that is also not supported in maker :frowning:

I’ll submit a pic

Hmm, the module hook for all of these says they should still be compatible:

  @Override
  public boolean isMakerEditionCompatible() {
    return true;
  }

My mistake, i updated to 8.3.0 and it wasn’t working.

I am using docker so I deleted it and updated to 8.3.1 and it works :person_shrugging:

Thanks!