Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot use object of type App\Libraries\PHPSQLParser\utils\ExpressionToken as array #388

Open
springmusk026 opened this issue Nov 25, 2024 · 0 comments

Comments

@springmusk026
Copy link

APPPATH\Libraries\PHPSQLParser\processors\AbstractProcessor.php at line 295

294 protected function isSubQuery($out) {
295 return isset($out['expr_type']) && $out['expr_type'] === ExpressionType::SUBQUERY;
296 }
297

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant