Skip to content

Commit

Permalink
* Remove old plans
Browse files Browse the repository at this point in the history
  • Loading branch information
smtlaissezfaire committed Sep 5, 2008
1 parent a87dece commit 6c7e845
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions README
Expand Up @@ -78,16 +78,4 @@ Limitations

==============

There are no immediate plans to support the following:

joins
group_by
select row1, row2...row n (only select *'s are planned to be supported)

Which rules out the following type of ActiveRecord Queries:

ModelName.find(:all, :joins => "...")
ModelName.find(:all, :group => "...")
ModelName.find(:all, :include => "...")

At this time, there are only plans to support Mysql 5, and possibly SQLite
At this time, there are only plans to support Mysql 5, and possibly SQLite.

0 comments on commit 6c7e845

Please sign in to comment.