Support serialization of schema name

Bug #725547 reported by Timo Westkämper
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Querydsl
Fix Released
Undecided
Unassigned

Bug Description

Support serialization of schema name

e.g.

select * from PERSON
should be
select * from SOME_SCHEMA.PERSON

description: updated
Changed in querydsl:
status: New → In Progress
Revision history for this message
Timo Westkämper (timo-westkamper) wrote :

The serialization of the schema name can now be set on via

        SQLTemplates templates = ...
        templates.setPrintSchema(true);

The schema name is now serialized into the query types via an annotation like this

@Schema("PUBLIC")
@Table("EMPLOYEE2")
public class QEmployee extends RelationalPathBase<Employee> {
    ...
}

Changed in querydsl:
status: In Progress → Fix Released
status: Fix Released → Fix Committed
Revision history for this message
Timo Westkämper (timo-westkamper) wrote :

Released in 2.2.0-beta1

Changed in querydsl:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.