Add Employee - State must be initialism
Closed this issue · 1 comments
khan-ibrahim commented
Add employee state field. Eclipse-stuff b5e73df
use case
- Logged in as manager, clicked Add Employee.
- Filled out form with all values. Put "New York" as state.
- 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
khan-ibrahim commented
Tested and confirmed fixed. Eclipse-stuff ff216db. Issue closed.