You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 28 Jan 2015 at 11:11The text was updated successfully, but these errors were encountered: