Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to use this dataset? #6

Open
FlyGreyWolf opened this issue Nov 28, 2019 · 3 comments
Open

how to use this dataset? #6

FlyGreyWolf opened this issue Nov 28, 2019 · 3 comments

Comments

@FlyGreyWolf
Copy link

how to use this dataset?

@YHX-X
Copy link

YHX-X commented Dec 22, 2021

how to use this dataset?

Hello, I encountered the same problem, bigclonebench.pgsql cannot be opened with pgadmin4, how did you open it? Looking forward to your reply, thank you

@Xiaoven
Copy link

Xiaoven commented Apr 9, 2024

I reached out to the BigCloneEval developers for assistance, and with their guidance, I successfully connected to the H2 database using the following command:

java -cp h2-*.jar org.h2.tools.Console -url "jdbc:h2:absolute_path_to/BigCloneEval/bigclonebenchdb/bcb" -user sa -password “"

where bcb is the database name (for absolute_path_to/BigCloneEval/bigclonebenchdb/bcb.h2.db)

The command will open a page as below:
image

@jnavas-tec
Copy link

I reached out to the BigCloneEval developers for assistance, and with their guidance, I successfully connected to the H2 database using the following command:

java -cp h2-*.jar org.h2.tools.Console -url "jdbc:h2:absolute_path_to/BigCloneEval/bigclonebenchdb/bcb" -user sa -password “"

where bcb is the database name (for absolute_path_to/BigCloneEval/bigclonebenchdb/bcb.h2.db)

The command will open a page as below: image

This shows an empty database to me, I tried with both H2 driver versions 2.3.230 and 2.2.224 jars

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants