public
Description: M4DBI is a Ruby library that provides ORM modelling and more to the Ruby DBI library.
Homepage: http://purepistos.net/m4dbi
Clone URL: git://github.com/Pistos/m4dbi.git
m4dbi / CHANGELOG
100644 25 lines (17 sloc) 0.696 kb
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
## 0.6.1
 
- Fixed major Hash#slice bug that only surfaced in Ruby 1.8.6 and earier.
- Minor rdoc and spec additions or adjustments.
 
## 0.6.0
 
- Compatibility with DBI 0.4.0 ensured.
- Support for multi-column primary keys added.
- MySQL support improved and spec'ed.
- SQLite support improved and spec'ed.
- MIT licence adopted.
 
## 0.5.5
 
- Improved and added numerous specs.
- More precise NoMethodError? thrown on Model instances. (r2601)
- DBI::Timestamp now behaves like Time. (r2602)
- Model instance writers now properly modify object values (not just database).
- nil values in condition clauses ([] and "where") no longer generate wrong SQL.
 
## 0.5.0
 
- First official public release.