Skip to content

Commit d1aa4a7

Browse files
committed
Release
1 parent 4d2f53c commit d1aa4a7

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
# v0.21.2
4+
* Change: Trilogy ActiveRecord adapter will not bypass "SAVEPOINT RELEASE" unless it uses the ActiveRecord default name and only 2 levels of nesting
5+
* Change: The bypass for COMMIT/ROLLBACK statements assumes current ActiveRecord behaviour, that is no blank spaces or ";" chracter at the end of the statement
6+
37
# v0.21.1
48

59
* Fix valid_raw_connection check

Gemfile.lock

+15-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/semian/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Semian
4-
VERSION = "0.21.1"
4+
VERSION = "0.21.2"
55
end

0 commit comments

Comments
 (0)