don-tay / simpledb

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

Invalid predicate not caught #30

Open don-tay opened 2 years ago

don-tay commented 2 years ago

Example queries:

select sid from student where bla=123
select sid, eid from student,enroll where sid=studentid and abc=def
tishyakhanna97 commented 2 years ago
Screenshot 2022-03-16 at 2 18 29 AM

Possibly might be an extension

don-tay commented 2 years ago
Screenshot 2022-03-16 at 2 18 29 AM

Possibly might be an extension

I see, in that case, let us deprioritise this