- Connection pool always returns a connection pool, use :make-pool? option to disable pool creation
- Allow opting out of the connection pool creation
- Allow sending other kinds of sb specs straight through to java.jdbc
- transactional wrapping for multiple databases (Timo Westkämper)
- fixing macro expansion bug introduced in recent beta (Moritz Heidkamp, Joshua Eckroth)
- Can use mysql/count so that (count :*) works correctly on MySQL (Tsutomu YANO)
- Added
union
,union-all
, andintersect
queries
- Support for
many-to-many
relationships (Dennis Roberts) - Fixed table-name delimiting, and at the same time, support Postgres' schema and
queries covering multiple databases.
See: korma#105 (Tsutomu YANO)
- Set Min/Max Connection Pool Size from db spec (Nick Zalabak)
- Merge defaults instead of overwriting them (Jim Crossley)
- DB specs can reference existing datasources or JNDI references (Jim Crossley)
- Added
between
predicate (Charles Duffy) - Corrected default port for MS SQL Server (Alexander Zolotko)
- Added basic
having
support (Mike Aldred) - Added
korma.db/h2
to create a database specification for a h2 database (Juha Syrjälä) - Insert statements with empty values turn into SQL of "DO 0", a NOOP
- Empty where clauses are ignored, instead of creating illegal SQL
started on Dec 27, 2012