howiezhao commented on PR #1292: URL: https://github.com/apache/cassandra-python-driver/pull/1292#issuecomment-4379949763
> @howiezhao Does the problem occur when you round-trip data? Read from the database, and then insert it back into the database? For the getting started docs, that might be a bit of a corner case. Hi @bschoening yes, if the map data contains backslashes, reading it in and writing it using Python string formatting will cause backslashes to be added, as I mentioned in the example, so I recommend using a prepared statement. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

