|
145 KB
![]() |
880 B
Now we have try this ADS-15.0.0-dev-52 its working without any error.
Issue #11135 reported that import failed for bit data type in PostgreSQL using dev-52. However, you report that it is working in dev-52.
Product: Aqua Data StudioVersion: 15.0.0-dev-73
This issue reproduce in ADS- Version: 15.0.0-dev-122.
I have try all datatypes import seperately, it will thrown same exception.
" Hint: You will need to rewrite or cast the expression".
This issue reproduce in ADS- Version: 15.0.0-dev-122.
I have try all datatypes import seperately, it will thrown same exception.
" Hint: You will need to rewrite or cast the expression".
Added support for true/false using a binary column for Batch and Full. From issue 11135, batch will still not work as Postgres JDBC doesn't work correctly for the prepared statements. It doesn't handle bit arrays correctly. This is a known problem. If customer gets the following error using Batch suggest that they use Full as this piece works.
Import started ...
Execute batch failed: Batch entry 0 INSERT INTO "dbschema"."bit_string_datatype"("bit_col", "bit_col1", "varbit_col") VALUES('011', '1', '111') was aborted. Call getNextException to see the cause.
ERROR: column "bit_col" is of type bit but expression is of type character varying
Hint: You will need to rewrite or cast the expression.
Position: 91
Import completed.
Added support for true/false using a binary column for Batch and Full. From issue 11135, batch will still not work as Postgres JDBC doesn't work correctly for the prepared statements. It doesn't handle bit arrays correctly. This is a known problem. If customer gets the following error using Batch suggest that they use Full as this piece works.
Import started ...
Execute batch failed: Batch entry 0 INSERT INTO "dbschema"."bit_string_datatype"("bit_col", "bit_col1", "varbit_col") VALUES('011', '1', '111') was aborted. Call getNextException to see the cause.
ERROR: column "bit_col" is of type bit but expression is of type character varying
Hint: You will need to rewrite or cast the expression.
Position: 91
Import completed.
Only Full Transaction is working
Verified ADS-15.0.0-dev-130
Only Full Transaction is working
Verified ADS-15.0.0-dev-130
Verified in ADS v15.0.0-dev-350. Full transaction mode works. Batch and Threshold, user gets a message to Cast or Rewrite Expression in the Import dialog.
Verified in ADS v15.0.0-dev-350. Full transaction mode works. Batch and Threshold, user gets a message to Cast or Rewrite Expression in the Import dialog.
Issue #11727 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build ADS 15.0.0-dev-129 |
No time estimate |
1 issue link |
relates to #13558
Issue #13558PostgreSQL - batch import on inet column gives error |
Issue #11135 reported that import failed for bit data type in PostgreSQL using dev-52. However, you report that it is working in dev-52.