Skip to content

Releases: liveh2o/spectacles

v1.2.0

21 Jul 15:34
Compare
Choose a tag to compare

Add support for skipping some views when dumping views to the schema file. (#27, @stefanoc)

v1.0.0

28 Sep 17:29
Compare
Choose a tag to compare

New in this release:

  • SQLite works again! A change in recent Rails caused the SQLite adapter to return views along with tables, which broke Spectacles. Spectacles v1.0.0 has convinced Rails to play nice.
  • The MySQL and MySQL2 drivers work now. Again, Rails was returning views with the tables, so it had to be strong-armed a bit to agree that Spectacles gets to handle the views.
  • When using PostgreSQL, you can now use Spectacles to manage your materialized views! See the Readme for more information about how that works.

Caveats:

Spectacles now requires Ruby 2.0 (due to use of Module#prepend to make the magic all work). If you're using an earlier version of Ruby (like jRuby < 9k), you should stick with the previous release, v0.5.3.

v0.5.3

16 Mar 15:49
Compare
Choose a tag to compare

Use current_schemas when selecting views and building queries instead of search_path. e2a37a7 (@ccutrer)

v0.5.2

05 Dec 16:21
Compare
Choose a tag to compare

Fix postgres view dump returning unescaped double quotes 0e843b5 (@nickmabry)