Hi Ken,
Thanks for the quick reply.
On Aug 6, 8:06 pm, Ken Collins <
k...@metaskills.net> wrote:
> I doubt this has anything to do with the adapter and is more a rails
> issue. For instance do you have dirty support turned on in AR for
> production only?
I think dirty support is working correctly: We set a breakpoint
shortly before the AR save and looked at the object before it got
persisted. All changes were listed correctly (looking at model.changes
and model.changed? etc.), it just never saved those changes properly.
But it's a good hint and we will see whether there are any
configuration differences between the environments in that area.
Since it appears between different platforms, could it be that
different native versions of UnixODBC/FreeTDS are the culprit? It
would be a very weird bug to surface, but not impossible. Since you
probably have experience working with both, it would be interesting to
hear what you'd guess.
Ramon