spider-gazelle / rethinkdb-orm

RethinkDB ORM for Crystal lang
MIT License
24 stars 0 forks source link

Thoroughly check for errors after `Connection.ensure_resources` #36

Open github-actions[bot] opened 2 years ago

github-actions[bot] commented 2 years ago

https://github.com/spider-gazelle/rethinkdb-orm/blob/44eff6ad1300cfbaac2642e3fb538c7567a0d167/src/rethinkdb-orm/connection.cr#L138


      table_queries.each(&.get)

      # TODO: Thoroughly check for errors after `Connection.ensure_resources`
      @@resource_check = true
    end