tomarrell / lbadd

LBADD: An experimental, distributed SQL database
MIT License
387 stars 26 forks source link

engine: fix not casting expression to string in projection #203

Closed tsatke closed 4 years ago

tsatke commented 4 years ago

Projection did not attempt to cast the col name expression to a string, in case it wasn't a string. This PR fixes that issue.

Closes nothing.

Definition of done