stijnsanders / TMongoWire

Delphi MongoDB driver
MIT License
102 stars 37 forks source link

ERROR - Download With Java driver #29

Closed OneideLuizSchneider closed 8 years ago

OneideLuizSchneider commented 8 years ago

Hi When uploading XML files with TMongoWire, then download with JAVA, XML returns corrupted with null character.

Detail, TMongoWire with TMongoWire works normally.

Images example.

erro02 erro01 )

stijnsanders commented 8 years ago

Found it! Apparently VarArrayRedim takes the new upper bound and not the new array length. Please see my recent commit that fixes this.

OneideLuizSchneider commented 8 years ago

Hi Yes, now it worked. Thank you.