aboutsummaryrefslogtreecommitdiffstats
path: root/History.txt
diff options
context:
space:
mode:
Diffstat (limited to 'History.txt')
-rw-r--r--History.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/History.txt b/History.txt
index 51e950512f..fac98381a6 100644
--- a/History.txt
+++ b/History.txt
@@ -6,6 +6,15 @@
* AND nodes are now n-ary nodes
* SQL Literals may be used as Attribute names
* Added Arel::Nodes::NamedFunction for representing generic SQL functions
+ * Add Arel::SelectManager#limit=
+ * Add Arel::SelectManager#offset
+ * Add Arel::SelectManager#offset=
+
+* Bug fixes
+
+ * MSSQL adds TOP to sub selects
+ * Assigning nil to take() removes LIMIT from statement.
+ * Assigning nil to offset() removes OFFSET from statement.
* Deprecations