| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
resolve conflicts from rebase
|
| |
|
| |
|
|
|
|
| |
later)
|
|\ |
|
| | |
|
| |
| |
| |
| | |
of returning a fictitious attribute.
|
|/ |
|
| |
|
| |
|
|
|
|
| |
extended on them to represent relations themselves (as opposed to their instances being relations).
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Oracle syntax
|
|
|
|
| |
PostgreSQL.
|
| |
|
|
|
|
| |
two Time objects.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Example :
users = Table(:users, :as => :accounts)
users.to_sql
=> SELECT `accounts`.`id`, `accounts`.`name` FROM `users` AS `accounts`
|
| |
|
|
|
|
| |
and may generate an invalid query.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
Conflicts:
spec/connections/mysql_connection.rb
spec/connections/postgresql_connection.rb
spec/connections/sqlite3_connection.rb
|
| |
| |
| |
| | |
specs on Ruby 1.9 since . is no longer in the load path.
|
| |
| |
| |
| | |
name (deprecated)
|