aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/sqlvm/ast
diff options
context:
space:
mode:
authorTing-Wei Lan <tingwei.lan@cobinhood.com>2019-03-06 15:55:05 +0800
committerJhih-Ming Huang <jm.huang@cobinhood.com>2019-05-06 10:44:04 +0800
commited13a910c7c90ff437b3de3c8fdb0828fc0dbe2f (patch)
treea31463b92244b5559be08fdabf30250f46b6b863 /core/vm/sqlvm/ast
parent69ae71c94f17ecc04121e3c8bf51399303ddf355 (diff)
downloaddexon-ed13a910c7c90ff437b3de3c8fdb0828fc0dbe2f.tar
dexon-ed13a910c7c90ff437b3de3c8fdb0828fc0dbe2f.tar.gz
dexon-ed13a910c7c90ff437b3de3c8fdb0828fc0dbe2f.tar.bz2
dexon-ed13a910c7c90ff437b3de3c8fdb0828fc0dbe2f.tar.lz
dexon-ed13a910c7c90ff437b3de3c8fdb0828fc0dbe2f.tar.xz
dexon-ed13a910c7c90ff437b3de3c8fdb0828fc0dbe2f.tar.zst
dexon-ed13a910c7c90ff437b3de3c8fdb0828fc0dbe2f.zip
core: vm: sqlvm: errors: remove token field
Now both position and length are both recorded in the error struct, recording the token in the error struct no longer provides any benefit. It is easy to find the token when position and length are known, but requiring all error locations to fill the field is complicated because they have to access the source code to find the token.
Diffstat (limited to 'core/vm/sqlvm/ast')
0 files changed, 0 insertions, 0 deletions