Skip to content

Commit cc4fd3d

Browse files
author
Anna
committed
documentation
1 parent 9bb1724 commit cc4fd3d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Rails 4
2-
One failing test. Until this is fixex when you use both :includes and :limit you will get fewer results than expected.
2+
One failing test. Until this is fixex when you use includes, limit, and order you will get fewer results than expected.
33
```ruby
44
FAIL
55
Expected: 2
@@ -249,7 +249,6 @@ Up-to-date list of contributors: http://github.com/rails-sqlserver/activerecord-
249249
* jeremydurham (Jeremy Durham)
250250

251251

252-
253252
## Donators
254253

255254
I am trying to save up for a Happy Hacking pro keyboard. Help me out via GitTip! https://www.gittip.com/metaskills/

RUNNING_UNIT_TESTS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,8 @@ By default, Bundler will download the Rails git repo and use the git tag that ma
9797

9898
* Misc Date/Time erros when using ODBC mode.
9999
* Misc Date/Time erros when testing SQL Server 2005.
100+
* A find with Limit, Order, and Includes may return fewer results than the limit specifies
101+
102+
FinderTest#test_coerced_find_with_order_on_included_associations_with_construct_finder_sql_for_association_limiting_and_is_distinct [/Users/acarey/code/nextgear/sqlserver/annaswims/activerecord-sqlserver-adapter/test/cases/finder_test_sqlserver.rb:28]:
103+
Expected: 2
104+
Actual: 1

0 commit comments

Comments
 (0)