johnding1996 / HKUST-COMP3111H-Group

Group Project of COMP 3111H in Fall 2017 at HKUST
Apache License 2.0
0 stars 0 forks source link

Empty ResultSet for get method in Querier #40

Closed thomaszhouan closed 6 years ago

thomaszhouan commented 6 years ago

@johnding1996 According the current code, it seems that the Querier does not handle the case when the ResultSet is empty. In that case, how to determine whether there is already a row in the database with given key?

johnding1996 commented 6 years ago

@thomaszhouan Yes, there are some known issues to the current database version including this not knowing the id before operation bug. I will fix it soon.

johnding1996 commented 6 years ago

Closed since already tracked in #41.