Marcus Oladell

Results 22 comments of Marcus Oladell

It may just be a personal preference, but it is a fairly popular ORM and I thought it would be good to have support for it in Sorcery, which is...

I have no further changes. Thank you. - Marcus On Tue, Feb 11, 2014 at 4:01 PM, Grzegorz Witek [email protected]: > @MafcoCinco https://github.com/MafcoCinco hey, are you going to > continue...

Honestly, I have not looked at this in a long time and am currently not working with Ruby. I don't think I would be the best person for this right...

I'm getting an error and I think it has to do with the connection string. When the DB/schema is present, connection string is something like `mysql://host/schema`. Since there isn't a...

Yep. Makes sense. Need to connect without selecting a DB/Schema. Might want to add that to the doc string and/or regular documentation.

Actually, no. When I run the normal migration, I get an error I would expect (`Unknown database`) as the DB schema has not yet been created. However, running with the...

I see. I was calling `(migratus/init config)` just like `(migratus/migrate config)` or `(migratus/rollback)`. Looks like there is a little bit more to it currently but I agree, it should probably...

different error but still an error :-(. Getting `clojure.lang.PersistentVector cannot be cast to clojure.lang.Named` when calling `proto/connect`. Is there any additional munging that needs to happen on the store object...

Configuration options look correct. Some values are different. I'm using `mysql` instead of `h2`. My `classname` is `com.mysql.jdbc.Driver` (using version `0.3.7` of `org.clojure/java.jdbc`). It looks similar to [this issue](https://github.com/yogthos/migratus/issues/68) (at...