Skip to content

Commit d821b79

Browse files
committed
Update credits
1 parent aad0240 commit d821b79

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

CHANGELOG

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@
44
* Use INFORMATION_SCHEMA.KEY_COLUMN_USAGE for schema reflection speed.
55
Fixes #125. [Wüthrich Hannes @hwuethrich]
66

7-
* New deadlock victim retry using the #retry_deadlock_victim config. [Joe Rafaniello]
7+
* New deadlock victim retry using the #retry_deadlock_victim config. [Jason Frey, Joe Rafaniello]
88

99
* Renamed #with_auto_reconnect to #with_sqlserver_error_handling now that it handles both dropped
10-
connections and deadlock victim errors. Fixes #150 [Joe Rafaniello]
10+
connections and deadlock victim errors. Fixes #150 [Jason Frey, Joe Rafaniello]
1111

12-
* Add activity_stats method that mimics the SQL Server Activity Monitor. Fixes #146 [Joe Rafaniello]
12+
* Add activity_stats method that mimics the SQL Server Activity Monitor. Fixes #146 [Jason Frey, Joe Rafaniello]
1313

1414
* Add methods for sqlserver's #product_version, #product_level, #edition and include them in inspect.
15-
Fixes #145 [Joe Rafaniello]
15+
Fixes #145 [Jason Frey, Joe Rafaniello]
1616

1717
* Handle statements that cannot be retried on a new database connection by not reconnecting.
18-
Fixes #147 [Joe Rafaniello]
18+
Fixes #147 [Jason Frey, Joe Rafaniello]
1919

20-
* Added connection#spid for debugging. Fixes #144 [Joe Rafaniello]
20+
* Added connection#spid for debugging. Fixes #144 [Jason Frey, Joe Rafaniello]
2121

22-
* Add ENV['TEST_FILES'] to Rakefile for easy single case tests. [Joe Rafaniello]
22+
* Add ENV['TEST_FILES'] to Rakefile for easy single case tests. [Jason Frey, Joe Rafaniello]
2323

2424
* Pass ActiveRecord tests. Made windowed distinct pass all orders to groups.
2525
- test_limited_eager_with_multiple_order_columns

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ Up-to-date list of contributors: http://github.com/rails-sqlserver/activerecord-
221221
* h-lame (Murray Steele)
222222
* vegantech
223223
* cjheath (Clifford Heath)
224+
* fryguy (Jason Frey)
224225
* jrafanie (Joe Rafaniello)
225226
* nerdrew (Andrew Ryan)
226227
* snowblink (Jonathan Lim)

0 commit comments

Comments
 (0)