[DRE-commits] [ruby-sequel] branch master updated (c758bdf -> e3f3e07)
Dmitry Borodaenko
angdraug at moszumanska.debian.org
Sat Apr 9 00:59:24 UTC 2016
This is an automated email from the git hooks/post-receive script.
angdraug pushed a change to branch master
in repository ruby-sequel.
from c758bdf debian/changelog: fix version
adds 8c4cb56 Imported Upstream version 4.33.0
new 258644d Merge tag 'upstream/4.33.0'
new e3f3e07 New upstream version 4.33.0
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.travis.gemfile | 6 --
.travis.yml | 3 +-
CHANGELOG | 30 +++++++++
debian/changelog | 6 ++
doc/active_record.rdoc | 16 +++++
doc/release_notes/4.32.0.txt | 4 +-
doc/release_notes/4.33.0.txt | 88 +++++++++++++++++++++++++++
lib/sequel/adapters/shared/mssql.rb | 3 +-
lib/sequel/adapters/shared/oracle.rb | 8 ++-
lib/sequel/adapters/shared/postgres.rb | 5 +-
lib/sequel/database/connecting.rb | 2 +-
lib/sequel/database/query.rb | 6 +-
lib/sequel/database/schema_generator.rb | 4 +-
lib/sequel/database/transactions.rb | 5 ++
lib/sequel/extensions/graph_each.rb | 13 +++-
lib/sequel/extensions/schema_dumper.rb | 3 -
lib/sequel/model.rb | 3 +-
lib/sequel/model/associations.rb | 2 +
lib/sequel/model/base.rb | 36 ++++++++---
lib/sequel/model/exceptions.rb | 4 +-
lib/sequel/plugins/boolean_readers.rb | 5 +-
lib/sequel/plugins/boolean_subsets.rb | 5 +-
lib/sequel/plugins/class_table_inheritance.rb | 2 +-
lib/sequel/version.rb | 2 +-
spec/adapters/mssql_spec.rb | 27 ++++++++
spec/adapters/postgres_spec.rb | 45 ++++++++------
spec/core/database_spec.rb | 15 +++++
spec/core/schema_generator_spec.rb | 11 ++++
spec/extensions/boolean_readers_spec.rb | 2 +-
spec/extensions/boolean_subsets_spec.rb | 2 +-
spec/extensions/defaults_setter_spec.rb | 3 +-
spec/extensions/graph_each_spec.rb | 10 +++
spec/extensions/looser_typecasting_spec.rb | 2 +-
spec/extensions/schema_dumper_spec.rb | 8 ++-
spec/integration/model_test.rb | 4 ++
spec/model/associations_spec.rb | 2 +
spec/model/model_spec.rb | 72 +++++++++++++++++++++-
37 files changed, 393 insertions(+), 71 deletions(-)
create mode 100644 doc/release_notes/4.33.0.txt
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-sequel.git
More information about the Pkg-ruby-extras-commits
mailing list