I'm still seeing this issue with many different types. Can you confirm that it's fixed in build 960?
Specifically, I am getting various strings for null datetime, decimal, and int columns. The strings are in the form "NULL_DATETIME", etc.
Is there something specific that should be set up in the index or replication task itself? The result sets specify the properties as the correct types...
To satisfy a client need for sql reporting, we are replicating raven to a second instance, and then deploying many indexes onto that instance that replicate to SQL.
Essentially, this bug is a show stopper for that plan (and most likely any plan to replicate billable properties to SQL). Everything has to be loosely typed varchar to work around it. I could create a one off for our prod reporting replication, but that's not really ideal.
Any idea when it will get worked into a release build?