Skip to content

Commit c34a13b

Browse files
committed
fill in History for 1.3.17
1 parent 26fbd96 commit c34a13b

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

History.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1-
## 1.3.17 (pe/nd/in)
2-
1+
## 1.3.17 (06/29/15)
2+
3+
- [mysql] bulk compatibility with AR 4.2 - all _sql helper accept an options (hash)
4+
- [mysql] back-port case sensitive/insensitive comparison
5+
- [mysql] handle precision for datetimes when doing type_to_sql (AR 4.2 compat)
6+
- [mysql] foreign key support based on AR 4.2 (#656)
7+
- [postgres] foreign_key support back-ported from AR 4.2 (#656)
8+
- moved jndi callbacks to happen outside adapter's `initialize` (#649, #620)
9+
- [postgres] AR 4.2 compatibility with SchemaCreation
10+
- [postgres] re-define `lookup_cast_type` (AR 4.2) + `conn.type_map` is public
11+
- [postgres] override `valid_type?(type)` (AR 4.2 compatibility)
12+
- [postgres] back-port change_column updates from AR 4.2 for compatibility
313
- [postgres] pass down array_member to hstore_to_string (fixes #647 on AR 4.1)
414
- [postgres] on AR 4.2 use core's schema_definitions.rb for improved compat (#644)
515
- back-port PGconn hack on AR 4.x (from #655 and following commits)

0 commit comments

Comments
 (0)