ozzo-dbx v1.5.0 Release Notes
Release Date: 2020-01-07 // over 5 years ago-
- 🛠 Fixes #69: Added
DB.TableMapper
to support using common prefix/suffix with table names when performing model-based queries. (Thanks to @kPshi !) - 🛠 Fixes #70: Fixed the rawSQL generated by Upsert for PostgreSQL DB. (Thanks to @vasilistefanenko !)
- ➕ Added
DB.WithContext()
to support getting a DB instance with a context. This is useful for creating queries with context.
- 🛠 Fixes #69: Added
Previous changes from v1.4.0
-
- ➕ Added
DB.QueryLogFunc
andDB.ExecLogFunc
to support more flexible logging and profiling.
- ➕ Added