-
Notifications
You must be signed in to change notification settings - Fork 9
/
CHANGELOG
45 lines (44 loc) · 1.18 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
1.2.0
* column.case_sensitive? and column.unique? are deprecated
* compatibility with mysql 0.2.X line
* quoting fixes
* proper foreign keys ordering
* views support for mysql and sqlite
1.1.3
* switched from jeweler to bundler
* sorting of indexes and foreign keys on schema dumper
1.1.2
* don't quote constraint name (bugfix)
1.1.1
* quote values for foreign key definition
1.1.0
* standard gem layout (no more RedHillConsulting module)
* got rid of table comments support
* dropped Mysql4 compatibility
* added specs regarding foreign_keys
* added specs regarding indexes
* fixed included module for sqlite3
1.0.9.1
* get rid of ActiveRecord < 3.0.0 dependency
1.0.9
* compatibility fix for mysql2 gem
1.0.8
* handle expressions when creating indexes
* relay on ActiveRecord add_index method when handling legacy API
1.0.7
* support for partial indexes
1.0.6
* Fixed case-sensitive indexes
1.0.5
* added missing quoting
1.0.4
* Autoloading
1.0.3
* ActiveRecord 3.0beta compatibility
* First ruby 1.9 fixes
1.0.2
* added missing dependencies
1.0.1
* improved description
1.0.0
* added gemspec