ozzo-dbx v1.5.0 Release Notes
Release Date: 2020-01-07 // over 4 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