You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# TODO: Allow user to specify an attribute as a primary key.
run_save_callbacksdoraiseRethinkORM::Error::DocumentInvalid.new(self)unlessvalid?# TODO: Allow user to specify an attribute as a primary key.# Requires either changing default primary key or using secondary index@id=@@uuid_generator.next(self)if@id.presence.nil?response=Connection.raw_json(self.to_json)do |q,doc|
The text was updated successfully, but these errors were encountered:
Requires either changing default primary key or using secondary index
rethinkdb-orm/src/rethinkdb-orm/persistence.cr
Line 217 in 44eff6a
The text was updated successfully, but these errors were encountered: