Skip to content

Make RdbmsSpecifics public or provide a public interface #71

Description

@GoogleCodeExporter
It would be so nice if we could extend <RdbmsSpecifics> and provide it when 
using "new ConnectionSpy(connection)", such as :

new ConnectionSpy(connection, new MyCustomRdbmsSpecifics(""));

public class MyCustomRdbmsSpecifics extends RdbmsSpecifics {
   protected String formatParameterObject(Object object) {
       // format date using my french formatter !!!!!!
       // which is "dd/MM/yyyy HH:mm:ss.SSS" and not "MM/dd/yyyy HH:mm:ss.SSS" !!!!!!
   }
}

Why you didn't make <RdbmsSpecifics> overridable for God's sake ?!

Thanks.
Saad Benbouzid

Original issue reported on code.google.com by Makaveli...@gmail.com on 28 Jan 2015 at 11:11

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions