Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/gabynaiman/rasti-db
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoneira committed Jan 7, 2020
2 parents a41678d + 5c705f4 commit 74c07a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-2.4.5
ruby-2.6.0
2 changes: 1 addition & 1 deletion lib/rasti/db/relations/many_to_many.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def graph_to(rows, db, schema=nil, relations=[])
end

def join_to(dataset, schema=nil, prefix=nil)
many_to_many_relation_alias = with_prefix prefix, relation_collection_name
many_to_many_relation_alias = with_prefix prefix, "#{relation_collection_name}_#{SecureRandom.base64}"

qualified_relation_source = prefix ? Sequel[prefix] : qualified_source_collection_name(schema)

Expand Down
2 changes: 1 addition & 1 deletion lib/rasti/db/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Rasti
module DB
VERSION = '1.2.0'
VERSION = '1.3.1'
end
end

0 comments on commit 74c07a7

Please sign in to comment.