| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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`
|
|
|
|
| |
queries on SQLite.
|
|
|
|
| |
test them.
|
| |
|
|
|
|
| |
and may generate an invalid query.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
here (needs spec!)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
Conflicts:
spec/connections/mysql_connection.rb
spec/connections/postgresql_connection.rb
spec/connections/sqlite3_connection.rb
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
ON clause. TODO: refactoring to clean up components.
|
| |
| |
| |
| | |
limited conditions
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
using custom SQL FROM like: edges USE INDEX(unique_edge_index)
|