Skip to content
  • Dmitry Simonenko's avatar
    366c96a0
    fix for #1005: upsert can update primary key · 366c96a0
    Dmitry Simonenko authored
    I've added default tuple fields check against primary index key.
    Primary key can yet be updated, but an old key will be
    silently used anyway (copy used from update object).
    
    Added tests.
    
    ps. maybe it is better to validate upsert ops on execute?
    366c96a0
    fix for #1005: upsert can update primary key
    Dmitry Simonenko authored
    I've added default tuple fields check against primary index key.
    Primary key can yet be updated, but an old key will be
    silently used anyway (copy used from update object).
    
    Added tests.
    
    ps. maybe it is better to validate upsert ops on execute?
Loading