Skip to content

Handful of small improvements

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Dec 06:48

Features

  • add db connection event types (4862c7d)
  • model_query_builder: add error.model for E_ROW_NOT_FOUND; (#1081) (334186f)
  • preloader: add preloadOnce to preload a relationship only once (#1078) (fbfadbe)

What's Changed

  • Add db connection event types by @adrianNEMO in #1074
  • feat(preloader): add preloadOnce to preload a relationship only once by @zaosoula in #1078
  • added decimalNumbers config to connection properties for compatibility to mysql by @siddiquipro in #1080
  • feat(model_query_builder): add error.model for E_ROW_NOT_FOUND; by @radiumrasheed in #1081

New Contributors

Full Changelog: v21.5.1...v21.6.0