antonmks / Alenka

GPU database engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid column in select terminates Alenka

Randolph42 opened this issue · comments

select badcol from orders;
terminate called after throwing an instance of 'thrust::system::system_error'
what(): invalid argument

... called from CudaSet::addDeviceColumn

I fixed this particular error, but there are a lot of situations where garbage-in means garbage-out.
Changing that would require significantly more sophisticated parsing than there is now - so it is a task for a future.

Thanks

On 6/04/14 11:01 PM, "Anton" notifications@github.com wrote:

I fixed this particular error, but there are a lot of situations where
garbage-in means garbage-out.
Changing that would require significantly more sophisticated parsing than
there is now - so it is a task for a future.


Reply to this email directly or view it on GitHub
#56 (comment) .