jmueller17 / Aixada

Aixada helps self-managed consumption cooperatives to organize their flow of products, money, and information.
Other
33 stars 37 forks source link

Fix problem that does not change SQL_MODE = '' using MariaDB 10.3.13 #257

Closed jorix closed 5 years ago

jorix commented 5 years ago

The use of SQL_MODE = '' is essential for the use of dates in various procedures.

MariaDB 10.3.13 ignores statement SET SESSION SQL_MODE = '';, which has caused problems in different installations.

See: #251