Martin Brecht-Precht

Results 8 issues of Martin Brecht-Precht

HAML like the following fails: ```haml %a(href="#{Namespace\ClassName\::CLASS_CONSTANT}") Label ``` The resulting exception is **MtHaml\Exception\SyntaxErrorException** in *vendor/mthaml/mthaml/lib/MtHaml/Parser.php* on line 844 with message: *Unexpected '"', expected target language expression in /var/www/content-vendor/app/templates/generic/components/topbar.haml on...

Contains unanswered PR propelorm/Propel#1011changes also.

The generated query class methods `filterByPrimaryKey()` allow to filter only by `Criteria::EQUAL` comparison. Using them in generic code not knowing the column name of the PK column, it is not...

Loading an object from the database, changing its members values and storing it back again fails, because the setter method compares whether the given object is "the same" as the...

The UniqueValidator detects non-uniqueness on case insensitive databases on renaming a model entity if only the case is changed.

### Problem Statement Right now the `shouldCreateSpanForRequest` callback could be helpful to distinguish between API endpoints and decide whether a request should be decorated with the distributed tracing headers. Besides...

Type: Improvement