othmanus / algeria-cities

The list of all Algerian provinces and cities according to the official division in different formats: csv, xlsx, php, json, etc.
510 stars 274 forks source link

Grant me access to push there is an issue with your algeria_cities.sql #29

Open raezon opened 1 year ago

raezon commented 1 year ago

there is a problem with having a single quote it will not work with all SQL engines since you may have this case 'M'sila' which will cause the SQL engine to stop executing your script instead of it I did replace it with "" double quote

HakimMsb commented 1 year ago

Is there any other way you can share it? I don't think he's granting access.

bensialih commented 1 year ago

Hi @raezon,

The best way is to

  1. fork the repo
  2. make changes and push them to a branch on the forked repo
  3. raise a PR pushing that branch to master branch on the original repo.

I hope that makes sense.