Propel2 icon indicating copy to clipboard operation
Propel2 copied to clipboard

Propel2 is an open-source high-performance Object-Relational Mapping (ORM) for modern PHP

Results 164 Propel2 issues
Sort by recently updated
recently updated
newest added

PostgreSQL DB on reverse command generates defaultValue instead of defaultExpr for timestamp column ``` ```

Bug

Originally BIGINT was mapped to PHP native type int back in 2005. This was changed to string in revision 56f6a84. Apparently 32-bit PHP types were incapable of storing the full...

BC-break 2.0
Improvement

It was a suggestion two years ago, I think it makes sense. Any thoughts?

Feature