We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9d919a commit 4ff9d34Copy full SHA for 4ff9d34
README.md
@@ -525,6 +525,10 @@ sudo apt-get install libpq-dev libsqlite3-dev libmysqlclient-dev
525
bundle install
526
```
527
528
+### Object destroy fails with MySQL 5.7+
529
+
530
+A bug was introduced in the query optimizer. [See the workaround here](https://github.com/mceachen/closure_tree/issues/206).
531
532
## Testing with Closure Tree
533
534
Closure tree comes with some RSpec2/3 matchers which you may use for your tests:
0 commit comments