SQL: Simplify Configuration

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

Bug Description

Simplify Configuration

Changed in querydsl:
importance: Undecided → Medium
Changed in querydsl:
status: New → Fix Committed
Revision history for this message
Timo Westkämper (timo-westkamper) wrote :

Released in 2.0.0

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

The signature is now

    /**
     * Register the given Type to be used
     */
    public void register(Type<?> type);

    /**
     * Register the given Type for the given table and column
     */
    public void register(String table, String column, Type<?> type);

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.