I am using Talend studio, testing it for a simple migration from an Oracle database to a Postgres database. The two connections are ok, but I got error on insert into the Postgres database because I believe Talend generates a sql query with Double quotes instead of simple quotes. Now, I have been looking around and I do not find some solutions. Very difficult for me to believe there is not simple solution for such a simple problem (though simple problems are often the most difficult to solve ...).
|
feedback
|
|
After some times of trying to find a solution I switch to Pentaho Kettle solution. I that worked without any trouble. I would still like to thank you for your time. | |||
|
feedback
|
''is standard/normal way to escape single quote in string literals. BTW: It is PostgreSQL or simply (nickname) Postgres, not postGres. – Grzegorz Szpetkowski Jun 10 '11 at 12:54