jhc-systems / sqlest

Write SQL in Scala
https://jhc-systems.github.io/sqlest/latest/api/
Apache License 2.0
30 stars 17 forks source link

Add more sql scalar functions e.g. ucase #58

Open brendanator opened 9 years ago

brendanator commented 9 years ago

There are several missing sql scalar functions defined in the sql standard that are not currently available within sqlest such as ucase, lcase, upper, lower etc.

A more comprehensive list appears here http://www.w3schools.com/sql/sql_functions.asp