Public bug reported:

In our sql notation in Set operation there's confusing similarity of
naming fields and keys:

update t0 set k2='ice cream' where k0=2
update t0 set k1=splice(k1,1,0,' love') where k0=2

Maybe it's better to rename field to `fN`or any word or letter in the
begging (but ends strictly with number of field)?

** Affects: tarantool
     Importance: Wishlist
     Assignee: Dmitry Simonenko (pmwkaa)
         Status: New


** Tags: c-connector sql

-- 
You received this bug notification because you are a member of Tarantool
Development Team, which is subscribed to tarantool.
https://bugs.launchpad.net/bugs/1082383

Title:
  confusing name of field in sql c connector

Status in Tarantool - an efficient in-memory data store:
  New

Bug description:
  In our sql notation in Set operation there's confusing similarity of
  naming fields and keys:

  update t0 set k2='ice cream' where k0=2
  update t0 set k1=splice(k1,1,0,' love') where k0=2

  Maybe it's better to rename field to `fN`or any word or letter in the
  begging (but ends strictly with number of field)?

To manage notifications about this bug go to:
https://bugs.launchpad.net/tarantool/+bug/1082383/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to