| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
adapter)
|
| |
|
| |
|
|
|
|
| |
Oracle syntax
|
| |
|
|
|
|
| |
limit.
|
|
|
|
| |
Signed-off-by: Emilio Tagua <miloops@gmail.com>
|
|
|
|
|
|
| |
to GenericCompiler, to provide flexibility to handle db specifics
Signed-off-by: Emilio Tagua <miloops@gmail.com>
|
| |
|
|
|
|
| |
value. Moved clasuses to Arel::Relation.
|
| |
|
|
|
|
| |
PostgreSQL.
|
|
|
|
| |
query if possible.
|
| |
|
|\ |
|
| |
| |
| |
| | |
two Time objects.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
to a new method.
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Example :
users = Table(:users, :as => :accounts)
users.to_sql
=> SELECT `accounts`.`id`, `accounts`.`name` FROM `users` AS `accounts`
|