dbx/crates/dbx-core
t8y2 aa0ebac233 fix: avoid pagination wrapper for Postgres/Oracle to prevent duplicate column errors
Replace SELECT * FROM (subquery) LIMIT/OFFSET pattern with direct
LIMIT/OFFSET appending for all database types, matching the existing
MySQL approach. This prevents "Duplicate column name" errors when
paginating JOIN queries that produce same-named columns.
2026-05-26 19:06:10 +08:00
..
assets feat: use native postgres path for GaussDB connections 2026-05-25 19:25:35 +08:00
src fix: avoid pagination wrapper for Postgres/Oracle to prevent duplicate column errors 2026-05-26 19:06:10 +08:00
tests feat: use native postgres path for GaussDB connections 2026-05-25 19:25:35 +08:00
Cargo.toml fix: decode sql files before execution 2026-05-26 15:43:07 +08:00