Marc J. Schmidt

Results 444 comments of Marc J. Schmidt

You can place here https://github.com/propelorm/Propel2/blob/master/src/Propel/Generator/Command/MigrationDiffCommand.php#L185 something like this ```php echo (string)$databaseDiff; ``` to see, what the comparator objects have detected. I always wanted to implement that as a feature for...

@wollanup sure, every additional test is a good test :)

Would you like to send us a PR with that changes?

Fork this repo, add the change, [make sure test suite is green](http://propelorm.org/documentation/cookbook/working-with-test-suite.html), preferably add a custom test which proofs your changes (means: the test should fail without your code change),...

Well, tagging means adding semantical version with coverage BC etc. You can already use it via branch name in composer. json, can't you?

Wow, that's a rather big change, thanks dude! I'd rather want to see that beauty in https://github.com/propelorm/Propel3 :P

I'm not sure if this is really a bug or just a limitation in the current enum implementation. I'd rather want to wait for the merge of #786. With this...

I see, that should actually happen in the construction of the PDO instance.

Try to hexdump that column name and post the code that actually uses the TableMap/Query class. I guess you have a hidden utf8 char somewhere.