vsite-hr / mentor

Online learning platform.
MIT License
3 stars 2 forks source link

Keywords in Lectures #9

Closed gkresic closed 7 years ago

gkresic commented 7 years ago

Add "keywords" attribute to Lectures (see Units for implementation details)

gkresic commented 7 years ago

Db schema updated.

For manipulating SQL arrays in JDBC see:

java.sql.Connection.createArrayOf

java.sql.ResultSet.getArray

For example usage, see UnitManager.fromResultSet.

Genato commented 7 years ago

Added keywords to Lecture.Java, LectureManager.insert() and LectureManager.update().