Fix dbDataType() for AsIs object by yutannihilation · Pull Request #198 · r-dbi/DBI
Current implementation of dbiDataType() for AsIs fails to restore the original class attributes. (I found this when I was trying to cheat DBItest with ANSI()...) library(DBI) library(DBItest) dbOb...