Files
soft_usite/resources
Lizandro GuarnizoandCopilot c126c15ead fix(query-runner): dialecto SQL correcto por tipo de BD en helpers DBA
- Detecta isPostgres desde tipo_db.nombre al cambiar conexión
- sqlHelpers: getter dinámico — chips distintos para PostgreSQL vs MySQL
  PostgreSQL: pg_database, information_schema, pg_stat_activity, pg_indexes
  MySQL: SHOW DATABASES/TABLES/USERS/PROCESSLIST/CREATE TABLE
- generateDbHelper: genera SQL correcto por dialecto
  PostgreSQL: sin backticks, sin charset, sin @host, DO$$ para CREATE USER IF NOT EXISTS,
              GRANT ALL ON DATABASE + SCHEMA + DEFAULT PRIVILEGES
  MySQL: backticks, utf8mb4, 'user'@'host', FLUSH PRIVILEGES
- Badge PostgreSQL/MySQL en header del generador DBA
- Campo Host oculto en conexiones PostgreSQL

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-20 20:30:20 -05:00
..
gp
2026-04-29 22:07:37 -05:00