luminus-framework / luminus-template

a template project for the Luminus framework
http://www.luminusweb.net/
MIT License
648 stars 146 forks source link

Possible typo in +postgres #89

Closed patrickbrown-dev closed 9 years ago

patrickbrown-dev commented 10 years ago

https://github.com/yogthos/luminus-template/blob/master/src/leiningen/new/luminus.clj#L115

I was getting this error when running lein ragtime migrate:

java.sql.SQLException: No suitable driver found for jdbc:postgresql://localhost/db

Changing the dependency from org.postgresql/postgresql "9.3-1100-jdbc41" to org.postgresql/postgresql "9.3-1102-jdbc4" fixed my issue. Is it possible that the 1 at the end was a typo?

yogthos commented 10 years ago

The older version should still be available at the maven central here, I'm not sure why lein wasn't able to download it when it can download the newer version. However, there's no reason not to update.

patrickbrown-dev commented 10 years ago

So it is :).

Just tried again and problem still persists with default template. I'll try from another machine at some point to verify that it's not something wrong with my lein or clojure setup.

patrickbrown-dev commented 9 years ago

Hello there! 2 months later. Looks like it was a hiccup on the machine I was using because I just generated a new Luminus project with +postgres and it worked great. I think this is safe to close. :)

yogthos commented 9 years ago

excellent :)