Giter Club home page Giter Club logo

Comments (6)

jank avatar jank commented on June 16, 2024 1

@hoffmann not an upstream change. I assume the regex can be overwritten in the EXASOL specific dialect. If this is not possible the method needs to be overwritten.

from sqlalchemy-exasol.

jank avatar jank commented on June 16, 2024

quickly looking at it, the fix should redefine the referred regexp
https://github.com/zzzeek/sqlalchemy/blob/b9d0e2d5c55f68193fae001bb553a51018ab8ed6/lib/sqlalchemy/engine/default.py#L26

From what I see, MERGE and TRUNCATE should be added to the list.

from sqlalchemy-exasol.

exaSR avatar exaSR commented on June 16, 2024

Maybe you should ask the other way round:
Is there any statement on Exasol that should/can not be autocommitted?

from sqlalchemy-exasol.

hoffmann avatar hoffmann commented on June 16, 2024

@BY-jk I'm not sure If upstream is willing to include statements in sqlachemy that are specific to certain dialects and not supported by all.

from sqlalchemy-exasol.

hoffmann avatar hoffmann commented on June 16, 2024

@exaSR I don't want to change the standard commit behaviour for eg SELECT statements, because a commit might trigger INDEX builds/updates. So I'd like to have a list of all data changing statements.

from sqlalchemy-exasol.

exaSR avatar exaSR commented on June 16, 2024

@hoffmann Actually, the SELECT might trigger an index build, while the commit would publish that index such that it does not get built repeatedly by other transactions...
In Exasol, basically any statement could be data-changing when you classify table statistics and indices as data.

But I agree, never change a running system unless there are problems.

from sqlalchemy-exasol.

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.