About 1,386,897 results (3,440 milliseconds)

SQL doublicate entry error

https://groups.google.com/g/dcm4che/c/4AlxTh3OojE
It points to some kind of duplicate key in the SQL database. I've configured ... [id=ID:d704ec97-cf2e-11e9-9038-000 c2933fd34] at Queue Export4 2019-09 ...

Save() does not save manyToMany relationship

https://groups.google.com/g/ebean/c/lZNqbQ4ffNM
Delete. You do not have permission to delete messages in this group. Copy ... (ID)"; SQL statement: insert into tag (id, name) values (?,?) [23505-168] at ...

500 error on attempting to delete record

https://groups.google.com/g/ica-atom-users/c/m9EuEE1MXeU
Oct 27, 2023 ... ... SQL query we have provided that looks for ... record :/ I then checked for duplicate publication status as recommended in this section .

Batch Insert / Updates with Upset

https://groups.google.com/g/jooq-user/c/nIdQNLAj6wk
But since 'id' is the actual key it won't ever conflict on ID since that is just a sequence. in which case my SQL would end up having a constraint / index on ( ...

dcm4chee 5 create duplicate patients

https://groups.google.com/g/dcm4che/c/X8zlkRvuOdk
... ID and the same Issuer Of Patient ID). These duplicated elements are ... Could reproduce the issue => #3154 (lists SQL statements to remove duplicates).

[DDD/CQRS] Checking if a unique value is already in use

https://groups.google.com/g/dddcqrs/c/dF6GtQeMMuc
Sep 2, 2010 ... resulting in a duplicate record. For table-level uniqueness, you need ... database storage, along with a simple SQL parser, back in 1999 or so,

Another CSV related question! How do you search and delete a ...

https://groups.google.com/g/golang-nuts/c/FX7WcHbO0o4
Apr 18, 2014 ... Yes, it duplicates the ID by storing it in the Student and the map ... delete, and search) without having to use a database such as SQL.

ActiveRecord/Arel delete with joins?

https://groups.google.com/g/rubyonrails-talk/c/TnUTZo7Gmi4/m/oRQomT29TboJ
Oct 28, 2011 ... delete and have the id test only to make sure that you delete only one ... that the duplicate record situation does not happen in the first

multiple foreign keys on the same column

https://groups.google.com/g/jooq-user/c/SAGC0FZtJrs
Dec 19, 2012 ... sequence-generated IDENTITY columns and make those ID's ... would erroneously remove the duplicate. 2) SQL allows for ordering records (a non- ...

New entry tries to use an existing unique id

https://groups.google.com/g/django-users/c/jQKXdiKJOPo/m/D8qMzY1lCAAJ
Oct 26, 2018 ... duplicate key value violates unique constraint "finance_debtor_pkey" ... It looks weird... the SQL statement looks just fine, it's not ...

Error: duplicate header fields found - Best practice workflow for CSV ...

https://groups.google.com/g/resourcespace/c/hv5DFmphJ_Y
Dec 13, 2015 ... I tried with and without the Resource ID(s) in case this could be the cause of the problem. ... Once I am satisfied with the results, I can delete ...

Error when exporting site because of ID "bitstream_2" already exists

https://groups.google.com/g/dspace-tech/c/MN7ph9nVgSs
Dec 12, 2015 ... Note the duplicate sequence_id=2. I would like to find all items that have these duplicate sequence_id and delete all them. Thanks in advance ...

Duplicate Nodes

https://groups.google.com/g/neo4j/c/f8Z7x1VOOlY
... ids of indexed nodes containing duplicate properties. WITH n. ORDER BY id(n) DESC // Order by descending to delete the most recent duplicated record. WITH n ...

Inconsistency when creating a new Record from Jooq if already a ...

https://groups.google.com/g/jooq-user/c/LzRPsJxNP-E
Apr 6, 2017 ... "id"]; ERROR: duplicate key value violates unique constraint "userdata_pkey". Detail: Key (id)=(1) already exists. The exception is clear, it ...

Avoiding duplicate resources

https://groups.google.com/g/hapi-fhir/c/A5ViHazXNcw
All I want is to prevent two resources having the exact same data (up to the resource id and version id) - corresponding to the way you tell an SQL database ...

Recreating database with the same instance id

https://groups.google.com/g/google-cloud-sql-discuss/c/pPOVp5xRfI0
Feb 15, 2017 ... to Google Cloud SQL discuss. This is expected behavior. From https://cloud.google.com/sql/docs/mysql/delete-instance: You cannot reuse an ...

Remove Duplicate Edges in Azure Cosmos DB

https://groups.google.com/g/gremlin-users/c/ESgMnOaIba0
==>[id:9dc58a44-67d2-4d13-81bf-a959bbffce54,label:has,type:edge,inVLabel:Document,outVLabel:Test,inV:93c1e4b7-b154-79b3-fd30-c14ffec810ed,outV:02487654]. ==>[id ...

Kafka Connect JDBC produces duplicate messages in timestamp+ ...

https://groups.google.com/g/confluent-platform/c/QVhuLqoTLvE
because kafka connect is telling itself to read from the same offset (timestamp+incrementing id) more than once. Has anyone encountered this before? Are we ...

Failed to update DB because of duplicated patient identity

https://groups.google.com/g/dcm4che/c/sg6eHULhxhs
Is there an option in the archive configuration I can setup to resolve the issue ? Else, any SQL/REST request that can help to sort out these conflicts in ...

autogenerated 'id' field from Django model doesn't autoincrement?

https://groups.google.com/g/django-users/c/Kc8lFyREdUo
but it complained about a 'duplicate PK error' on id. I found that the ... There's no 'id' in my other fields; the manage.py sql DOES report it as ...