mterry / 321db

Project II for 60-321: A RDBMS built using C and CURSES
1 stars 0 forks source link

field[1] in dbcompile is not saving any input #18

Closed mterry closed 13 years ago

mterry commented 13 years ago

This is possibly due to allocation errors. Minor issue, as field[1] is optional.

mterry commented 13 years ago

run_dbcompile() now explicitly states this field is optional.

mterry commented 13 years ago

I think I've narrowed down the issue: the field won't register a change (and thus fill the buffer) unless the cursor moves outside of the field it is in.

mterry commented 13 years ago

Added the submit button to the dbcompile menu and updated some functions in crel.c. Closed by 4f8f9b551049a1025e3ed82fb2f33310a19e7426.