activerecord-redshift-adapter 0.9.3 → 0.9.4
Sign up to get free protection for your applications and to get access to all the features.
@@ -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
|