Sha256: 0805f4cc1bba797cfc66ce4533db1c1529c1059f6301ff96540e3887b359893f
Contents?: true
Size: 222 Bytes
Versions: 14
Compression:
Stored size: 222 Bytes
Contents
module ActiveRecord # :nodoc: module ConnectionAdapters # :nodoc: class PostgreSQLAdapter # :nodoc: def next_value_for_sequence(sequence_name) %{nextval('#{sequence_name}')} end end end end
Version data entries
14 entries across 14 versions & 4 rubygems