Tags: CGI-FR/LINO
Tags
fix: log database info before query (#435) * feat(push): commit on timeout * refactor(push): split main push function * fix(push): final commit * test: add comprehensive test cases for `push.Push` * test(push): fix venom assert on commit counter * feat(push): reverse to previous savepoint behavior * fix(push): log error only if not nil * feat(query): log database info
chore(deps): bump github.com/docker/docker-credential-helpers (#419) Bumps [github.com/docker/docker-credential-helpers](https://github.com/docker/docker-credential-helpers) from 0.9.4 to 0.9.5. - [Release notes](https://github.com/docker/docker-credential-helpers/releases) - [Commits](docker/docker-credential-helpers@v0.9.4...v0.9.5) --- updated-dependencies: - dependency-name: github.com/docker/docker-credential-helpers dependency-version: 0.9.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: sql server quote (#417) * fix: missing quotes on oracle and sql server dialects * docs: missing quotes on oracle and sql server dialects
ci: build permissions to write for contents Updated permissions to allow write access to contents.
fix(core): quote column names in update statements (#416) * fix(core): quote column names in update statements * fix(core): quote column name in UPDATE WHERE clause PostgreSQL * test(core): update venom assertion for quoted column names * test(core): update CHANGELOG to 3.6.2 --------- Co-authored-by: Adrien Aury <44274230+adrienaury@users.noreply.github.com>
fix: truncate should quote table name (#410) * fix: truncate should quote table name * test: fix failed tests * test: fix failed tests * test: fix failed tests * test: fix failed tests * test: fix failed tests * test: fix failed tests * test: fix failed tests * test: fix failed tests * test: fix failed tests * docs: changelog
PreviousNext