Akira74 opened a new issue, #6472:
URL: https://github.com/apache/hop/issues/6472

   ### Apache Hop version?
   
   2.15.0
   
   ### Java version?
   
   OpenJDK Runtime Environment Temurin-17.0.17+10 (build 17.0.17+10)
   
   ### Operating system
   
   Windows
   
   ### What happened?
   
   1. Create a SQLiteDB with
   CREATE TABLE str_test (
       TEXT      TEXT,
       TEXT_50   TEXT (50),
       INTEGER   INTEGER,
       INTEGER20 INTEGER (20),
       NUMERIC   NUMERIC,
       NUMERIC20 NUMERIC (20),
       REAL      REAL,
       REAL10    REAL (10),
       BLOB      BLOB
   );
   
   
   open database in database explorer:
   The datatypes without a length are correct.
   The datatypes with a specified length, the length is correct but the 
datatype is always BigNumber
   
   
   
   
   ### Issue Priority
   
   Priority: 2
   
   ### Issue Component
   
   Component: Database


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to