Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Has anyone worked out a fix for this problem. When using the storage emulator and inserting a row into table storage then the row insert fails if there is a space at end of the field.

This was pointed out two weeks ago but I still see no updates from Microsoft on this? Does anyone know of a fix ?

Microsoft forum link

Stackoverflow link

Please don't close this question. Having something out here on Stackoverflow might help save someone from the two days I spent trying to work out what was wrong.

share|improve this question
if you are in a hurry you can fix it yourself, but I would rather work with real storage meantime. – astaykov Nov 9 '12 at 15:32
@astaykov, you linked to the client library source code, but this issue is with the storage emulator, right? – smarx Nov 9 '12 at 21:36
2  
@smarx, you are right, but one could implement trim() either in client code, or in the client lib. Or just use the real storage meanwhile. Fact is that this issue needs a fix, and that this fix is not going to happen in the next hours. – astaykov Nov 9 '12 at 22:25

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.