-
Notifications
You must be signed in to change notification settings - Fork 6
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
Port for Firebird #1
base: my-version
Are you sure you want to change the base?
Conversation
Hi Roman. First, the main branch is the copy from the SourceForge project (https://sourceforge.net/projects/benchmarksql/files/), because that project does not exist in a control version like SVN or Git. Thus, I just copied the binaries from the oldest version, and I created this repository by adding each release. In this way, we can see the evolution of the project. The branch is called master https://github.com/angoca/BenchmarkSQL/tree/master Second, I created this project because I wanted to add DB2 support to BenchmarkSQL. For this reason I created another branch that has this functionality. This other branch is called my-version https://github.com/angoca/BenchmarkSQL/tree/my-version I want to keep both branches because they are different in nature. In the main branch, I will put any new version of BenchmarkSQL; I will do the copy and paste from the SourceForge's binaries. In the other branch, I will keep my DB2's functionalities by rebasing with the copy from SourceForge. I saw that you modified the Master branch, but you changed the many files in order to include the Schema for the table, which is a very good feature, but it should be tested in all RDBMS. What I propose you to do is to include TravisCI as part of your feature (https://github.com/angoca/BenchmarkSQL/blob/my-version/.travis.yml) and this will test the modifications for FireBird. Currently, it performs the continuous integration for PostgreSQL and DB2: https://travis-ci.org/angoca/BenchmarkSQL/builds/54068575. Once it runs correctly, I will create another branch dedicated for FireBird, and I will synchronized my DB2 branch with your modifications. Probably, we can create an initiative to continue supporting BenchmarkSQL. It seems that the original developer has stopped. Thanks for the interest. If you have any issue or question, do not hesitate to contact me. |
Hi! Thanks for your reply.
I found your comments on sf.net http://sf.net/ and this project.
I changed your branch my-version. Look at https://github.com/angoca/BenchmarkSQL/network https://github.com/angoca/BenchmarkSQL/network
Roman Simakov |
Hi Roman, If you want to make modifications or comments, please share them with Jan Wieck, the new main supporter of that project. |
Great! Thanks :) |
Stable version to implement new RDBMS
This is a port for Firebird DBMS (www.firebirdsql.org)