mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
66b19b5dec
When using PostgreSQL, it's useful to be able to specify NULLS FIRST and NULLS LAST on ordered columns. With this commit you can do that now, as in: ```ruby User.arel_table[:first_name].desc.nulls_last ``` |
||
---|---|---|
.. | ||
dot.rb | ||
ibm_db.rb | ||
informix.rb | ||
mssql.rb | ||
mysql.rb | ||
oracle.rb | ||
oracle12.rb | ||
postgresql.rb | ||
sqlite.rb | ||
to_sql.rb | ||
visitor.rb | ||
where_sql.rb |