studioespresso / craft-date-range

Date range field for Craft CMS
MIT License
12 stars 5 forks source link

isFuture(), isPast(), isOngoing() Not Functional for MariaDB #24

Closed JonGoldmanPlaybill closed 3 years ago

JonGoldmanPlaybill commented 3 years ago

Note that Nitro 2 on new Macs with Apple Silicon cannot install MySQL and use MariaDB (or PostGreSQL). While I know the docs say that it is only MySQL compatible, this would be a request to make it usable in the MariaDB Environment.

janhenckens commented 3 years ago

Hey! Good idea. My previous mac couldn't really run Nitro but I switched to newer model so I'll have another look it.

carolineboeykens commented 3 years ago

Hi @janhenckens , I'm also having trouble with this issue. Could you look in to it?

janhenckens commented 3 years ago

Hey @JonGoldmanPlaybill @carolineboeykens, this should be fixed in 2.3.0. Since MySQL 5.6 has been end of life since Februari 2021, I decided to remove the version check. Also included in this release is PostgreSQL support.