shortland/Little-Bobby-Tables-Auction-House

Add Employee - State must be initialism

Closed this issue · 1 comments

Add employee state field. Eclipse-stuff b5e73df
use case

  1. Logged in as manager, clicked Add Employee.
  2. Filled out form with all values. Put "New York" as state.
  3. Submitted form.

result
Error in console, submit failed. State must be initialism for database compatibility. GUI does not validate.
Error:
java.sql.SQLException: Data truncated for column 'State' at row 1

Tested and confirmed fixed. Eclipse-stuff ff216db. Issue closed.