Hi Clement, Can you tell us a little more about your use case and how you'd like prepareStatement(String sql, int autoGeneratedKeys) to behave? Thanks, James
On Fri, Nov 20, 2015 at 2:31 AM, clement escoffier <[email protected]> wrote: > Hello, > > I’m facing an issue with the prepared statement support. Right now, we are > trying a build a prepared statement using the `prepareStatement(String sql, > int autoGeneratedKeys)` method. This method is not supported by the Phoenix > JDBC driver. Is it something you plan to support ? > > Thanks & Regards, > > Clement >
