Asmir Mustafic
Asmir Mustafic
ah... interesting! never tried to use xsd2php classes in combination with soap client. Does it work?
https://github.com/goetas-webservices is a candidate for it... still work in progress
Can you provide an example XML too? Are you using my jms serializer fork, right?
Quoting myself > Can you provide an example XML too? Are you using my jms serializer fork, right?
i spent some time trying to reproduce the bug... but to me currently it looks working. any change to submit a failing test case?
I guess you can workaround this by specifying the table name as `public.migration_versions`. In this way if will not fallback on the postgres `search_path`variable
were those FK defined in your ORM mappings? `dump-schema` does not read your database schema but your ORM metadata and generates the needed SQL to get what is defined there.
can you please tell us which version of the doctrine migrations bundle are you using?
> can you please tell us which version of the doctrine migrations bundle are you using? Are you using the symfony bundle? if yes, what is the bundle version (not...
@ureimers hmm. that is weird and looks like a big :(