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.

Previous changes from v1.4.0

    • โž• Added DB.QueryLogFunc and DB.ExecLogFunc to support more flexible logging and profiling.