glerchundi / sqlboiler-crdb

23 stars 20 forks source link

template fix (#23), added Travis CI config, added test DB init #27

Closed optiman closed 4 years ago

optiman commented 4 years ago

After #23 upsert.go.tpl in _test directory was not updated - fixed. Also, TestAssemble was expecting that database DRIVER_DB was already created always, which wasn't true - fixed. crdb.golden.json needed to be updated to match the current version of sqlboiler (v3.6.1) because drivers.DBInfo structure was changed. And added .travis.yml with different versions of CockroachDB - just in case. You just will need to activate this repo in Travis CI.

glerchundi commented 4 years ago

Wow, i totally missed this one @optiman, sorry about that :pray:

I'm going to take a look to integrate with GitHub Actions in the coming weeks although I will apply some of your changes in another PR.

Thanks and apologies for my late reply.

glerchundi commented 4 years ago

Superseeded by #32.