Changes for version 0.40

  • Change: 94d37080e893dac07116bc3cb73c67a145b49441 Author: Alessandro Ranellucci <alessandro@pintle.it> Date : 2026-09-07 10:39:35 +0000
    • Support INSERT ... SELECT FROM when from() is set
  • Change: a9eacb8b65b16f8a41da70f98650ba7338fc6bc4 Author: Alessandro Ranellucci <alessandro@pintle.it> Date : 2026-09-04 17:48:19 +0000
    • Localize $_ in dbh_do to avoid clobbering foreach aliases.
    • When constructed with new(dbh => ...), assigning the handle to $_ without local overwrote the current loop element. Matches DBIx::Connector behavior and adds a regression test for #32.
    • Co-authored-by: Cursor <cursoragent@cursor.com>