don-tay / simpledb

Subset of SQL-compliant DBMS
0 stars 0 forks source link

Using string without quotes in where clause leads to returning the entire table #45

Open tishyakhanna97 opened 2 years ago

tishyakhanna97 commented 2 years ago

Input: (string without quotes) select sid from student where sname = bob Output: (all sids)

xinyee20 commented 2 years ago

Is the intended result the throwing of some error with error msg to state that the query is invalid?