RDBIPgSQL: strange inheritance problems
1
0
Entering edit mode
@dipl-ing-johannes-rainer-846
Last seen 9.6 years ago
hi, i just begun today in working with the RDBI packages and so i do not know if my problem is trivial or not... anyway, i have my PgSQL running, and got my connection to the database by the following command: > Con <- dbConnect(PgSQL(),user="postgres",host="localhost",dbname="TestDatabas e") when i try to list the tables from this database i get this strange error message: > dbListTables(Con) Error in inherits(x, "factor") : Object "pattern" not found are there any known problems with this packages i use (RDBI version 1.03 and RDBIPgSQL version 1.06 freshly downloaded from the bioconductor home page). i do not know from where i get this error and i suppose it is not a connection or database problem, but some kind of different-version-conflict. best regards, jo
Rdbi Rdbi • 758 views
ADD COMMENT
0
Entering edit mode
John Zhang ★ 2.9k
@john-zhang-6
Last seen 9.6 years ago
>> Con <- >dbConnect(PgSQL(),user="postgres",host="localhost",dbname="TestDataba se") > >when i try to list the tables from this database i get this strange error >message: > >> dbListTables(Con) >Error in inherits(x, "factor") : Object "pattern" not found The bug has been fixed in RdbiPgSQL 1.0.8 that can be downloaded from the developmental track. I will update the released version too. Thanks. Jianhua
ADD COMMENT
0
Entering edit mode
thanks! Quoting John Zhang <jzhang@jimmy.harvard.edu>: > > > >> Con <- > >dbConnect(PgSQL(),user="postgres",host="localhost",dbname="TestData base") > > > >when i try to list the tables from this database i get this strange error > >message: > > > >> dbListTables(Con) > >Error in inherits(x, "factor") : Object "pattern" not found > > The bug has been fixed in RdbiPgSQL 1.0.8 that can be downloaded from the > developmental track. I will update the released version too. Thanks. > > > Jianhua > > > >
ADD REPLY

Login before adding your answer.

Traffic: 929 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6