We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f6a55 commit d2f1cc9Copy full SHA for d2f1cc9
CHANGELOG.md
@@ -1,7 +1,18 @@
1
2
## v4.2.0
3
4
-* ...
+#### Added
5
+
6
+* New `ActiveRecord::Type` objects. See `active_record/connection_adapters/sqlserver/type` dir.
7
+* New `SQLServer::Utils::Name` object for decomposing and quoting SQL Server names/identifiers.
8
9
+#### Changed
10
11
+* Complete rewrite of our Arel visitor. Focuing on 2012 and upward so we can make FETCH happen.
12
+* Testing enhancements.
13
+ * Guard support, check our Guardfile.
14
+ * Use `ARTest` namespace with `SQLServer` module for our helpers/objects.
15
+ * Simple 2012 schmea addition and extensive column/type_cast object tests.
16
17
18
## v4.1.0
0 commit comments