You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use MySQL for storage and use \Phalcon\Mvc\Model to load data from.
I have a table with a double or float field. When i use 'find' or 'findFirst' to load data from table it leads to an error:
Phalcon\Db\Exception: Column type does not support scale parameter
all works fine with version 1.2.2!
The text was updated successfully, but these errors were encountered:
I have this problem only with version 1.2.3
I use MySQL for storage and use \Phalcon\Mvc\Model to load data from.
I have a table with a double or float field. When i use 'find' or 'findFirst' to load data from table it leads to an error:
Phalcon\Db\Exception: Column type does not support scale parameter
all works fine with version 1.2.2!
The text was updated successfully, but these errors were encountered: