[DRE-commits] [ruby-activerecord-import] 01/06: Updated version 0.19.0 from 'upstream/0.19.0'

Sruthi Chandran srud-guest at moszumanska.debian.org
Mon Sep 18 18:15:53 UTC 2017


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

srud-guest pushed a commit to branch master
in repository ruby-activerecord-import.

commit 670c6f4bf8a2b9a682da6c7b30745753a0867262
Merge: 2ca6c9d a18275c
Author: Sruthi Chandran <srud at disroot.org>
Date:   Mon Sep 18 21:29:04 2017 +0530

    Updated version 0.19.0 from 'upstream/0.19.0'
    
    with Debian dir 17d98bf2d5e63f7e38300e541477f40a5ac9fdb5

 .travis.yml                                        |  17 +-
 CHANGELOG.md                                       | 133 +++++++++
 Gemfile                                            |  10 +-
 README.markdown                                    |  22 +-
 Rakefile                                           |   1 +
 activerecord-import.gemspec                        |   4 +-
 benchmarks/README                                  |   4 +-
 benchmarks/benchmark.rb                            |   1 +
 gemfiles/3.2.gemfile                               |   5 +-
 gemfiles/4.0.gemfile                               |   5 +-
 gemfiles/4.1.gemfile                               |   5 +-
 gemfiles/4.2.gemfile                               |   9 +-
 gemfiles/5.0.gemfile                               |   5 +-
 gemfiles/5.1.gemfile                               |   1 +
 .../active_record/adapters/jdbcsqlite3_adapter.rb  |   6 +
 .../adapters/abstract_adapter.rb                   |  22 +-
 lib/activerecord-import/adapters/mysql_adapter.rb  |  23 +-
 .../adapters/postgresql_adapter.rb                 |  65 ++--
 .../adapters/sqlite3_adapter.rb                    |  30 +-
 lib/activerecord-import/import.rb                  | 331 +++++++++++++++------
 lib/activerecord-import/value_sets_parser.rb       |  14 +-
 lib/activerecord-import/version.rb                 |   2 +-
 test/adapters/jdbcsqlite3.rb                       |   1 +
 test/import_test.rb                                | 287 ++++++++++++++++--
 test/jdbcmysql/import_test.rb                      |   1 -
 test/jdbcpostgresql/import_test.rb                 |   1 -
 test/jdbcsqlite3/import_test.rb                    |   4 +
 test/models/alarm.rb                               |   2 +
 test/models/book.rb                                |   2 +
 test/models/car.rb                                 |   3 +
 test/models/dictionary.rb                          |   4 +
 test/models/tag.rb                                 |   4 +
 test/models/topic.rb                               |   4 +
 test/models/vendor.rb                              |   7 +
 test/models/widget.rb                              |  16 +
 test/postgis/import_test.rb                        |   4 +
 test/postgresql/import_test.rb                     |   4 -
 test/schema/generic_schema.rb                      |  38 ++-
 test/schema/jdbcpostgresql_schema.rb               |   1 +
 test/schema/postgis_schema.rb                      |   1 +
 test/schema/postgresql_schema.rb                   |  44 +++
 test/sqlite3/import_test.rb                        |  52 +---
 .../support/active_support/test_case_extensions.rb |   7 +-
 test/support/factories.rb                          |   6 +
 test/support/mysql/import_examples.rb              |   1 +
 test/support/postgresql/import_examples.rb         | 159 +++++++++-
 .../shared_examples/on_duplicate_key_ignore.rb     |  43 +++
 .../shared_examples/on_duplicate_key_update.rb     |  14 +
 test/support/shared_examples/recursive_import.rb   |  49 ++-
 test/support/sqlite3/import_examples.rb            |  67 +++++
 test/test_helper.rb                                |   8 +
 test/travis/database.yml                           |   4 +
 52 files changed, 1252 insertions(+), 301 deletions(-)

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



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