Git Product home page Git Product logo

Comments (5)

chrisguilbeau avatar chrisguilbeau commented on July 17, 2024

We ran into this problem while inserting thousands of ids into a table. Our workaround was to break the id list into groups of 250 (**see below) and send a bunch of insert statements at once joined with a semi-colon along with the list of ids as parameters.

**We noticed if we'd send more than 500 statements, the function would return without complaining, but missing several inserts.

Fixing insert many to work as the ceODBC library does would be a great help.

from pyodbc.

GraemeBrown avatar GraemeBrown commented on July 17, 2024

Yes, please! There's a thread on this on the (now closed?) Google Code page (https://code.google.com/p/pyodbc/issues/detail?id=250).

I am using ceodbc for all of my insert and update statements, and pyODBC for my select statements. It would be nice to just use a single connection and cursor for everything!

from pyodbc.

woodlandhunter avatar woodlandhunter commented on July 17, 2024

It doesn't look like that could be sensibly merged. It seems there are many changes not related to parameter arrays.

Also, is it really needed to add an extra kwarg to the connect method? Can pyodbc not check support for parameters arrays and do the right thing automatically?

from pyodbc.

gordthompson avatar gordthompson commented on July 17, 2024

The recently-merged pull request #256 may help with this.

from pyodbc.

gordthompson avatar gordthompson commented on July 17, 2024

Feature added in 4.0.19. See fast_executemany for details.

from pyodbc.

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.