Skip to content

Commit 44cc2a9

Browse files
authored
[chore] Replace git.io URL (#1111)
1 parent e3a11f3 commit 44cc2a9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/arjdbc/jdbc/adapter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ def self.prepared_statements?(config)
431431
private
432432

433433
# Helper useful during {#quote} since AREL might pass in it's literals
434-
# to be quoted, fixed since AREL 4.0.0.beta1 : http://git.io/7gyTig
434+
# to be quoted, fixed since AREL 4.0.0.beta1 : https://github.com/rails/arel/commit/9c514f3
435435
def sql_literal?(value); ::Arel::Nodes::SqlLiteral === value; end
436436

437437
# Helper to get local/UTC time (based on `ActiveRecord::default_timezone`).

lib/arjdbc/util/table_copier.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ module ArJdbc
44
module Util
55
module TableCopier
66

7-
# taken from SQLite adapter, code loosely based on http://git.io/P7tFQA
7+
# taken from SQLite adapter, code loosely based on
8+
# https://github.com/rails/rails/blob/d3e5118/activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb
89

910
# Performs changes for table by first copying (and preserving contents)
1011
# into another (temporary) table, than alters and copies all data back.

0 commit comments

Comments
 (0)