* docs: Improve various docs formatting
code syntax highlight on `leftJoinAndSelect`
capitalise SQL word
* docs: capitalise SQL word on classes methods docs
* docs: lowercase SQL word to trigger auto-test
* docs: uppercase SQL word to trigger auto-test
* master: (25 commits)
version bump
skipped failing test for now
version bump
fixed issue with entity order by applied to update query builder
Update README.md
Add TYPEORM_DATABASE to available env options
Provide failing test
chore: fix typo in repository clear test filename
minor lint fix
delete entities using tablePath
implement timezone based tests for multiple database drivers
remove UTC transformation from drivers on write and read
fixed broken lazy relation behaviour with broadcaster
Fixes to Postgres, MySQL and MSSQL drivers propagating unhandled errors and crashing the hosting application
remove array cast apply on function typed columns
exit process on migrations:run command complete
removed only test
fixes#1720
added test for #1703
Update cli docs for create migration
...
# Conflicts:
# CHANGELOG.md
# README.md
# package-lock.json
# package.json
# src/driver/mysql/MysqlDriver.ts
# src/driver/postgres/PostgresDriver.ts
# src/driver/sqlite-abstract/AbstractSqliteDriver.ts
# src/persistence/SubjectOperationExecutor.ts
# src/subscriber/Broadcaster.ts
# test/github-issues/1716/issue-1716.ts