forked from slick/slick
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
technoweenie edited this page Aug 24, 2010
·
26 revisions
- BigDecimal support
- sum operator
- artithmic operations [+,-,*,/] allowed on columns of different types.
- Auto increment – return generated key (for MySQL)
- Support for MySQL Full-Text Search syntax (MATCH (col1,col2,…) AGAINST (expr [search_modifier])
- Creating table definitions
- Creating a sequence
- Column Options
- Simple queries
- Subqueries
- Modifying queries
- Distinct
- MySQL Full-Text Search
This is a forked repository. For additional information have a look at szeiger’s scala-query wiki.