etrepat / baum

Baum is an implementation of the Nested Set pattern for Laravel's Eloquent ORM.
http://etrepat.com/baum
MIT License
2.24k stars 459 forks source link

Build Tree Issue #209

Closed abbu1534 closed 8 years ago

abbu1534 commented 8 years ago

Hi, I am using mysql database When i use buildTree() function in my application it gives already begin transaction exception. Mysql exception like General error: 2030 This command is not supported in the prepared statement protocol yet Can you give a solution for this. Thank you.

markvaneijk commented 8 years ago

What MySQL version are you using?

abbu1534 commented 8 years ago

I am using mysql 5.6.27 version on ubuntu 15.10 and using laravel 5.1 framework