forked from andrew311/activerecord-odbc-adapter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
25 lines (20 loc) · 732 Bytes
/
NEWS
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
April 23, 2008, V2.0:
* Changes for Rails 2.0.x / ActiveRecord 2.0.x
* Added support for DSN-less connections
* Added support for SQLAnywhere
February 27, 2007, V1.4:
* Changes for Rails 1.2.x / ActiveRecord 1.15.x
* Added support for :decimal type
* Added :emulate_booleans connection option
January 9, 2007, V1.3:
* Added support for PostgreSQL
December 11, 2006, V1.2:
* Added option to install adapter as a gem
* Added option to install adapter as a plugin
* Added support for Progress 8 (SQL 89)
* Added support for Progress 9 and 10 (SQL 92)
October 18, 2006, V1.1:
* Added support for DB2, MySQL, Sybase and SQL Server
* Fixed initial unicode support
August 23 2006, V1.0:
* Initial archive