Skip to content

Commit 249f2f3

Browse files
committed
get_database_version is not public API [ci skip]
1 parent 17418ba commit 249f2f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ def column_name_for_operation(operation, node) # :nodoc:
422422
}
423423

424424
# Returns the version of the connected PostgreSQL server.
425-
def get_database_version
425+
def get_database_version # :nodoc:
426426
@connection.server_version
427427
end
428428

0 commit comments

Comments
 (0)