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

batchedStatements is not taken into account #21

Closed
eric-taix opened this issue Dec 26, 2012 · 3 comments
Closed

batchedStatements is not taken into account #21

eric-taix opened this issue Dec 26, 2012 · 3 comments

Comments

@eric-taix
Copy link

Even if I set batchedStatements=true, it is not taken into account and a SimplePrepareStatement is created instead of a PreparedBatchStatement !

In the TestConfigurationProcessor#buildConfiguration method, you missed some withXXXX methods !

  • withBatchedStatements(annotation.batchedStatements())
  • withBatchSize(annotation.batchSize())

and perhaps more ;-)

@slandelle
Copy link
Contributor

@eric-taix
Copy link
Author

You're right, I used version 1.1.8 but I was sure to be uptodate
=> Eclipse maven plugin didn't show me version 1.1.12 :-(

I'll have a look to my nexus conf.
Thanks for the good job and sorry.

@slandelle
Copy link
Contributor

No pro :)

Note that I had to remove tons of old versions of our projects from our Nexus in order to facilitate a migration, so you'll only have 1.1.12 in there.

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

No branches or pull requests

2 participants