forked from laripk/rails_sql_views
-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGELOG
26 lines (20 loc) · 971 Bytes
/
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
0.1.0 - Released Dec 27, 2006
* Initial release
0.5.0 - Released Dec 29, 2006
* Added support for PostgreSQL (Michael Schuerig)
* Fixed the schema dumper
0.5.1 - Released Jan 10, 2007
* Patch by Clifford T. Matthews to use String.dump to dump out the view select statement
0.6.0 - Released May 9, 2007
* Added support for SQL Server (Seth Ladd)-
* Added support for using views to map non-friendly database field names to AR-friendly names (Nathan Vack)
* Added support for Oracle (Alistair Davidson)
0.6.1 - Released June 6, 2007
* Added test for union support
* Updated tests to include new table to support union test
0.7.0
* Updated dependency versions to get on ActiveRecord 2.x. May not be compatible with Rails versions less than 2.x.
* Add nonview_tables support to *all* of the adapters (was missing from Postgres and SQLServer)
0.8.3
* Update Rails version to greater than 3.1.1 (Ryan L'Italien)
* Updated PostgreSQL tests (Ryan L'Italien)