~yshavit/akiban-server/bug1160009

« back to all changes in this revision

Viewing changes to src/main/java/com/akiban/sql/pg/PostgresFetchStatement.java

merge mmcm: Fix handling of Postgres Describe command.

https://code.launchpad.net/~mmcm/akiban-server/pg-send-parameter-types/+merge/157241

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
    }
49
49
    
50
50
    @Override
51
 
    public void sendDescription(PostgresQueryContext context, boolean always) 
 
51
    public void sendDescription(PostgresQueryContext context,
 
52
                                boolean always, boolean params)
52
53
            throws IOException {
53
54
        // Execute will do it.
54
55
    }