Skip to content

v0.2.7

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Sep 07:18
· 68 commits to master since this release

Octo v0.2.7

Diff since v0.2.6

Closed issues:

  • Release Octo v0.2.5 (#21)
  • MethodError: no method matching SQLite.Query(::SQLite.DB, ::String) (#24)
  • Can Octo.jl support DataFrames.jl? (#26)

Merged pull requests:

  • use_multiple_databases (issue #27) (#28) (@wookay)
  • fix num_affected_rows, pretty for a namedtuple (#29) (@wookay)
  • fix num_affected_rows for multiple changes (#30) (@wookay)
  • returning result from Repo.update! and Repo.delete! (#31) (@wookay)
  • rename Repo.Pool to Repo.Connection (#32) (@wookay)
  • rename to use_multiple_connections, Repo.query, Repo.execute with AbstractString (#33) (@wookay)
  • rename use_multiple_connections to multiple (#34) (@wookay)
  • fix num_affected_rows for mysql (#35) (@wookay)