Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/v1.6.2.1 #3

Open
wants to merge 230 commits into
base: master
Choose a base branch
from
Open

Feature/v1.6.2.1 #3

wants to merge 230 commits into from

Commits on Jul 11, 2014

  1. Initial support for Rails 4.2

    This commit supports following changes, still it needs to support date/time features such as `set_date_columns`
    
    - BindSubstitution class removed
    rails/rails@ee54e9b#diff-c226a4680f86689c3c170d4bc5911e96
    
    - Delegate `Column#type` to the injected type object
    rails/rails@0b682e4
    yahonda committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    b3d1ad4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#464 from yahonda/initial_support_rails42

    Initial support for Rails 4.2
    yahonda committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    dad3ade View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2014

  1. Configuration menu
    Copy the full SHA
    1509028 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2014

  1. Configuration menu
    Copy the full SHA
    23e789d View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2014

  1. Configuration menu
    Copy the full SHA
    3fcba4e View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2014

  1. Configuration menu
    Copy the full SHA
    af27085 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#479 from yahonda/rails42_field_changed_2

    rails42:Support _field_changed argument changes
    yahonda committed Aug 27, 2014
    Configuration menu
    Copy the full SHA
    964e23e View commit details
    Browse the repository at this point in the history
  3. ActiveRecord::Migrator.proper_table_name has been removed from Rails

    Refer rails/rails@6da0072
    
    It has not supported `table_name_prefix` and `table_name_suffix` yet.
    yahonda committed Aug 27, 2014
    Configuration menu
    Copy the full SHA
    e210373 View commit details
    Browse the repository at this point in the history
  4. Merge pull request rsim#481 from yahonda/rails42_proper_table_name_me…

    …thod_removed
    
    ActiveRecord::Migrator.proper_table_name has been removed from Rails
    yahonda committed Aug 27, 2014
    Configuration menu
    Copy the full SHA
    cd6ba3d View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2014

  1. Add new_column method

    yahonda committed Aug 28, 2014
    Configuration menu
    Copy the full SHA
    55aae6c View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#482 from yahonda/rails42_new_column

    Rails4.2 Add new_column method
    yahonda committed Aug 28, 2014
    Configuration menu
    Copy the full SHA
    af15133 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75511cc View commit details
    Browse the repository at this point in the history
  4. Merge pull request rsim#483 from yahonda/rails42_removed_column_primary

    Column#primary method removed from Rails
    yahonda committed Aug 28, 2014
    Configuration menu
    Copy the full SHA
    9c92803 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e8f2ae View commit details
    Browse the repository at this point in the history
  6. Types namespace moved

    `ActiveRecord::ConnectionAdapters::Type::Value` to `ActiveRecord::Type::Value`
    yahonda committed Aug 28, 2014
    Configuration menu
    Copy the full SHA
    7957a88 View commit details
    Browse the repository at this point in the history
  7. Merge pull request rsim#484 from yahonda/rails42_types_namespace_moved

    Rails 4.2 Types namespace moved
    yahonda committed Aug 28, 2014
    Configuration menu
    Copy the full SHA
    58b0888 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4364869 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2014

  1. Merge pull request rsim#485 from yahonda/rails42_type_cast_from_database

    Rails4.2 Rename type_cast to type_cast_from_database
    yahonda committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    e719998 View commit details
    Browse the repository at this point in the history
  2. Use quote_value method to avoid undefined method `type_cast_for_datab…

    …ase' for nil:NilClass
    yahonda committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    6ff1e1a View commit details
    Browse the repository at this point in the history
  3. Merge pull request rsim#486 from yahonda/rails42_type_cast_for_database

    Rails4.2 Use quote_value method to avoid undefined method `type_cast_for_database' for nil:NilClass
    yahonda committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    1a572a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2014

  1. text? has been removed from Column class

    Detail can be found here: rails/rails@d44702e
    
    So writing a CLOB column might causing error in 4.2 beta 1. Looks we don't need this check any longer, simply check it against String type might do the job.
    pzgz committed Aug 31, 2014
    Configuration menu
    Copy the full SHA
    6e3ee64 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#487 from pzgz/rails42

    text? has been removed from Column class
    yahonda committed Aug 31, 2014
    Configuration menu
    Copy the full SHA
    9d53aac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fda4af View commit details
    Browse the repository at this point in the history
  4. Merge pull request rsim#488 from yahonda/rails42_foreign_keys_with_or…

    …acle_enhanced
    
    Rails4.2 Support to work with Rails foreien_key implementation
    yahonda committed Aug 31, 2014
    Configuration menu
    Copy the full SHA
    4c1fc0e View commit details
    Browse the repository at this point in the history
  5. Add null: true to avoid DEPRECATION WARNING

    DEPRECATION WARNING: `timestamp` was called without specifying an option for `null`. In Rails
    5.0, this behavior will change to `null: false`. You should manually
    specify `null: true` to prevent the behavior of your existing migrations
    yahonda committed Aug 31, 2014
    Configuration menu
    Copy the full SHA
    5c52bfd View commit details
    Browse the repository at this point in the history
  6. Merge pull request rsim#489 from yahonda/rails42_timestamp_null_true_…

    …explicitly
    
    Add `null: true` to avoid DEPRECATION WARNING
    yahonda committed Aug 31, 2014
    Configuration menu
    Copy the full SHA
    43bd385 View commit details
    Browse the repository at this point in the history
  7. Support NCHAR correctly

    yahonda committed Aug 31, 2014
    Configuration menu
    Copy the full SHA
    e636819 View commit details
    Browse the repository at this point in the history
  8. Merge pull request rsim#490 from yahonda/rails42_nchar

    Rails4.2 Support NCHAR correctly
    yahonda committed Aug 31, 2014
    Configuration menu
    Copy the full SHA
    6ebc848 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2014

  1. Configuration menu
    Copy the full SHA
    fddd90e View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#491 from yahonda/rails42_emulate_integers_by_…

    …column_name
    
    Rails4.2 Support OracleEnhancedAdapter.emulate_integers_by_column_name
    yahonda committed Sep 1, 2014
    Configuration menu
    Copy the full SHA
    e4e0e72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d575319 View commit details
    Browse the repository at this point in the history
  4. Merge pull request rsim#492 from yahonda/rails42_emulate_dates_by_col…

    …umn_name
    
    Rails 4.2 Support OracleEnhancedAdapter.emulate_dates_by_column_name
    yahonda committed Sep 1, 2014
    Configuration menu
    Copy the full SHA
    d38ad18 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2014

  1. Configuration menu
    Copy the full SHA
    45c2b5a View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#493 from yahonda/rails42_nchar_if_sql_type

    Rails 4.2: Set @nchar and @object_type only when sql_type is true
    yahonda committed Sep 2, 2014
    Configuration menu
    Copy the full SHA
    3b642e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2014

  1. Configuration menu
    Copy the full SHA
    5ce38a2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#496 from yahonda/rails42_supports_views

    Rails 4.2 Add `connection.supports_views?`
    yahonda committed Sep 9, 2014
    Configuration menu
    Copy the full SHA
    bff8a91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40102bd View commit details
    Browse the repository at this point in the history
  4. Merge pull request rsim#497 from yahonda/rails42_savepoint

    Rails4.2 Fix create_savepoint and rollback_to_savepoint name
    yahonda committed Sep 9, 2014
    Configuration menu
    Copy the full SHA
    ca2b5f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2014

  1. Configuration menu
    Copy the full SHA
    6ea1397 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#498 from yahonda/rails42_forced_column_type

    Rails4.2: Handle forced_column_type temporary
    yahonda committed Sep 10, 2014
    Configuration menu
    Copy the full SHA
    6d77cd5 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2014

  1. Configuration menu
    Copy the full SHA
    6f0c599 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#499 from yahonda/rails42_timestamp_null_true_…

    …explicitly_2
    
    Rails 4.2 Add `null: true` to avoid DEPRECATION WARNING
    yahonda committed Sep 12, 2014
    Configuration menu
    Copy the full SHA
    e551af2 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2014

  1. Configuration menu
    Copy the full SHA
    a8caa1b View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2014

  1. Configuration menu
    Copy the full SHA
    ec7b5dd View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#502 from yahonda/rails42_register_class_with_…

    …limit
    
    Rails4.2 Use register_class_with_limit
    yahonda committed Oct 1, 2014
    Configuration menu
    Copy the full SHA
    0aa3c18 View commit details
    Browse the repository at this point in the history
  3. Add Type::Raw type

    yahonda committed Oct 1, 2014
    Configuration menu
    Copy the full SHA
    b5938eb View commit details
    Browse the repository at this point in the history
  4. Merge pull request rsim#503 from yahonda/rails42_raw

    Rails4.2 Add Type::Raw type
    yahonda committed Oct 1, 2014
    Configuration menu
    Copy the full SHA
    afec502 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc41835 View commit details
    Browse the repository at this point in the history
  6. Merge pull request rsim#504 from yahonda/rails42_default_string

    Rails4.2 Don't type cast the default on the column
    yahonda committed Oct 1, 2014
    Configuration menu
    Copy the full SHA
    3c630a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2014

  1. Configuration menu
    Copy the full SHA
    51f9565 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#506 from yahonda/rails42_boolean

    Rails 4.2 support emulate_booleans_from_strings and is_boolean_column?
    yahonda committed Oct 2, 2014
    Configuration menu
    Copy the full SHA
    05b63ce View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2014

  1. Handle NUMBER sql_type as Type::Integer cast type

    since Oracle database NUMBER datatype handles interger and decimal.
    yahonda committed Oct 6, 2014
    Configuration menu
    Copy the full SHA
    cd56b89 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#509 from yahonda/rails42_decimal_without_scale

    Rails 4.2 Handle NUMBER sql_type as `Type::Integer` cast type
    yahonda committed Oct 6, 2014
    Configuration menu
    Copy the full SHA
    5b9e5c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2014

  1. Configuration menu
    Copy the full SHA
    8d6aac5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#511 from yahonda/rails42_quote_value_text

    Rails 4.2 Address ArgumentError: wrong number of arguments (1 for 2) at `quote_val...
    yahonda committed Oct 7, 2014
    Configuration menu
    Copy the full SHA
    5b42726 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2014

  1. Configuration menu
    Copy the full SHA
    2e34a2b View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#512 from yahonda/rails42_number_datatype_coer…

    …cion_float
    
    Support OracleEnhancedAdapter.number_datatype_coercion for Rails 4.2
    yahonda committed Oct 14, 2014
    Configuration menu
    Copy the full SHA
    5d04978 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2014

  1. Configuration menu
    Copy the full SHA
    49502f8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#517 from yahonda/rails42_substitute_at

    Rails 4.2 Remove redundant substitute index when constructing bind values
    yahonda committed Nov 3, 2014
    Configuration menu
    Copy the full SHA
    704554a View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2014

  1. Remove substitute_at method from Oracle enhanced adapter

    Now Arel takes care of it
    
    Refer rails/rails@c01b20b
    yahonda committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    da8e902 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2014

  1. Merge pull request rsim#520 from yahonda/rails42_remove_reorder_bind_…

    …params
    
    Remove substitute_at method from Oracle enhanced adapter
    yahonda committed Nov 24, 2014
    Configuration menu
    Copy the full SHA
    5fa29bf View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2014

  1. Configuration menu
    Copy the full SHA
    7a39c4c View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#522 from yahonda/rails42_substitute_at_2

    Rails 4.2 Unit test updated to support `substitute_at` in Arel
    yahonda committed Nov 25, 2014
    Configuration menu
    Copy the full SHA
    0ab103a View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2014

  1. Configuration menu
    Copy the full SHA
    b72b456 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aaf37b3 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2014

  1. Require 'active_record/base' in rake task

    This may cause `Rails.application.config.active_record` inside of
    an initializer no effects.
    yahonda committed Dec 3, 2014
    Configuration menu
    Copy the full SHA
    c7fe1a1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#526 from yahonda/r523

    Require 'active_record/base' in rake task
    yahonda committed Dec 3, 2014
    Configuration menu
    Copy the full SHA
    349f0bb View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2014

  1. Configuration menu
    Copy the full SHA
    f8c6dbe View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2015

  1. Configuration menu
    Copy the full SHA
    4bf44d5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#538 from yahonda/rails42_537

    Address ORA-00932: inconsistent datatypes: expected NUMBER got DATE
    yahonda committed Jan 28, 2015
    Configuration menu
    Copy the full SHA
    92962e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ac0277 View commit details
    Browse the repository at this point in the history
  4. Merge pull request rsim#539 from yahonda/rails42_log_invalid_encoding

    Change log method signiture to support Rails 4.2
    yahonda committed Jan 28, 2015
    Configuration menu
    Copy the full SHA
    c2d6594 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2015

  1. Configuration menu
    Copy the full SHA
    2657393 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2015

  1. Remove call to deprecated serialized_attributes.

    According to http://edgeguides.rubyonrails.org/4_2_release_notes.html#active-record-notable-changes
    (3rd point, "ActiveRecord::Dirty now detects in-place changes to mutable values.")
    it should be no longer necessary to check whether the attribute is serialized.
    
    Note: this change is probably incompatible with rails prior 4.2.0.
    Stefan Rusterholz committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    fb93227 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    232ec82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2cde1b View commit details
    Browse the repository at this point in the history
  4. Added failing spec for rsim#545.

    Stefan Rusterholz committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    826e31f View commit details
    Browse the repository at this point in the history
  5. Fix rsim#545.

    Stefan Rusterholz committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    d2819d0 View commit details
    Browse the repository at this point in the history
  6. Squelch warning "#column_for_attribute` will return a null object for…

    … non-existent columns in Rails 5. Use `#has_attribute?`".
    Stefan Rusterholz committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    e5d0891 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2015

  1. Merge pull request rsim#550 from swisslife-select/rails42-configurabl…

    …e-spec
    
    Rails42 configurable spec
    yahonda committed Feb 9, 2015
    Configuration menu
    Copy the full SHA
    518dc3c View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2015

  1. Merge pull request rsim#552 from swisslife-select/rails42-GHI548

    Remove call to deprecated `serialized_attributes`.
    yahonda committed Feb 25, 2015
    Configuration menu
    Copy the full SHA
    b3f25d8 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2015

  1. Configuration menu
    Copy the full SHA
    bffb622 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc3fcf1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e13796 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2015

  1. Configuration menu
    Copy the full SHA
    417ddb0 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2015

  1. Configuration menu
    Copy the full SHA
    07bdc88 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#560 from yahonda/remove_duplicate_alias_metho…

    …d_chain
    
    Remove duplicate alias_method_chain for indexes
    yahonda committed Mar 3, 2015
    Configuration menu
    Copy the full SHA
    2e739cf View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2015

  1. Use arel 6-0-stable

    yahonda committed Mar 19, 2015
    Configuration menu
    Copy the full SHA
    696e4cd View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#565 from yahonda/use_arel_6-0-stable

    Use arel 6-0-stable
    yahonda committed Mar 19, 2015
    Configuration menu
    Copy the full SHA
    ef6cfaa View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2015

  1. Configuration menu
    Copy the full SHA
    7abd62e View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2015

  1. Configuration menu
    Copy the full SHA
    6ca7870 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2015

  1. Configuration menu
    Copy the full SHA
    83ffd3e View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#574 from yahonda/rails42_true_false

    Support 'Y' as true and 'N' as false in Rails 4.2
    yahonda committed Apr 20, 2015
    Configuration menu
    Copy the full SHA
    2f137c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2015

  1. Configuration menu
    Copy the full SHA
    e593f83 View commit details
    Browse the repository at this point in the history
  2. Override aliased_types

    yahonda committed Apr 22, 2015
    Configuration menu
    Copy the full SHA
    c1722f0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request rsim#575 from yahonda/rails42_546

    Support :timestamp datatype in Rails 4.2
    yahonda committed Apr 22, 2015
    Configuration menu
    Copy the full SHA
    04c81b6 View commit details
    Browse the repository at this point in the history
  4. Revert "Implement possibility of handling of NUMBER columns as :float"

    This reverts commit f275bc7.
    
    Conflicts:
    	lib/active_record/connection_adapters/oracle_enhanced_adapter.rb
    	lib/active_record/connection_adapters/oracle_enhanced_column.rb
    	lib/active_record/connection_adapters/oracle_enhanced_column_dumper.rb
    	lib/active_record/connection_adapters/oracle_enhanced_dirty.rb
    	spec/active_record/connection_adapters/oracle_enhanced_schema_dump_spec.rb
    yahonda committed Apr 22, 2015
    Configuration menu
    Copy the full SHA
    ed07306 View commit details
    Browse the repository at this point in the history
  5. Merge pull request rsim#576 from yahonda/rails42_revert_418

    Revert "Implement possibility of handling of NUMBER columns as :float"
    yahonda committed Apr 22, 2015
    Configuration menu
    Copy the full SHA
    b0d1fb7 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2015

  1. Raise a better exception for renaming long indexes

    Also use same method argument names as Rails
    yahonda committed Apr 23, 2015
    Configuration menu
    Copy the full SHA
    0a1cbf7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#577 from yahonda/rails42_better_exception_ren…

    …ame_index
    
    Raise a better exception for renaming long indexes
    yahonda committed Apr 23, 2015
    Configuration menu
    Copy the full SHA
    4b95066 View commit details
    Browse the repository at this point in the history
  3. Address RangeError: 6000000000 is out of range for ActiveRecord::Type…

    …::Integer with limit 4
    yahonda committed Apr 23, 2015
    Configuration menu
    Copy the full SHA
    2234d9f View commit details
    Browse the repository at this point in the history
  4. Merge pull request rsim#578 from yahonda/rails42_542

    Address RangeError: <m> is out of range for ActiveRecord::Type::Integer with limit <n>
    yahonda committed Apr 23, 2015
    Configuration menu
    Copy the full SHA
    654656f View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2015

  1. Configuration menu
    Copy the full SHA
    02d1fe8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#579 from yahonda/rails42_drop_table_cascade

    Support :cascade option for drop_table
    yahonda committed Apr 25, 2015
    Configuration menu
    Copy the full SHA
    18b3a80 View commit details
    Browse the repository at this point in the history
  3. Support :bigint datatype

    yahonda committed Apr 25, 2015
    Configuration menu
    Copy the full SHA
    9bd188e View commit details
    Browse the repository at this point in the history
  4. Merge pull request rsim#580 from yahonda/rails42_bigint

    Support :bigint datatype
    yahonda committed Apr 25, 2015
    Configuration menu
    Copy the full SHA
    4d61094 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2015

  1. Make OracleEnhancedForeignKeyDefinition as subclass of ForeignKeyDefi…

    …nition
    
    and move foreign_key related methods from OracleEnhancedSchemaStatementsExt
    to OracleEnhancedSchemaStatements
    yahonda committed Apr 26, 2015
    Configuration menu
    Copy the full SHA
    5380897 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#581 from yahonda/rails42_extract_fk_from_ext

    OracleEnhancedForeignKeyDefinition as subclass of ForeignKeyDefinition
    yahonda committed Apr 26, 2015
    Configuration menu
    Copy the full SHA
    aa49eb2 View commit details
    Browse the repository at this point in the history
  3. Remove alias_method_chain :references, :foreign_keys

    since Rails 4.2 supports native foreign key. References can create foreign keys
    yahonda committed Apr 26, 2015
    Configuration menu
    Copy the full SHA
    09b1514 View commit details
    Browse the repository at this point in the history
  4. Merge pull request rsim#582 from yahonda/remove_reference_with_foreig…

    …n_key
    
    Remove alias_method_chain :references, :foreign_keys
    yahonda committed Apr 26, 2015
    Configuration menu
    Copy the full SHA
    7d34381 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2015

  1. Configuration menu
    Copy the full SHA
    5c7ec86 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#583 from yahonda/rails42_fk_with_other_adapters

    Return foreign_keys_without_oracle_enhanced when non Oracle database used
    yahonda committed Apr 27, 2015
    Configuration menu
    Copy the full SHA
    9d544dd View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2015

  1. Modify directory structure

    yahonda committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    1b8281d View commit details
    Browse the repository at this point in the history
  2. Change module name

    from ActiveRecord::ConnectionAdapters::OracleEnhancedDatabaseStatements
    to   ActiveRecord::ConnectionAdapters::OracleEnhanced::DatabaseStatements
    
    Also remove `class_eval` to include this module, use `include` instead
    yahonda committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    968316e View commit details
    Browse the repository at this point in the history
  3. Move SchemaCreation

    from ActiveRecord::ConnectionAdapters::OracleEnhancedAdapter::SchemaCreation
    to ActiveRecord::ConnectionAdapters::OracleEnhanced::SchemaCreation
    yahonda committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    a64b774 View commit details
    Browse the repository at this point in the history
  4. Migrate from ActiveRecord::ConnectionAdapters::OracleEnhancedSchemaSt…

    …atements
    
    to ActiveRecord::ConnectionAdapters::OracleEnhanced::SchemaStatements
    yahonda committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    2fdbf9b View commit details
    Browse the repository at this point in the history
  5. Merge pull request rsim#584 from yahonda/rails42_extract_oracle_enhanced

    Rails42 add `module OracleEnhanced` and migrate classes/modules under this
    yahonda committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    e6b2223 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    66e22dc View commit details
    Browse the repository at this point in the history
  7. Merge pull request rsim#585 from yahonda/rails42_add_database_tasks_t…

    …o_gemspec
    
    Add missing database_tasks.rb to gemspec
    yahonda committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    83666d3 View commit details
    Browse the repository at this point in the history
  8. Revert "Add options_include_default!"

    This reverts commit 480a30f.
    yahonda committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    0dcf2c8 View commit details
    Browse the repository at this point in the history
  9. Merge pull request rsim#586 from yahonda/rails42_remove_options_inclu…

    …de_default
    
    Revert "Add options_include_default!"
    yahonda committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    47f3fe0 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2015

  1. Configuration menu
    Copy the full SHA
    7deae15 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#587 from tzumby/hotfix/task_path

    Fixed typo in the rake tasks load statement
    yahonda committed May 1, 2015
    Configuration menu
    Copy the full SHA
    cd8739e View commit details
    Browse the repository at this point in the history

Commits on May 5, 2015

  1. Configuration menu
    Copy the full SHA
    617cef2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#591 from yahonda/rails42_563

    Call super when column typs is serialized
    yahonda committed May 5, 2015
    Configuration menu
    Copy the full SHA
    c138db3 View commit details
    Browse the repository at this point in the history
  3. Clear query cache on rollback

    refer rails#17820 for detail
    yahonda committed May 5, 2015
    Configuration menu
    Copy the full SHA
    490d2c1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request rsim#592 from yahonda/rails42_rails_17820

    Clear query cache on rollback
    yahonda committed May 5, 2015
    Configuration menu
    Copy the full SHA
    b879878 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2015

  1. Configuration menu
    Copy the full SHA
    fee9dfa View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#593 from yahonda/rails42_rails_18082_dumper

    New db/schema.rb files will be created with force: :cascade
    yahonda committed May 6, 2015
    Configuration menu
    Copy the full SHA
    1056657 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2015

  1. Removed forced_column_type by using cast_type

    Use `new_column` method instaead of `OracleEnhancedColumn.new`
    Add handling Oracle enhanced specific datatype changes such as `emulate_dates_by_column_name`
    yahonda committed May 11, 2015
    Configuration menu
    Copy the full SHA
    ee2f791 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#595 from yahonda/rails42_use_new_column

    Removed `forced_column_type` by using `cast_type`
    yahonda committed May 11, 2015
    Configuration menu
    Copy the full SHA
    bec9d68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6923588 View commit details
    Browse the repository at this point in the history
  4. Merge pull request rsim#596 from yahonda/rails42_emulate_booleans_fro…

    …m_strings
    
    Modify default to `false` if database default value is "N"
    yahonda committed May 11, 2015
    Configuration menu
    Copy the full SHA
    36cf837 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2015

  1. Migrate from ActiveRecord::ConnectionAdapters::OracleEnhancedColumnDu…

    …mper
    
    to ActiveRecord::ConnectionAdapters::OracleEnhanced::ColumnDumper
    yahonda committed May 12, 2015
    Configuration menu
    Copy the full SHA
    e3b22e8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#597 from yahonda/rails42_extract_dumper

    Migrate to ActiveRecord::ConnectionAdapters::OracleEnhanced::ColumnDumper
    yahonda committed May 12, 2015
    Configuration menu
    Copy the full SHA
    b3c8032 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2015

  1. Configuration menu
    Copy the full SHA
    13a646a View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#599 from yahonda/rails42_extract_context_index

    Migrated from OracleEnhancedContextIndex to OracleEnhanced::ContextIndex
    yahonda committed May 16, 2015
    Configuration menu
    Copy the full SHA
    6d43958 View commit details
    Browse the repository at this point in the history
  3. Make OracleEnhancedIndexDefinition as subclass of ActiveRecord::Conne…

    …ctionAdapters::IndexDefinition
    yahonda committed May 16, 2015
    Configuration menu
    Copy the full SHA
    737d209 View commit details
    Browse the repository at this point in the history
  4. Merge pull request rsim#600 from yahonda/rails42_class_index_definition

    Make OracleEnhancedIndexDefinition as subclass of IndexDefinition
    yahonda committed May 16, 2015
    Configuration menu
    Copy the full SHA
    44ef3d2 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2015

  1. Configuration menu
    Copy the full SHA
    bfc760b View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#601 from yahonda/rails42_unique_constraints

    Refactor add_index and add_index_options
    yahonda committed May 22, 2015
    Configuration menu
    Copy the full SHA
    48e417d View commit details
    Browse the repository at this point in the history

Commits on May 27, 2015

  1. Move types under OracleEnhanced module to prepare implementing Oracle…

    … enhanced own behavior
    
    `ActiveRecord::Type::Timestamp` to `ActiveRecord::OracleEnhanced::Type::Timestamp`
    `ActiveRecord::Type::Raw` to `ActiveRecord::OracleEnhanced::Type::Raw`
    yahonda committed May 27, 2015
    Configuration menu
    Copy the full SHA
    b79ebc9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#603 from yahonda/rails42_move_type_under_orac…

    …le_enhanced
    
    Move types under OracleEnhanced module
    yahonda committed May 27, 2015
    Configuration menu
    Copy the full SHA
    57c9bec View commit details
    Browse the repository at this point in the history

Commits on May 28, 2015

  1. ActiveRecord::OracleEnhanced::Type::Integer for max_value to take 38 …

    …digits
    
    Oracle enhanced adapter implements NUMBER(p,0) sql_type as a Integer.
    Then NUMBER(p,0), p as precision can take equal to 38.
    This value range is larget than ActiveRecord::Type::Integer max_value
    yahonda committed May 28, 2015
    Configuration menu
    Copy the full SHA
    1542638 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#605 from yahonda/rails42_oracle_enhanced_inte…

    …ger_type
    
    ActiveRecord::OracleEnhanced::Type::Integer for max_value to take 38 digits
    yahonda committed May 28, 2015
    Configuration menu
    Copy the full SHA
    dadad89 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2015

  1. Configuration menu
    Copy the full SHA
    6c14612 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#606 from Eric-Guo/rails42

    refer correct location if filess in gemspec
    yahonda committed May 29, 2015
    Configuration menu
    Copy the full SHA
    46edbaf View commit details
    Browse the repository at this point in the history
  3. Add integer.rb to gemspec

    yahonda committed May 29, 2015
    Configuration menu
    Copy the full SHA
    9026aa8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request rsim#607 from yahonda/rails42_missing_integer_in_g…

    …emspec
    
    Add integer.rb to gemspec
    yahonda committed May 29, 2015
    Configuration menu
    Copy the full SHA
    e81590c View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2015

  1. Map :bigint as NUMBER(19) sql_type not NUMBER(8)

    by specifying `:limit => 19`
    
    Bigint should be mapped to NUMBER(19,0) not NUMBER(8,0)
    since it is not enough to store the maximum number of bigint.
    Oracle NUMBER(p,0) as handled as integer
    because there is no dedicated integer sql data type exist in Oracle database.
    
    Also NUMBER(p,s) precision can take up to 38. p means the number of digits, not the byte length.
    bigint type needs 19 digits as follows.
    
    ```ruby
    $ irb
    2.2.2 :001 > limit = 8
     => 8
    2.2.2 :002 > maxvalue_of_bigint = 1 << ( limit * 8 - 1)
     => 9223372036854775808
    2.2.2 :003 > puts maxvalue_of_bigint.to_s.length
    19
     => nil
    2.2.2 :004 >
    ```
    yahonda committed Jun 1, 2015
    Configuration menu
    Copy the full SHA
    cd8d7cf View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#608 from yahonda/rails42_bigint_as_limit_19

    Map :bigint as NUMBER(19) sql_type not NUMBER(8)
    yahonda committed Jun 1, 2015
    Configuration menu
    Copy the full SHA
    aa70b46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de641c1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request rsim#610 from yahonda/rails42_binary_float

    Use Oracle BINARY_FLOAT datatype for Rails :float type
    yahonda committed Jun 1, 2015
    Configuration menu
    Copy the full SHA
    5dd2393 View commit details
    Browse the repository at this point in the history
  5. Create unique constraint when creating unique index

    to support Rails foreign key syntax
    yahonda committed Jun 1, 2015
    Configuration menu
    Copy the full SHA
    9e5f8eb View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2015

  1. Move dump_schema_information to SchemaStatements

    to follow Rails module configuration
    yahonda committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    9d502e7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#611 from yahonda/rails42_dump_schema_informat…

    …ion_to_schema_statements
    
    Move dump_schema_information to SchemaStatements
    yahonda committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    daba3e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2015

  1. Configuration menu
    Copy the full SHA
    739f16e View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#614 from yahonda/rails42_index_definition

    Move OracleEnhancedIndexDefinition to OracleEnhanced::IndexDefinition
    yahonda committed Jun 13, 2015
    Configuration menu
    Copy the full SHA
    db9f624 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fae0ed0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request rsim#615 from yahonda/rails42_synonym_definition

    Move OracleEnhancedSynonymDefinition to OracleEnhanced::SynonymDefini…
    yahonda committed Jun 13, 2015
    Configuration menu
    Copy the full SHA
    9c022ce View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2015

  1. Configuration menu
    Copy the full SHA
    3019581 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#616 from yahonda/rails42_create_table_variabl…

    …e_names
    
    Rename variable names in create_table to follow Rails implementation
    yahonda committed Jun 14, 2015
    Configuration menu
    Copy the full SHA
    851c139 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2015

  1. Configuration menu
    Copy the full SHA
    8ca25e8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#617 from yahonda/rails42_add_unique_index_cre…

    …ates_unique_constraint
    
    Rails42 add unique index creates unique constraint
    yahonda committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    13d8648 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a839eec View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2015

  1. Configuration menu
    Copy the full SHA
    d1631ad View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#620 from andreynering/syntax-hihlighting

    Adding syntax highlighting on README. [ci skip]
    yahonda committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    70bf1b4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request rsim#618 from yahonda/rails42_support_rails_foreig…

    …n_key
    
    Support Rails native foreign key syntax
    yahonda committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    8a0d96a View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2015

  1. Configuration menu
    Copy the full SHA
    4233734 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#621 from yahonda/rails42_longer_foreign_key_name

    Shorten foreign key name if it is longer than 30 byte
    yahonda committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    449bcf9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c873ddd View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2015

  1. Configuration menu
    Copy the full SHA
    43ceb03 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#624 from swaroopmurthy/rails42

    Restore foreign_key_definition
    yahonda committed Jun 18, 2015
    Configuration menu
    Copy the full SHA
    79f7caa View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2015

  1. Configuration menu
    Copy the full SHA
    3586737 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#625 from yahonda/rails42_foreign_key_in_chang…

    …e_table
    
    Rails 4.2 support foreign_key and remove_foreign_key in create_table
    yahonda committed Jun 19, 2015
    Configuration menu
    Copy the full SHA
    ccf1589 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20e76c8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request rsim#626 from yahonda/rails42_fk_dependency

    Support add_foreign_key option :dependent => :delete and :nullify
    yahonda committed Jun 19, 2015
    Configuration menu
    Copy the full SHA
    4eb68ac View commit details
    Browse the repository at this point in the history
  5. Merge pull request rsim#627 from rsim/rails42

    Merge rails42 branch into master
    yahonda committed Jun 19, 2015
    Configuration menu
    Copy the full SHA
    d22964e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf068c9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request rsim#628 from yahonda/rails42_update_history

    Update History to prepare 1.6.0.beta1
    yahonda committed Jun 19, 2015
    Configuration menu
    Copy the full SHA
    97a577b View commit details
    Browse the repository at this point in the history
  8. Release 1.6.0.beta1

    yahonda committed Jun 19, 2015
    Configuration menu
    Copy the full SHA
    e1f5dd5 View commit details
    Browse the repository at this point in the history
  9. Merge pull request rsim#629 from yahonda/prepare_v160beta1

    Release 1.6.0.beta1
    yahonda committed Jun 19, 2015
    Configuration menu
    Copy the full SHA
    1ef1862 View commit details
    Browse the repository at this point in the history
  10. Bump jeweler version

    yahonda committed Jun 19, 2015
    Configuration menu
    Copy the full SHA
    3562b95 View commit details
    Browse the repository at this point in the history
  11. Merge pull request rsim#630 from yahonda/master_jeweler

    Bump jeweler version
    yahonda committed Jun 19, 2015
    Configuration menu
    Copy the full SHA
    3d6fd13 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2015

  1. Add deprecation warnings for Oracle enhanced specific foreign key met…

    …hods
    
    to keep Rails compatibility
    yahonda committed Jun 22, 2015
    Configuration menu
    Copy the full SHA
    2af2cbe View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#631 from yahonda/deprecate_oracle_enhanced_sp…

    …ecific_foreign_key_options
    
    Add deprecation warnings for Oracle enhanced specific foreign key methods
    yahonda committed Jun 22, 2015
    Configuration menu
    Copy the full SHA
    417bbb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aeb7688 View commit details
    Browse the repository at this point in the history
  4. Merge pull request rsim#632 from yahonda/skip_composite_foreign_key_t…

    …ests
    
    Skip composite foreign key tests not supported in this version
    yahonda committed Jun 22, 2015
    Configuration menu
    Copy the full SHA
    b75c90a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43a0f2b View commit details
    Browse the repository at this point in the history
  6. Merge pull request rsim#633 from yahonda/do_not_dump_default_fk_name

    Do not dump default foreign key name
    yahonda committed Jun 22, 2015
    Configuration menu
    Copy the full SHA
    0bcfd33 View commit details
    Browse the repository at this point in the history
  7. Schema dump uses Rails default :on_delete option instead of `:depen…

    …dent` option
    
    Refer rsim#631
    :dependent option will be deprecated.
    yahonda committed Jun 22, 2015
    Configuration menu
    Copy the full SHA
    e4444b9 View commit details
    Browse the repository at this point in the history
  8. Merge pull request rsim#634 from yahonda/dump_dependet_to_on_delete

    Schema dump uses `:on_delete` option instead of `:dependent`
    yahonda committed Jun 22, 2015
    Configuration menu
    Copy the full SHA
    46848a5 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2015

  1. Configuration menu
    Copy the full SHA
    47c201b View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#635 from yahonda/ora_2291_fk_name

    Use Rails foreign key name
    yahonda committed Jun 23, 2015
    Configuration menu
    Copy the full SHA
    cf9ac0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b1564e View commit details
    Browse the repository at this point in the history
  4. Merge pull request rsim#636 from yahonda/deprecated_oracle_enhanced_s…

    …horten_fk_name
    
    Add deprecate warning if foreign key name length is longer than 30 byte
    yahonda committed Jun 23, 2015
    Configuration menu
    Copy the full SHA
    6c61669 View commit details
    Browse the repository at this point in the history
  5. Foreign key name which is longer than 30 byte will be always shortened

    using Digest::SHA1.hexdigest
    
    Refer rsim#621 and rsim#636
    yahonda committed Jun 23, 2015
    Configuration menu
    Copy the full SHA
    ad842ad View commit details
    Browse the repository at this point in the history
  6. Merge pull request rsim#637 from yahonda/shorten_fk_name_2

    Foreign key name longer than 30 byte will be shortened using Digest::SHA1.hexdigest
    yahonda committed Jun 23, 2015
    Configuration menu
    Copy the full SHA
    71e2123 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    932d6da View commit details
    Browse the repository at this point in the history
  8. Merge pull request rsim#638 from yahonda/virtual_column_integer_not_h…

    …aving_scale
    
    Schema dumper for :integer will not dump :precision 0
    yahonda committed Jun 23, 2015
    Configuration menu
    Copy the full SHA
    c189e91 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2015

  1. Configuration menu
    Copy the full SHA
    953fd51 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#643 from yahonda/prefix_and_suffix_for_foreig…

    …n_key_column_for
    
    Update foreign key names for add_foreign_key with table_name_prefix
    yahonda committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    a438aa2 View commit details
    Browse the repository at this point in the history
  3. Update history for v1.6.0

    yahonda committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    6b466a9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request rsim#644 from yahonda/update_readme_for_v160

    Update history for v1.6.0
    yahonda committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    a8b05cb View commit details
    Browse the repository at this point in the history
  5. Release 1.6.0

    yahonda committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    850d7c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2015

  1. Configuration menu
    Copy the full SHA
    a0890f3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#652 from yahonda/requires_rails421_or_higher

    Requires activerecord 4.2.1 or higher
    yahonda committed Jun 28, 2015
    Configuration menu
    Copy the full SHA
    367761f View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2015

  1. Configuration menu
    Copy the full SHA
    110db81 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#653 from yahonda/array_matcher

    Update matcher to skip sql statements to get `table` metadata
    yahonda committed Jun 29, 2015
    Configuration menu
    Copy the full SHA
    7263d4d View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2015

  1. Update Ruby version

    banyan committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    9226503 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#654 from banyan/update-ruby-version

    Update Ruby version
    yahonda committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    8ee9222 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05ff0c7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request rsim#657 from yahonda/branch_655

    Fix serialized value becomes from yaml to string once saved
    yahonda committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    912adbb View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2015

  1. Update readme for v1.6

    yahonda committed Jul 1, 2015
    Configuration menu
    Copy the full SHA
    058250a View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#658 from yahonda/readme_v162

    Update readme for v1.6
    yahonda committed Jul 1, 2015
    Configuration menu
    Copy the full SHA
    aa87719 View commit details
    Browse the repository at this point in the history
  3. Update history for v1.6.1

    yahonda committed Jul 1, 2015
    Configuration menu
    Copy the full SHA
    76cb902 View commit details
    Browse the repository at this point in the history
  4. Merge pull request rsim#659 from yahonda/prepare_v161

    Update history for v1.6.1
    yahonda committed Jul 1, 2015
    Configuration menu
    Copy the full SHA
    8312b32 View commit details
    Browse the repository at this point in the history
  5. Release 1.6.1

    yahonda committed Jul 1, 2015
    Configuration menu
    Copy the full SHA
    da33a2c View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2015

  1. Unique constraints not created when function unique index created

    due to it causes ORA-00904 reported in rsim#662
    
    Note: This attribute cannot be referenced by foreign key
    since it requires unique constraints created.
    yahonda committed Jul 6, 2015
    Configuration menu
    Copy the full SHA
    23aa92e View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#663 from yahonda/ora662

    Unique constraints not created when function unique index created
    yahonda committed Jul 6, 2015
    Configuration menu
    Copy the full SHA
    e11638b View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2015

  1. Configuration menu
    Copy the full SHA
    a2b394d View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#668 from govdelivery/lob_tablespaces_master

    create_table should use default tablespace values for lobs
    yahonda committed Jul 14, 2015
    Configuration menu
    Copy the full SHA
    7e1711c View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2015

  1. Configuration menu
    Copy the full SHA
    2b67d6d View commit details
    Browse the repository at this point in the history
  2. Merge pull request rsim#672 from yahonda/require_activerecord_421_not…

    …_activemodel
    
    Requires activerecord 4.2.1 or higher, not activemodel
    yahonda committed Jul 20, 2015
    Configuration menu
    Copy the full SHA
    d077b01 View commit details
    Browse the repository at this point in the history
  3. Update history for v1.6.2

    yahonda committed Jul 20, 2015
    Configuration menu
    Copy the full SHA
    33b2cfd View commit details
    Browse the repository at this point in the history
  4. Merge pull request rsim#673 from yahonda/prepare_v162

    Update history for v1.6.2
    yahonda committed Jul 20, 2015
    Configuration menu
    Copy the full SHA
    bc2f9ab View commit details
    Browse the repository at this point in the history
  5. Release 1.6.2

    yahonda committed Jul 20, 2015
    Configuration menu
    Copy the full SHA
    f245015 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2015

  1. Configuration menu
    Copy the full SHA
    200e9ba View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2015

  1. maybe found the right place for the missing tablespace

    Walter Davis committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    01f80a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2015

  1. removed deprecated serialized_attributes references

    Walter Davis committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    bdc02c1 View commit details
    Browse the repository at this point in the history