No subject


Sun Nov 20 20:48:46 GMT 2022


```
I'm loading a schema which contains views.

DBIx::Class::Schema::Loader::Base->_load_classess() unconditionally
whines about the lack of a primary key in tables it found.  For views,
this is pointless, as (at least in Postgres) it's not possible to mark
a column as one.
```



More information about the DBIx-Class-Devel mailing list