We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4873444 commit 3130cfeCopy full SHA for 3130cfe
CHANGELOG.md
@@ -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
14
## v5.2.0
15
16
17
18
- #686 sql_for_insert set table name in case when pk is not nil
19
20
## v5.2.0.rc2
VERSION
@@ -1 +1 @@
-5.2.0
+5.2.1
0 commit comments