You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## DBInterface v2.6.0
[Diff since v2.5.0](v2.5.0...v2.6.0)
**Merged pull requests:**
- Fix docstring of `DBInterface.execute` (#44) (@metab0t)
**Closed issues:**
- Unable to run executemany on SQLite.DB connection (#41)
- `executemultiple` fallback only `execute`s the first statement. (#42)
- Executemany does not work (#43)
- Pin it at https://github.com/JuliaDatabases? (#45)
## DBInterface v2.4.1
[Diff since v2.4.0](v2.4.0...v2.4.1)
**Closed issues:**
- Document which packages implement `DBI` (#7)
- Clarify what can/should be close! ed (#23)
- DBInterface Connection issue with PostgreSQL (#37)
- Current Julia master complains about usage of `kwargs.data` in DBInterface (#39)
**Merged pull requests:**
- Try to fix docs (#38) (@quinnj)