Hello!
There is a small bug with Explain data output.
Steps to reproduce:
1. Open a new Query window.
2. Perform Explain of any query. Switch to "Data output" tab. Column
was auto-sized, ok.
3. Execute the query.
4. Perform Explain again. Switch to "Data output" tab. Column wasn't
auto-sized thi
Hello!
This patch adds a few missing lines of code to handle smallserial
columns the same way as serial and bigserial.
--
Best regards,
J.F.
141024_editgrid_serial.patch
Description: Binary data
--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to you
Hello!
A user may occasionaly assign content of a previously edited file into
a next file opened in the same Query window, by calling Undo and Save.
Simple non-MDI text editors (for example, notepad.exe) prevent an
issue by clearing undo/redo history, so should we do.
Please see the attached patc
Hi,
It's a trivial patch: I miss a shortcut key for this function, and thus
created a patch to support it.
I don't get why this was:
wxAcceleratorTable accel(12, entries);
and not 14, as suggested in the manual:
http://docs.wxwidgets.org/3.0/classwx_accelerator_table.html
Thank you,
--