public
Rubygem
Description: An ActiveRecord to the DBSlayer lightweight proxy/pooling layer (http://code.nytimes.com/projects/dbslayer)
Clone URL: git://github.com/harrisj/activerecord-dbslayer-adapter.git
harrisj (author)
Sat Jun 07 07:39:08 -0700 2008
commit  b2e881ee0a4e75e07a358c5bf38ba4cfa5f5c0ff
tree    4e5137cda0ad2386e679af6278102f685d200f0e
parent  71a10388996920e4171f8332e01e11e260748846
100644 24 lines (16 sloc) 0.43 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
== 0.3.0 2008-06-05
 
* 2 major enhancements
  * insert now supports the DBSlayer's INSERT_ID
  * update now correctly uses the DBSlayer's AFFECTED_ROWS
 
== 0.2.5 2008-05-06
 
* 3 minor enhancements:
  * passes test for multiple results
  * passes test for null results
  * rcov rake task
 
== 0.2.0 2008-05-01
 
* 2 major enhancments:
  * tests
  * it actually works!
 
== 0.1.0 2008-04-15
 
* 1 major enhancement:
  * Initial release