Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make RdbmsSpecifics public or provide a public interface #71

Open
GoogleCodeExporter opened this issue Mar 30, 2015 · 1 comment
Open

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 28 Jan 2015 at 11:11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant