[DRE-commits] [ruby-arel] 01/04: Merge tag 'upstream/5.0.1.20140414130214'

Cédric Boutillier boutil at moszumanska.debian.org
Sun Jul 27 20:27:22 UTC 2014


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to branch master
in repository ruby-arel.

commit bb8adebb1fc19762314e968a5228964321dbe3b3
Merge: 08a64ff eab7811
Author: Cédric Boutillier <boutil at debian.org>
Date:   Sun Jul 27 21:54:37 2014 +0200

    Merge tag 'upstream/5.0.1.20140414130214'
    
    Upstream version 5.0.1.20140414130214
    
    # gpg: Signature faite le dim. 27 juil. 2014 21:54:32 CEST avec la clef RSA d'identifiant 39CD217A
    # gpg: Bonne signature de « Cédric Boutillier <boutil at debian.org> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at upmc.fr> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at polytechnique.org> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at gmail.com> »

 .travis.yml                                  |   7 +-
 Gemfile                                      |   2 +-
 History.txt                                  |  93 ++++++-
 Manifest.txt                                 |   2 +-
 README.markdown                              | 104 +++++---
 Rakefile                                     |   1 +
 arel.gemspec                                 |  36 +--
 checksums.yaml.gz                            | Bin 0 -> 269 bytes
 lib/arel.rb                                  |   2 +-
 lib/arel/crud.rb                             |  36 +--
 lib/arel/nodes/and.rb                        |   1 +
 lib/arel/nodes/binary.rb                     |   1 +
 lib/arel/nodes/function.rb                   |   1 +
 lib/arel/nodes/insert_statement.rb           |   1 +
 lib/arel/nodes/node.rb                       |  10 +
 lib/arel/nodes/select_core.rb                |   1 +
 lib/arel/nodes/select_statement.rb           |   1 +
 lib/arel/nodes/sql_literal.rb                |   4 +
 lib/arel/nodes/unary.rb                      |   1 +
 lib/arel/select_manager.rb                   |  44 +---
 lib/arel/table.rb                            |  26 +-
 lib/arel/tree_manager.rb                     |   3 +
 lib/arel/visitors/bind_visitor.rb            |   8 +-
 lib/arel/visitors/depth_first.rb             | 112 ++++-----
 lib/arel/visitors/dot.rb                     | 150 ++++++------
 lib/arel/visitors/ibm_db.rb                  |   4 +-
 lib/arel/visitors/informix.rb                |  34 +--
 lib/arel/visitors/join_sql.rb                |   4 +-
 lib/arel/visitors/mssql.rb                   |  28 +--
 lib/arel/visitors/mysql.rb                   |  30 +--
 lib/arel/visitors/oracle.rb                  |  38 +--
 lib/arel/visitors/order_clauses.rb           |   4 +-
 lib/arel/visitors/postgresql.rb              |  14 +-
 lib/arel/visitors/sqlite.rb                  |   4 +-
 lib/arel/visitors/to_sql.rb                  | 354 +++++++++++++--------------
 lib/arel/visitors/visitor.rb                 |  13 +-
 lib/arel/visitors/where_sql.rb               |   4 +-
 metadata.yml                                 |  69 +++---
 test/nodes/test_ascending.rb                 |   2 +-
 test/nodes/test_bin.rb                       |   2 +-
 test/nodes/test_descending.rb                |   2 +-
 test/nodes/test_infix_operation.rb           |   2 +-
 test/nodes/test_named_function.rb            |   2 +-
 test/nodes/test_node.rb                      |   2 +-
 test/nodes/test_select_core.rb               |   2 +-
 test/nodes/test_sql_literal.rb               |   8 +
 test/test_activerecord_compat.rb             |  18 --
 test/test_crud.rb                            |   2 +-
 test/test_factory_methods.rb                 |   2 +-
 test/test_select_manager.rb                  | 115 ++-------
 test/test_update_manager.rb                  |   1 +
 test/visitors/test_bind_visitor.rb           |   2 +-
 test/visitors/test_depth_first.rb            |   2 +-
 test/visitors/test_dispatch_contamination.rb |  22 ++
 test/visitors/test_dot.rb                    |   2 +-
 test/visitors/test_oracle.rb                 |   3 +-
 test/visitors/test_postgres.rb               |  36 +++
 test/visitors/test_to_sql.rb                 |  71 +++++-
 58 files changed, 813 insertions(+), 732 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-arel.git



More information about the Pkg-ruby-extras-commits mailing list