Patrick Westphal

Results 3 comments of Patrick Westphal

![](https://github.trello.services/images/mini-trello-icon.png) [Test](https://trello.com/c/AWuycnSe/152-test)

Learning problems with example checks: - [x] `PosOnlyLP` - [x] `ClassExpressionLearningProblem` - [x] `PosNegLP` - [x] `PosNegLPStrict` - [x] `PosNegLPStandard` - [x] `PosNegUndLP` - [x] `FuzzyPosNegLP` - [x] `FuzzyPosNegLPStandard` -...

Don't know if there is a `fn:lower-case` built in, but you could also use Postgres' [`lower(...)` function](http://www.postgresql.org/docs/9.4/static/functions-string.html) in the `From` query. Like so: ``` Create View foo As Construct {...