As title, same code works very well in 1.3.4. When use 2.0, phalcon will throw this message [Column type does not support scale parameter]!
|
Jun '15 |
12 |
854 |
1 |
As title, same code works very well in 1.3.4. When use 2.0, phalcon will throw this message [Column type does not support scale parameter]!
same issue was solved in 1.3.0 https://github.com/phalcon/cphalcon/issues/1482
seems to be an old bug
@megaxman: This is my problem I use project on Window (add dll file) -> It work. I develop project on Linux -> "Column type does not support......" Now, I will change the column type to decimal :) Thank you so much.
Bug fixes have been submitted here:
But collaborators didn't add unit tests so those weren't merged
I ever try this before but this fix still didn't work for me. My environment is 64 bits Ubuntu 14.04. Apache/2.4.12 and PHP 5.6.9.
Bug fixes have been submitted here:
But collaborators didn't add unit tests so those weren't merged
I had same errors with you. But I change the column type double -> decimal. It's fixed now.
I researched an other way to fix it. add some line into source phalcon (phalcon/db/adapter/pdo/mysql.zep). You can try at https://github.com/phalcon/cphalcon/issues/1482.
I ever try this before but this fix still didn't work for me. My environment is 64 bits Ubuntu 14.04. Apache/2.4.12 and PHP 5.6.9.
Bug fixes have been submitted here:
But collaborators didn't add unit tests so those weren't merged
I can't change it and with this code, my problem is still.
I had same errors with you. But I change the column type double -> decimal. It's fixed now.
I researched an other way to fix it. add some line into source phalcon (phalcon/db/adapter/pdo/mysql.zep). You can try at https://github.com/phalcon/cphalcon/issues/1482.
I ever try this before but this fix still didn't work for me. My environment is 64 bits Ubuntu 14.04. Apache/2.4.12 and PHP 5.6.9.
Bug fixes have been submitted here:
But collaborators didn't add unit tests so those weren't merged