Giter VIP home page Giter VIP logo

Comments (3)

szarnyasg avatar szarnyasg commented on September 26, 2024 1

Hi @lpfy, thanks for raising this issue. As described in this (quite well-hidden) comment, updates on lists are implemented as as sequence of delete and insert operations, which can trigger duplicates. I'll update this in the documentation.

from duckdb.

lpfy avatar lpfy commented on September 26, 2024

@szarnyasg Thanks, I have noticed the new documentation is live. https://duckdb.org/docs/sql/data_types/list

from duckdb.

karlseguin avatar karlseguin commented on September 26, 2024

@szarnyasg can you update the documentation at https://duckdb.org/docs/sql/indexes#over-eager-unique-constraint-checking? This is the page that the error message points to (not the list page):

...If this is an unexpected constraint violation please double check with the known index limitations section in our documentation (https://duckdb.org/docs/sql/indexes)

Furthermore, the documentation on the index page implies that these limitations are on updates to the constrained columns themselves:

For example, in the following query, SET id = 1 causes a Constraint Error to occur

However, this error seems to greatly expand on the possible cause for such errors and it would be nice to know all types/cases where updates are turned into deletes and inserts, and to have this in 1 single place. Right now, we know that: (a) updating a column with a constraint and (b) updating a list. Are there more?

from duckdb.

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.