Limit of length of row for json parsing (fixes #22636 for most cases) (#22769)
Limit the length of the row for JSON parsing. This was the simplest way to make another attack at #22636.
Showing
- src/metabase/driver/postgres.clj 2 additions, 9 deletionssrc/metabase/driver/postgres.clj
- src/metabase/driver/sql_jdbc/sync/describe_table.clj 15 additions, 3 deletionssrc/metabase/driver/sql_jdbc/sync/describe_table.clj
- test/metabase/driver/sql_jdbc/sync/describe_table_test.clj 17 additions, 0 deletionstest/metabase/driver/sql_jdbc/sync/describe_table_test.clj
Please register or sign in to comment