Open marimeireles opened 3 years ago
@wangfenjin introduced a new way to clean strings and it seems better to me.
However we shouldn't have this kind of common tool inside the kernel, it should be moved to the utils.hpp file on the xvega-bindings project.
utils.hpp
It'd probably be nice to incorporate the same changes that took place here regarding cleaning strings on xeus-sql.
xeus-sql
@wangfenjin introduced a new way to clean strings and it seems better to me.
However we shouldn't have this kind of common tool inside the kernel, it should be moved to the
utils.hpp
file on the xvega-bindings project.It'd probably be nice to incorporate the same changes that took place here regarding cleaning strings on
xeus-sql
.