Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 437 Bytes

File metadata and controls

1 lines (1 loc) · 437 Bytes
  • Channel database adapter cleanup(maxRows=...) no longer sets the driver-level maxrows query option when the row bound has already been pushed into dialect SQL. On BoxLang the option reaches the PostgreSQL driver as setLargeMaxRows(), which pgjdbc does not implement, so the bounded retention pass threw and reported zero rows deleted on PostgreSQL and CockroachDB — leaving expired wheels_events rows to accumulate (#3302)