I have LLBLGen connected to a postgresql DB. Entities are created fine. But when I create a TypedList or TypedView. All it gives me in the TypedListClasses and TypedViewClasses folder is the row file.
What ORM Framework are you using? If it's our framework, under Project settings -> LLBLGen Pro Runtime Framework, the value for TypedListOutputTypeDefault and TypedViewOutputTypeDefault are set to PocoWithQuerySpecQuery or PocoWithLinqQuery, most likely. The typed lists / views are generated as poco classes plus an additional query which fetches them, which is more efficient than the datatable based typedlist/views of older versions.