Danilo Piazzalunga
Danilo Piazzalunga
Consistently use Assert.state in the afterPropertiesSet() methods to throw IllegalStateException instead of IllegalArgumentException when some properties are missing and/or invalid. Issue #2244
Before submitting a pull request, please make sure you have at least performed the following: - [X] read and followed the [CONTRIBUTING.md](https://github.com/ng-bootstrap/ng-bootstrap/blob/master/CONTRIBUTING.md) and [DEVELOPER.md](https://github.com/ng-bootstrap/ng-bootstrap/blob/master/DEVELOPER.md) guide. - [X] built and tested...
Hi, I added a H2 port, mostly copied from the DB2 schema. Notable differences: - Triggers have been replaces with the ON UPDATE clause. - DATE columns have been converted...
Add a H2 port. Triggers or stored procedures are not required.
Fixed Markdown syntax for headings in README.md