sql icon indicating copy to clipboard operation
sql copied to clipboard

Resolve full paths of referenced types to avoid clashes

Open vladfaust opened this issue 6 years ago • 0 comments

internal_params << T.db_values(type: value.as(Model::Handled::ObjectType))[0]
undefined constant Model::Handled::ObjectType

That's because Handled is looked up within Onyx::SQL::Model. Should be prepended with ::.

vladfaust avatar May 09 '19 20:05 vladfaust