Sha256: 48f82c2d19e70f3b25b21342f4ccc775b61f192e01709d4b32af0d0879fd1c4b

Contents?: true

Size: 181 Bytes

Versions: 21

Compression:

Stored size: 181 Bytes

Contents

require 'flydata/source/sync_repair'

module Flydata
module SourcePostgresql

class SyncRepair < Source::SyncRepair
  def get_oldest_available_source_pos
    nil
  end
end

end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
flydata-0.8.10.2 lib/flydata/source_postgresql/sync_repair.rb
flydata-0.8.10.1 lib/flydata/source_postgresql/sync_repair.rb
flydata-0.8.9.11 lib/flydata/source_postgresql/sync_repair.rb
flydata-0.8.10 lib/flydata/source_postgresql/sync_repair.rb
flydata-0.8.9 lib/flydata/source_postgresql/sync_repair.rb
flydata-0.8.8 lib/flydata/source_postgresql/sync_repair.rb
flydata-0.8.7 lib/flydata/source_postgresql/sync_repair.rb
flydata-0.8.6 lib/flydata/source_postgresql/sync_repair.rb
flydata-0.8.5 lib/flydata/source_postgresql/sync_repair.rb
flydata-0.8.4 lib/flydata/source_postgresql/sync_repair.rb
flydata-0.8.3 lib/flydata/source_postgresql/sync_repair.rb
flydata-0.8.2 lib/flydata/source_postgresql/sync_repair.rb
flydata-0.8.1 lib/flydata/source_postgresql/sync_repair.rb
flydata-0.8.0 lib/flydata/source_postgresql/sync_repair.rb
flydata-0.7.19 lib/flydata/source_postgresql/sync_repair.rb
flydata-0.7.18 lib/flydata/source_postgresql/sync_repair.rb
flydata-0.7.17 lib/flydata/source_postgresql/sync_repair.rb
flydata-0.7.16 lib/flydata/source_postgresql/sync_repair.rb
flydata-0.7.15 lib/flydata/source_postgresql/sync_repair.rb
flydata-0.7.14 lib/flydata/source_postgresql/sync_repair.rb