Moni

Results 92 comments of Moni

Did you ever find one?

I'm having trouble too! What's up with this?

Any updates to this?

A quick fix would be to use a named parameter + a type cast: ```sql ... WHERE field_id = ANY(@ids::uuid[]); ... -- $1::uuid[] also works, but results in code with...

what's the expected release date?

How can I achieve this in postgres?

> Hi @lafriks, It might be a good to know the use case where auto schema migrations is very useful? so I can have a better consideration about this feature...

when using libraries such as typeorm in node.js, that feature is only enabled for development

I like that API! Could you give an example for foreign keys?