-
- Downloads
Cutoff instead of null out nested field column set if there are too many (#24336)
Pursuant to #23635. Previous behavior was to blank out the nested field columns if there were too many for our arbitrary limit (of 100). However, this silent behavior was very user-unfriendly, and people were perplexed that the feature just seemed to turn off out of nowhere. New, better behavior is to log that there are too many and cut it off at 100, but still have some if there are 100.
Showing
- src/metabase/driver/sql_jdbc/sync/describe_table.clj 6 additions, 1 deletionsrc/metabase/driver/sql_jdbc/sync/describe_table.clj
- test/metabase/driver/mysql_test.clj 5 additions, 5 deletionstest/metabase/driver/mysql_test.clj
- test/metabase/driver/postgres_test.clj 14 additions, 6 deletionstest/metabase/driver/postgres_test.clj
Please register or sign in to comment