will / crystal-pg

a postgres driver for crystal
BSD 3-Clause "New" or "Revised" License
462 stars 77 forks source link

Annotate return types of abstract methods #178

Closed bcardiff closed 5 years ago

bcardiff commented 5 years ago

Depends on https://github.com/crystal-lang/crystal-db/pull/108 (and its release)

will commented 5 years ago

So we'll also have to update the shards yaml file when crystal-db is released?

bcardiff commented 5 years ago

So we'll also have to update the shards yaml file when crystal-db is released?

Yes. I will bump the minor because some modules got into generic

bcardiff commented 5 years ago

@will crystal-db 0.6.0 has been released.

leonklingele commented 5 years ago

@will this also fixes a dependency conflict between will/crystal-pg and crystal-lang/crystal-sqlite3 mentioned in https://github.com/omarroth/invidious/pull/655#issuecomment-517880877. Please push a new release once this is merged! :-)

will commented 5 years ago

v0.18.0 has been released with support for the newer crystal-db