aboutsummaryrefslogtreecommitdiffstats
path: root/History.txt
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-02-25 15:23:21 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2011-02-25 15:23:21 -0800
commit2644bcec7dbe3a65277b3a6a141853484171535a (patch)
treef5e2d4ba4afd0558a05ed3c41cf2642d1bbcd1ad /History.txt
parentabffef945a64a32ac959ee11d41593d575bcccab (diff)
downloadrails-2644bcec7dbe3a65277b3a6a141853484171535a.tar.gz
rails-2644bcec7dbe3a65277b3a6a141853484171535a.tar.bz2
rails-2644bcec7dbe3a65277b3a6a141853484171535a.zip
assinging nil to an offset will remove the offset from the AST
Diffstat (limited to 'History.txt')
-rw-r--r--History.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/History.txt b/History.txt
index a931afd0ef..fac98381a6 100644
--- a/History.txt
+++ b/History.txt
@@ -7,11 +7,14 @@
* 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