Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Jörn Kröber
Total activity
8
Last activity
May 18, 2022 15:01
Member since
May 16, 2022 15:17
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
May 18, 2022 15:01
Thank you Daniil, your hint solved the problem! That saves me from hunting down obscure data :-)
Community
IntelliJ IDEA Users
IntelliJ Idea: Generate DDL for table is missing columns
1 vote
Created
May 18, 2022 14:56
I think IBM has described the problem here: https://www.ibm.com/support/pages/sqlexception-message-caught-javaiocharconversionexception-and-errorcode-4220 Indeed the database is running with UTF-8,...
Community
IntelliJ IDEA Users
IntelliJ Idea: Generate DDL for table is missing columns
1 vote
Created
May 18, 2022 14:33
I just set up a fresh workspace and re-connected to my database. While it initially retrieved all the structural data it showed a popup with this text: "Error encountered when performing Introspect...
Community
IntelliJ IDEA Users
IntelliJ Idea: Generate DDL for table is missing columns
0 votes
Created
May 18, 2022 14:20
I guess you meant "DDL" ;-) Here's the DDL for the table I'm reproducing the problem with (generated via SQuirreL SQL client). *However*, note that the problem exists for all tables in the same sch...
Community
IntelliJ IDEA Users
IntelliJ Idea: Generate DDL for table is missing columns
0 votes
Created
May 18, 2022 06:44
I updated my IntelliJ to the latest release. It is now: IntelliJ IDEA 2022.1.1 (Ultimate Edition)Build #IU-221.5591.52, built on May 10, 2022 Apparently my problem only affects one database schema...
Community
IntelliJ IDEA Users
IntelliJ Idea: Generate DDL for table is missing columns
0 votes
Created
May 17, 2022 06:19
I'm using DB2 11.1.33, JDBC driver 4.25.23 (JDBC4.1). This is what the table looks like: ...and this is the generated DDL: create table DQM.DQMIMP_DFUE; Column types in the table are bigint, timest...
Community
IntelliJ IDEA Users
IntelliJ Idea: Generate DDL for table is missing columns
0 votes