File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -431,7 +431,7 @@ def self.prepared_statements?(config)
431
431
private
432
432
433
433
# 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
435
435
def sql_literal? ( value ) ; ::Arel ::Nodes ::SqlLiteral === value ; end
436
436
437
437
# Helper to get local/UTC time (based on `ActiveRecord::default_timezone`).
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ module ArJdbc
4
4
module Util
5
5
module TableCopier
6
6
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
8
9
9
10
# Performs changes for table by first copying (and preserving contents)
10
11
# into another (temporary) table, than alters and copies all data back.
You can’t perform that action at this time.
0 commit comments