Identity Columns in Oracle Database 12c Release 1 (12.1)
Raise NotImplementedError when using empty_insert_statement_value with Oracle
| begin | |
| require 'bundler/inline' | |
| rescue LoadError => e | |
| $stderr.puts 'Bundler version 1.10 or later is required. Please update your Bundler' | |
| raise e | |
| end | |
| gemfile(true) do | |
| source 'https://rubygems.org' |
| begin | |
| require 'bundler/inline' | |
| rescue LoadError => e | |
| $stderr.puts 'Bundler version 1.10 or later is required. Please update your Bundler' | |
| raise e | |
| end | |
| gemfile(true) do | |
| source 'https://rubygems.org' |
| $ bin/test test/cases/associations/has_one_associations_test.rb test/cases/view_test.rb --seed 48032 -n "/^(?:ViewWithoutPrimaryKeyTest#(?:test_attributes)|HasOneAssociationsTest#(?:test_destroyed_by_association_set_in_child_destroy_callback_on_parent_destroy|test_destroyed_by_association_set_in_child_destroy_callback_on_replace))$/" --verbose | |
| Using sqlite3 | |
| Run options: --seed 48032 -n "/^(?:ViewWithoutPrimaryKeyTest#(?:test_attributes)|HasOneAssociationsTest#(?:test_destroyed_by_association_set_in_child_destroy_callback_on_parent_destroy|test_destroyed_by_association_set_in_child_destroy_callback_on_replace))$/" --verbose | |
| # Running: | |
| ViewWithoutPrimaryKeyTest#test_attributes = 0.04 s = . | |
| HasOneAssociationsTest#test_destroyed_by_association_set_in_child_destroy_callback_on_replace = 0.13 s = F | |
| HasOneAssociationsTest#test_destroyed_by_association_set_in_child_destroy_callback_on_parent_destroy = 0.01 s = F |
| $ ARCONN=postgresql bin/test | |
| Using postgresql | |
| Run options: --seed 22385 | |
| # Running: | |
| ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... |
| $ ARCONN=postgresql bin/test | |
| Using postgresql | |
| Run options: --seed 37347 | |
| # Running: | |
| .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................F............................................................................................................................................................................................................................................................................. |
| * Install Homebrew | |
| /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
| brew install rbenv | |
| Open a new terminal | |
| curl -fsSL https://github.com/rbenv/rbenv-installer/raw/master/bin/rbenv-doctor | bash |
| 0. Environment | |
| macOS High Sierra | |
| Xcode | |
| Ruby 2.4.2 installed by rbenv using Homebrew | |
| Docker | |
| 1. Download "Oracle Instant Client" | |
| http://www.oracle.com/technetwork/topics/intel-macsoft-096467.html?ssSourceSiteId=otnjp |
| login as: vagrant | |
| vagrant@vagrant's password: | |
| Welcome to Ubuntu 12.04 LTS (GNU/Linux 3.2.0-23-generic x86_64) | |
| * Documentation: https://help.ubuntu.com/ | |
| New release '14.04.5 LTS' available. | |
| Run 'do-release-upgrade' to upgrade to it. | |
| Welcome to your Vagrant-built virtual machine. | |
| Last login: Fri Sep 14 06:23:18 2012 from 10.0.2.2 |
| # frozen_string_literal: true | |
| begin | |
| require "bundler/inline" | |
| rescue LoadError => e | |
| $stderr.puts "Bundler version 1.10 or later is required. Please update your Bundler" | |
| raise e | |
| end | |
| gemfile(true) do |