|
4 | 4 | * Use INFORMATION_SCHEMA.KEY_COLUMN_USAGE for schema reflection speed. |
5 | 5 | Fixes #125. [Wüthrich Hannes @hwuethrich] |
6 | 6 |
|
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] |
8 | 8 |
|
9 | 9 | * 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] |
11 | 11 |
|
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] |
13 | 13 |
|
14 | 14 | * 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] |
16 | 16 |
|
17 | 17 | * 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] |
19 | 19 |
|
20 | | -* Added connection#spid for debugging. Fixes #144 [Joe Rafaniello] |
| 20 | +* Added connection#spid for debugging. Fixes #144 [Jason Frey, Joe Rafaniello] |
21 | 21 |
|
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] |
23 | 23 |
|
24 | 24 | * Pass ActiveRecord tests. Made windowed distinct pass all orders to groups. |
25 | 25 | - test_limited_eager_with_multiple_order_columns |
|
0 commit comments