Skip to content

Commit 03050ed

Browse files
committed
prepare for releasing 1.3.1
1 parent 57d1c69 commit 03050ed

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

History.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 1.3.1 (09/17/13)
2+
3+
- helper gems should contain all files from lib/* (#463)
4+
- [postgres] hstore values should be returned as Hash instances (#454)
5+
- we should first allow super AbstractAdapter to initialize then extend spec
6+
otherwise using *adapter: jdbc* configuration might no work (#457)
7+
- return early (from `table_exists?`) if table name is nil (#460)
8+
- [MS-SQL] handle change_column error when column has default binding or indexes
9+
- AR's `distinct` compatible with 4.x (and 3.x) for Oracle, Derby and Postgres
10+
- re-invent `add_column_options!` (due next AR 4.1) to provide compatibility
11+
- backport SchemaCreation (from AR 4.0/master) + support for all adapters
12+
13+
Code Contributors (in no particular order): Grant Hutchins, Avin Mathew, @emassip
14+
115
## 1.3.0 (08/29/13)
216

317
- [oracle] fix structure_dump: `column['data_default']` might come back as ''

lib/arjdbc/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module ArJdbc
2-
VERSION = "1.3.0"
2+
VERSION = "1.3.1"
33
# @deprecated
44
module Version
55
# @private 1.2.x compatibility

0 commit comments

Comments
 (0)