Update country.postgresql.sql#30
Conversation
When I imported this file on pgAdmin III, I've got error on line 185, because of "\'". Maybe its better to remove it After removed it, I imported it successfully. Many thanks
|
You have changed the name of the country! The correct solution is to escape that apostrophe using proper method. Escaping character |
|
I've just run across this bug as well. The current SQL does not run to completion because of the quotation issue with It seems that adding these quotes is the responsiblity of the Zend framework you're using, specifically the Platform object in the call: |
|
@jlbooker Thanks for your input. Then we should report it to zf https://github.com/zendframework/zf2/issues/new. |
|
@umpirsky Yes, definitely sounds like it should be reported to ZendFramework. I don't have the Zend Framework installed anywhere though, so I can't rebuild, test, nor reproduce the problem with the latest version of ZF. I'll leave it for you to report if you'd like. |
When I imported this file on pgAdmin III, I've got error on line 185, because of "'". Maybe its better to remove it
After removed it, I imported it successfully.
Many thanks