GithubHelp home page GithubHelp logo

Enhancements to apsw.ext about apsw HOT 2 CLOSED

scarlock avatar scarlock commented on May 23, 2024
Enhancements to apsw.ext

from apsw.

Comments (2)

rogerbinns avatar rogerbinns commented on May 23, 2024
  1. It has to work with a connection in order to get column names via a new cursor tracer. I did notice you using cursors a lot in #492 even though they aren't necessary. What is special about the cursors you want to supply?
  2. Will do.
  3. Won't do. Have a look at the implementation - it is 3 lines printing traceback.TracebackException.format and Python 3.11 has a print method making this one line. You should be able to roll your own meeting your exact needs.

from apsw.

scarlock avatar scarlock commented on May 23, 2024
  1. Makes sense. Using cursors is an old habit from other database environments that are (thankfully) lost to the ages. I should probably break that habit.
  2. Thanks.
  3. No worries. Already rolled my own, just figured it would be a nice addition.
        traceback = io.StringIO()
        apsw.ext.print_augmented_traceback(*sys.exc_info(), file=traceback)
        logging.error(traceback.getvalue())

from apsw.

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.