Commit Graph
24 Commits
Author SHA1 Message Date
Lizandro GuarnizoandClaude Sonnet 4.6 569bb43a62 Fix: errores 500 silenciosos en run-sql y esquema
- _safe() maneja bytes/BLOB, memoryview y cualquier tipo desconocido
- _port() evita ValueError/TypeError si el puerto está vacío o es None
- get_firebird_from_config usa _port() en todos los endpoints
- run-sql y esquema wrapped en try/except → devuelven JSON de error en vez de 500 HTML

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-18 12:57:22 -05:00
Lizandro GuarnizoandClaude Sonnet 4.6 c663df006b Fix: serializar tipos Firebird no-JSON (date, datetime, Decimal) en execute_query
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-18 12:30:13 -05:00
Lizandro Guarnizo 408ea50d21 hola 2026-06-18 12:25:44 -05:00
Lizandro Guarnizo 65ff7995e8 Update DOCUMENTACION.md with complete project documentation 2026-06-18 11:36:20 -05:00
Lizandro Guarnizo 1e4b895913 Reorganize queries page: Probador, Constructor with results, Editor tab 2026-06-18 11:02:56 -05:00
Lizandro Guarnizo 25e90e7e28 Fix: auto-trigger hints while typing 2026-06-18 10:54:19 -05:00
Lizandro Guarnizo 181943bf00 Add CodeMirror SQL editor with autocomplete for tables and columns 2026-06-18 10:43:09 -05:00
Lizandro Guarnizo b57d1ba817 Fix: use f-string for table name in column query 2026-06-18 10:41:04 -05:00
Lizandro Guarnizo b3a0717287 Add visual query builder with table/column picker and SQL generator 2026-06-18 09:34:55 -05:00
Lizandro Guarnizo 71c94375b3 Add 'Ver tablas' button to list Firebird tables 2026-06-18 09:30:27 -05:00
Lizandro Guarnizo c589090110 Add Test button for queries with result viewer 2026-06-18 09:25:38 -05:00
Lizandro Guarnizo 9a369a070a Change to start /min instead of pythonw 2026-06-17 18:37:37 -05:00
Lizandro Guarnizo dc593a223e Fix run.bat: cd to script dir, use full python path 2026-06-17 18:34:10 -05:00
Lizandro Guarnizo 6a064c2ed5 Add run.bat (background with pythonw), stop.bat, run.vbs 2026-06-17 18:26:42 -05:00
Lizandro Guarnizo 25ca4a504c Add console credits, README with documentation and U-SITE credits 2026-06-17 18:13:14 -05:00
Lizandro Guarnizo 5fb3e32d2f Session sin expiracion, mostrar IP de red 2026-06-17 18:10:06 -05:00
Lizandro Guarnizo f040a01853 Simplify: remove auto-update, run.ps1 just starts the server 2026-06-17 15:17:43 -05:00
Lizandro Guarnizo 307f089d4f Fix: add __name__ guard for Windows multiprocessing 2026-06-17 15:05:57 -05:00
Lizandro Guarnizo a49a6626d3 Add PowerShell scripts for Windows auto-update 2026-06-17 13:41:04 -05:00
Lizandro Guarnizo f2564db6ee Fix CRLF line endings for Windows batch files 2026-06-17 13:40:14 -05:00
Lizandro Guarnizo 397a88e5a4 Use full Python installer instead of embeddable 2026-06-17 13:37:37 -05:00
Lizandro Guarnizo 423460c0cd Fix: use auto_update.py instead of inline Python in batch 2026-06-17 13:36:24 -05:00
Lizandro Guarnizo b6464df7e4 Add auto_run.bat with auto-pull every 60s 2026-06-17 13:26:12 -05:00
Lizandro Guarnizo 8ae3b44bc9 Initial commit: RIPS Manager web system 2026-06-17 13:22:39 -05:00