|
| 1 | +2017-03-31, Version 3.0.0 |
| 2 | +========================= |
| 3 | + |
| 4 | + * Remove console.log (Raymond Feng) |
| 5 | + |
| 6 | + * Monkey patch generic-pool to work through errors (Russ Tyndall) |
| 7 | + |
| 8 | + * Fix the escape char (Raymond Feng) |
| 9 | + |
| 10 | + * Upgrade to [email protected] (Loay) |
| 11 | + |
| 12 | + * Add checkFieldAndIndex for table status (#228) (Sakib Hasan) |
| 13 | + |
| 14 | + * Refactor migration methods (ssh24) |
| 15 | + |
| 16 | + * Fix code style inconsistencies in ilike tests (Alireza Ahmadi) |
| 17 | + |
| 18 | + * Improve tests for better code style consistency (Alireza Ahmadi) |
| 19 | + |
| 20 | + * Add tests for pattern matching operators (Alireza Ahmadi) |
| 21 | + |
| 22 | + * Add ILIKE functionality (Alireza Ahmadi) |
| 23 | + |
| 24 | + * Refactor discovery models (Loay Gewily) |
| 25 | + |
| 26 | + * merge in #216 (gregdingle) |
| 27 | + |
| 28 | + * Fix unit tests (ssh24) |
| 29 | + |
| 30 | + * Fix linting errors and unnesssary changes. (Diana Lau) |
| 31 | + |
| 32 | + * remove done() calls in test (gregdingle) |
| 33 | + |
| 34 | + * Added test. Ran run-tests. (gregdingle) |
| 35 | + |
| 36 | + * Fix bug where settings for pg-pool were dropped (Greg Dingle) |
| 37 | + |
| 38 | + * Update README with correct doc links, etc (Amir Jafarian) |
| 39 | + |
| 40 | + * Add test for bulk transactions (Zak Barbuto) |
| 41 | + |
| 42 | + * Use pg callback over connection.release (#109) (Zak Barbuto) |
| 43 | + |
| 44 | + * Use pool.pool.release over pool.release (#109) (Zak Barbuto) |
| 45 | + |
| 46 | + * Add test env information to README (Zak Barbuto) |
| 47 | + |
| 48 | + * update README for local postgres setup (Diana Lau) |
| 49 | + |
| 50 | + * Update postgresql.js (tmclouisluk) |
| 51 | + |
| 52 | + * Fix bug when using postgresql 8.x (tmclouisluk) |
| 53 | + |
| 54 | + * Replicate new issue_template from loopback (Siddhi Pai) |
| 55 | + |
| 56 | + * Replicate issue_template from loopback repo (Siddhi Pai) |
| 57 | + |
| 58 | + * Update LB connector version (Loay) |
| 59 | + |
| 60 | + * Use unique param for affectedRows (Loay) |
| 61 | + |
| 62 | + * Move info from docs into README (#199) (Rand McKinney) |
| 63 | + |
| 64 | + * Update paid support URL (Siddhi Pai) |
| 65 | + |
| 66 | + * Start 3.x + drop support for Node v0.10/v0.12 (siddhipai) |
| 67 | + |
| 68 | + * Drop support for Node v0.10 and v0.12 (Siddhi Pai) |
| 69 | + |
| 70 | + * Start the development of the next major version (Siddhi Pai) |
| 71 | + |
| 72 | + |
1 | 73 | 2016-10-14, Version 2.7.0
|
2 | 74 | =========================
|
3 | 75 |
|
|
0 commit comments