Skip to content

Releases: KWB-R/kwb.db

kwb.db (0.7.1)

Choose a tag to compare

@mrustl mrustl released this 05 Jun 14:10
282d710

kwb.db 0.7.1

  • Use latest RODBC release (2024-12-12) from https://github.com/cran/RODBC
    to fix installation problems on Windows (Ubuntu & macOS package installation still
    fails on GH actions)

kwb.db 0.7.0

Choose a tag to compare

@hsonne hsonne released this 26 Sep 17:44
  • Add and export read_schemata(), read_relations(), merge_relations()

kwb.db 0.6.0

Choose a tag to compare

@mrustl mrustl released this 07 Jul 22:56
358aa98
  • getDatabaseSchema(): add arguments "tableNames", "tableTypes"
  • dumpDatabase(): add argument "as.is"
  • hsFields(): Try RODBC::sqlColumns() before raising an error

kwb.db 0.5.0

Choose a tag to compare

@hsonne hsonne released this 19 Jun 09:45
5e6b039
  • Try using RODBC functions first before using functions from rodb32 package
    (Since some MS Office version there are 64 Bit RODBC drivers available!)
  • Export more functions:
    • dumpDatabase()
    • sqlForSelectByKey()
    • sqlForUpdate()

kwb.db 0.4.0

Choose a tag to compare

@hsonne hsonne released this 03 Nov 21:56
e94e7cd

Allow to use Window's 32 bit ODBC driver from within a 64 bit R session.

kwb.db 0.3.0

Choose a tag to compare

@hsonne hsonne released this 03 Nov 22:06
v0.3.0

Initial release on GitHub