Peter Solnica

Results 573 comments of Peter Solnica

@paddor yes it does. Would it be possible for you to create a reproduction script that mimics your prod setup?

I reckon this is a known problem with composite primary keys. In rom 6.0 you'll have "void commands" that don't return anything and you'll be able to use whatever method...

@flash-gordon cool, it's something to do in 4.0.0 I suppose

@renatolond yes you could use a custom command and implement your own `#execute`

This is clearly a bug. rom-sql assumes that the other schema must be qualified too. I'm not entirely sure how to solve it at the moment, but *probably* adding this...

@flash-gordon I thought about it before 2.0 final was released, but I realized it would create an implicit requirement that associations can only work when relations are qualified, and you...

OK let's finally address it in 5.0 and rom-sql 3.0

_From @flash-gordon on January 30, 2017 12:54_ I bet that's because rom-sql does not use returning statement for Oracle. Thanks for reporting this, I'll have a look. Actually, I'm going...

There was 0 work done for Oracle so far, so it doesn't surprise me :/

_From @mrship on January 30, 2017 20:12_ In reading the [rom 3.0 blog post](http://rom-rb.org/blog/rom-3-0-released/) I realised that I can use the `commit` method on changeset instead of using create. ```...