Coder Social home page Coder Social logo

Comments (6)

jtv avatar jtv commented on June 8, 2024 1

That's a nasty one! Thanks for the report. It's not clear to me why you pass the field as a std::variant, but I can reproduce the problem without that. Debugging.

from libpqxx.

jtv avatar jtv commented on June 8, 2024

Found it! It wasn't even the streaming that was the problem. It was the code that represents an array as a string. Its buffer budget calculation was just a little too tight, leading the conversion to allocate slightly too little memory. This wasn't normally an issue, but empty strings happen to be an extreme case in budgeting conversions.

from libpqxx.

vahancho avatar vahancho commented on June 8, 2024

Yeah, I noticed that it tries to convert a vector of strings to a single string with comma separated elements and inserts at some point (depending on the number of strings) a null character in the middle.

I use std:: variant because I don't know the field value upfront. Sometimes it can be empty too.

from libpqxx.

jtv avatar jtv commented on June 8, 2024

The overloading gets a bit confusing and I kind of regret it now. I may do some deprecation go get a stricter separation between "a container or tuple is a row" and "a container or tuple is a value."

@vahancho does the fix address all your use-cases?

from libpqxx.

vahancho avatar vahancho commented on June 8, 2024

@jtv I didn't test it yet, but the case of using more than three empty strings in the container was the only one I had issues with.
Thank you for the comprehensive analysis and quick fix.

from libpqxx.

jtv avatar jtv commented on June 8, 2024

Excellent. Thanks @vahancho.

from libpqxx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.