laravel-nestedset icon indicating copy to clipboard operation
laravel-nestedset copied to clipboard

Use fully qualified key on QueryBuilder

Open equinoxmatt opened this issue 1 year ago • 0 comments

When using your library I encountered an error when applying scopes. It appears the package is not using the table prefix, which means you encounter ambiguous column errors when trying to do advanced queries.

A patch which solves this problem: https://gist.github.com/equinoxmatt/11f63f28967598f79d34ef36f45a6723

equinoxmatt avatar Jan 17 '23 12:01 equinoxmatt