Sha256: 0616015cfc06c3ad666820237aa414388f63ace21fe42df7667e588822ab07ca

Contents?: true

Size: 539 Bytes

Versions: 2

Compression:

Stored size: 539 Bytes

Contents

require "active_record/connection_adapters/abstract_adapter"

module ActiveRecord::AdvisoryLock
  TIMEOUT=10
end

#
# The concrete implementations are in the advisory_lock directory.
# They will be loaded by the init script, so we don't load them
# here again. 
# --- load advisory lock extensions -----------------------------------

# load "#{File.dirname(__FILE__)}/advisory_lock/mysql_adapter.rb"
# load "#{File.dirname(__FILE__)}/advisory_lock/postgresql_adapter.rb"
# load "#{File.dirname(__FILE__)}/advisory_lock/sqlite_adapter.rb"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vex-0.6.2 lib/vex/active_record/advisory_lock.rb
vex-0.4.4 lib/vex/active_record/advisory_lock.rb