Igor Lazarev

Results 5 issues of Igor Lazarev

## Is your feature request related to a problem? Please describe. On our projects we use strictly typed collections for Doctrine. I think it will be nice if [AbstractCollection](https://github.com/ramsey/collection/blob/master/src/AbstractCollection.php) class...

enhancement

Why message body is of type string https://github.com/queue-interop/queue-interop/blob/master/src/Message.php#L19? How can I send objects inside of message body? I need to double encode it? It is weird. Java specification definitily says...

> Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md#quality-standards) before sending pull request. Thanks! **Please provide package links to:** - repo link (github.com, gitlab.com,...

When using subquery in `JoinClause` with dollar placeholders query builder produces wrong placeholder numbers. This test reproduces the problem. ```golang func TestSelectJoinClausePlaceholderNumbering(t *testing.T) { subquery := Select("a").Where(Eq{"b": 2}).PlaceholderFormat(Dollar) sql, args,...

Auto registrar uses Doctrine Annotation reader while registering odm types. For performance optimization it is usesful to cache ODM annotation options.