Enhancement 8 : Inheritance support for Postgres Table Inheritance and SQL3 Type Inheritance
Priority 
Medium
Reported Version 
 
Logged By 
Rob
Status 
Fixed
Fixed Version 
github
Assigned To 
 
Product 
Ebean - core
Duplicate Of 
 
Created 
19/11/2006
Updated 
19/11/2006
Type 
Enhancement
 
Attachments 
No attachments

Right now if someone wanted to use Postgres Table Inheritance or SQL3 Type Inheritance this would not work with Ebean.

The insert update delete is likely to work but the queries would not necessarily. There in fact may be a need for an API change on the FindBy Objects so that the query could specify whether to include child types in the query. It is noted that Postgres uses a FROM ONLY syntax to do this.

Does SQL3 support something similar to Postgres FROM ONLY?

It can be noted that I can use the Virtuoso DB to test out the SQL3 create table under.

 
woResponse

Upload a file