frioux / DBIx-Class-Helpers

https://metacpan.org/pod/DBIx::Class::Helpers
20 stars 38 forks source link

Add Helper::Schema::Verifier::ColumnInfo #68

Closed wesQ3 closed 8 years ago

wesQ3 commented 8 years ago

Fixes #67.

Hopefully we can save some stubbed toes.

Should we add more default allowed keys from common components? Is there even a list somewhere to find out what's okay?

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.04%) to 97.421% when pulling 16b4fb68a131d687141336f8adcb5938687e9482 on wesQ3:verify-col-info into 79913efa629d0cdb1b66b935dc7187c5ca635736 on frioux:master.

frioux commented 8 years ago

I don't know about a list of common ones, but I suspect a reasonable set to add would be the timestamp inflator flags. Nothing else springs to mind.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.04%) to 97.421% when pulling 8be1ed8a500987f399e9afc8bc3b7b7c9d8fde61 on wesQ3:verify-col-info into 79913efa629d0cdb1b66b935dc7187c5ca635736 on frioux:master.

frioux commented 8 years ago

Merged! Assuming nothing goes crazy, will release tomorrow.