engineering··3 min read·WoWSQL Engineering

WoWSQL Shipping Log — May 06, 2026: Database & Postgres

Engineering update for May 06, 2026: 10 commits in WoWSQL/wowmysql — fix: restore overwrites existing tables via auto DROP TABLE IF EXISTS before each CREATE TABLE (+4 related commits).

WoWSQL Shipping Log — May 06, 2026

This is an evidence-based engineering update from the public WoWSQL/wowmysql repository. We document what landed in git on this date — not roadmap promises.

Highlights

  • Database & Postgres — fix: restore overwrites existing tables via auto DROP TABLE IF EXISTS before each CREATE TABLE (+4 related commits)
  • Platform improvements — fix: resolve all CLI command failures on Windows CP1252 terminals and wrong API endpoints (+1 related commit)
  • Realtime — UI: update dashboard styles & subscription UI
  • Authentication — auth services and auth configs

Commits (10 total)

Commit Change
17f1c9e UI: update dashboard styles & subscription UI
9459904 fix: resolve all CLI command failures on Windows CP1252 terminals and wrong API endpoints
24093a2 fix: restore overwrites existing tables via auto DROP TABLE IF EXISTS before each CREATE TABLE
0f58521 Update init.py
7d7e80f fix: backup dump uses proper JSON serializer; restore auto-fixes old Python-style list/dict literals
990bdbe fix: restore job - use raw psycopg2 cursor to avoid % bind-param false-positives
8f3c5b3 fix: restore job - resolve correct DB connection via _dedicated_connection_params
5701775 fix: restore 504 timeout - run as background job with live progress polling
80cd148 auth services and auth configs

Showing 9 of 10 commits. View full day on GitHub.

What this means for developers

Authentication changes affect login, OAuth, and session security across the dashboard and APIs. Database improvements strengthen managed PostgreSQL reliability, backups, pooling, or SQL workflows.

Try WoWSQL


Source: git history on 2026-05-06. Features described here reflect engineering work in progress or shipped — verify in docs or changelog before building production dependencies.

WoWSQL Shipping Log — May 06, 2026: Database & Postgres — WoWSQL Blog | WoWSQL