Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The solution of the problem as it has been published here https://rosettacode.org/wiki/N-queens_problem#SQL does not work properly for MariaDB due to certain incompatibility of MariaDB SQL and SQL Standard. The solution should be adjusted for MariaDB properly and
added to the regression tests for CTE.