Marc J. Schmidt

Results 444 comments of Marc J. Schmidt

Obviously, the `scale` value is not always the default, although `10` for the size is correct.

Another benefit would be that it's cross-database compatible as long as you don't use SQL queries. Makes it possible to fire migration files against different database vendors. Also migration files...

It will be backwards-compatible :dancers:

It doesn't make sense to use another library since Propel has already everything needed. It would be much much more work to remove that and use another library entirely, plus...

You need root nodes to attach normal nodes onto. So either you define `$item1` as root via `$item1->makeRoot();` or you create a new node as root and attach all sub...

Tried it several times, but didn't work out. Just let it go and move on using more maintained ORMs. If people don't contribute by reviewing, offering help etc, then projects...