Skip to content

Commit 3130cfe

Browse files
committed
Prepare v5.2.1
1 parent 4873444 commit 3130cfe

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
1+
## v5.2.1
2+
3+
#### Fixed
4+
5+
- #691 Fix constraints bug
6+
- #700 SET SINGLE_USER before dropping the database
7+
- #733 Calculate should not remove ordering for MSSQL
8+
- #735 Order by selected items when using distinct exists
9+
- #737 Use default precision for 'time' column type
10+
- #744 Adapter does not use prepared statement cache
11+
- #743 Set default time precision when registering time type
12+
- #745 Quoted table names containing square brackets need to be regex escaped
13+
114
## v5.2.0
215

16+
#### Fixed
17+
318
- #686 sql_for_insert set table name in case when pk is not nil
419

520
## v5.2.0.rc2

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.2.0
1+
5.2.1

0 commit comments

Comments
 (0)