vsite-hr / mentor

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

Keywords in Courses #8

Closed gkresic closed 7 years ago

gkresic commented 7 years ago

Add "keywords" attribute to Courses (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.