Sha256: 2313f0673c0f34ceb2e65cc7572b47dd7dc160eaf262691d74e540b068e52665

Contents?: true

Size: 1.08 KB

Versions: 1

Compression:

Stored size: 1.08 KB

Contents

1.0.0
=====
- Split out from NUBIC internal `bcdatabase` project.
  (Changelog entries below reflect the relevant changes & version numbers from that project.)

0.6.2
=====
- Fix infinite recursion bug when schema-qualified tables are enabled on a
  database which doesn't support sequences.

0.6.1
=====
- Schema-qualified names are dynamically determined, removing the order
  dependency between setting ActiveRecord::Base.schemas and defining any
  particular model.  Side effect: schema-qualified names do not work with
  anonymous models at all (previously they only worked in certain
  circumstances).

0.6.0
=====
- Make the schema part of SchemaQualifiedTables inherited so that it can be
  set just once in a base class for a whole hierarchy.
- Ensure that set_schema does not throw an exception when invoked before the
  connection is established.

0.5.2
=====
- Works with CPKs

0.5.1
=====
- Support schema-qualified sequence names in SchemaQualifiedTables, too

0.5.0
=====
- Extension Bcdatabase:Rails::SchemaQualifiedTables to add schema-qualified 
  table name support to active record.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
schema_qualified_tables-1.0.0 CHANGELOG.markdown