activerecord-redshift-adapter 0.9.3 → 0.9.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -753,6 +753,10 @@ module ActiveRecord
753
753
  execute("RELEASE SAVEPOINT #{current_savepoint_name}")
754
754
  end
755
755
 
756
+ def use_insert_returning?
757
+ @use_insert_returning
758
+ end
759
+
756
760
  # SCHEMA STATEMENTS ========================================
757
761
 
758
762
  # Drops the database specified on the +name+ attribute
@@ -1,4 +1,4 @@
1
1
  module ActiverecordRedshiftAdapter
2
2
  # the current version of this gem
3
- VERSION = "0.9.3"
3
+ VERSION = "0.9.4"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activerecord-redshift-adapter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.3
4
+ version: 0.9.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: