banzai-inc / fixtures-component

Development fixtures component for the reloadable pattern
Eclipse Public License 1.0
6 stars 1 forks source link

Fix stop through component and use insert-multi! when loading data #2

Closed ggiraldez closed 8 years ago

ggiraldez commented 8 years ago

Recent versions of clojure.java.jdbc deprecate insert! when used with multiple rows and provide insert-multi! instead.

Also, there was a bug in component's stop implementation in which it still called fixtures.core/start instead of fixtures.core/stop.

kendagriff commented 8 years ago

Excellent, thank you.

spalladino commented 8 years ago

Any chance of getting a new release of the jar with these fixes?

kendagriff commented 8 years ago

@spalladino Just updated!

spalladino commented 8 years ago

Awesome, thanks so much for the quick response!!