Skip to content
Snippets Groups Projects
Select Git revision
  • 2bcdff5273fe03497ac82305e924da47f64fa41b
  • main default protected
  • renovate/redis-5.x-lockfile
  • renovate/ruby
  • renovate/solid_queue-1.x-lockfile
  • renovate/selenium-webdriver-4.x-lockfile
  • renovate/icalendar-2.x-lockfile
  • renovate/debug-1.x-lockfile
  • renovate/turbo-rails-2.x-lockfile
  • renovate/gcr.io-kaniko-project-executor-1.x
  • eh22 protected
  • update-rubocop
12 results

log

  • Clone with SSH
  • Clone with HTTPS
  • Julian Rother's avatar
    Julian authored
    SQLAlchemy v1.4 (Debian Bookworm) annoyingly warns about select statements
    that result in a cartesion product of multiple tables. We actually want
    cartesion products in all affected cases, so we change "SELECT FROM a,b" to
    the equivalent "SELECT FROM a JOIN b ON TRUE".
    
    See https://docs.sqlalchemy.org/en/14/changelog/migration_14.html
    94ba8b9c
    History
    Name Last commit Last update
    ..