Gilles Darold

Results 346 comments of Gilles Darold

Right, table data export when there is a geometry column was totally broken, commit b7912464e fixes this issue.

Hi, If you want to format a query in interactive mode you must use the following: ``` echo "select * from companies;" | pg_format - ``` and call `pg_format -`...

This could be handled using the Perl module `Term::ReadLine` but I'm not sure it could be helpful to have such feature. What is your use case for this feature?

Hi @3ronco I don't think LONGREADLEN affect geometry but there's possibly a bug in createMultiPolygon(). Can you try to fix it. It's been a long time I don't work on...

This mean unknown/unparsable geometry by Ora2Pg::GEOM. Can you post the RDBMS type and the geometry type of that column. If this is really a geometry, post also some data sample...

Please, add the description of the table first.

@okbob please wait a little, I have made a typo in the function, this is +400, not +430

I have also forgotten to add a regression test :-(

I also found another problem, the call to to_date in the oracle.to_date() function must be FQDN with schema pg_catalog. I'm preparing a new PR