buggins / hibernated

HibernateD is ORM for D language (similar to Hibernate)
82 stars 31 forks source link

Deprecation in metadata.d caused by shadowing variable #71

Closed SingingBush closed 3 years ago

SingingBush commented 3 years ago

message when compiling from master

source/hibernated/metadata.d(3307,21): Deprecation: variable obj is shadowing variable hibernated.metadata.SchemaInfo.writeAllColumns.obj. Rename the foreach variable.