-
Notifications
You must be signed in to change notification settings - Fork 9
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
SQLSTATE[HY000] #18
Comments
PHP 8.0 Yii2 2.40 Did you test yii2-firebird + PHP8? oh \Yii::$app->db->createCommand(
CODE: |
Sorry, but I haven't used Yii2 or firebird in a long time, but pull requests are welcome |
BUG was in PHP8.0 , after upgrade PHP to PHP 8.0.2 parameters name with "_" work perfect |
From this morning I started to get that error on model->save():
SQLSTATE[HY000]: General error: -104 Dynamic SQL Error SQL error code = -104 Unexpected end of command - line 1, column 1
From SQLSTATE Error Codes and Descriptions it says that it is a
After some testing I found that the problem is in Schema::insert method.
Not having much time to dig dipper I reverted this method to a older and averything works, but not fixed.
The text was updated successfully, but these errors were encountered: