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

option -e does not work #8

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 0 comments
Open

option -e does not work #8

GoogleCodeExporter opened this issue Mar 14, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. pump data to a new database
2. pump the same data to the same new database (without recreating it) and 
specify -e to delete the existing rows
3. this will fail when fbclone tries to activate primary keys

This is because the operator used in fbclone.cloner.pas line 274 is wrong. The 
operator used is the superset ">=" operator, it sould be the subset operator 
"<=".

Original issue reported on code.google.com by [email protected] on 16 Nov 2012 at 11:24

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

1 participant