1
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 03, 2025 — Jun 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Resolved few issues with browser.js: (dynamic menu generation, typo in error message) More... over 10 years ago
Make the default privileges jinja2 template macros to generate more consistent SQL. i.e. Put 4 spaces after every new line (wherever required). More... over 10 years ago
Security Labels and the Variables are used in many modules under the Database Node. Provide functions in the database node to handle them. More... over 10 years ago
Add backgrid extensions for use in various tools: select-all, paginator and filter More... over 10 years ago
Correct error message to match the field name. More... over 10 years ago
Correct spelling of SECLABEL More... over 10 years ago
Improve warning message More... over 10 years ago
Fix rule name generation More... over 10 years ago
Fix typo More... over 10 years ago
Add support for extensions. More... over 10 years ago
Add support for casts. More... over 10 years ago
Remove an unnecessary line ending. More... over 10 years ago
Resolved a typo in the node creation SQL template for PostgreSQL 9.2. More... over 10 years ago
Add support for viewing/editing procedural languages. More... over 10 years ago
Runtime fixes for QT4 support. More... over 10 years ago
Improve Resource Group labels per discussion with Jason. More... over 10 years ago
Add support for displaying dependency and dependents info. More... over 10 years ago
public in the privilege control should not be allowed to select the 'WITH GRANT' options. More... over 10 years ago
Adding Numeric control support for Backform. More... over 10 years ago
Do not need to implement the BackendSupported function in resource group, we do have the same function in CollectionModule class, which will work, when we set the min_ver, max_ver and server_type properly. More... over 10 years ago
Resolved the issue related showing errors in the radio control. More... over 10 years ago
Add support for Resource Groups in EDB Advanced Server 9.4+. More... over 10 years ago
Returns an error when the driver couldn't decrypt the password, and let the user know the issue. More... over 10 years ago
Resolved a typo in Server Module related to assigning manager object to driver variable. More... over 10 years ago
Resolved few issues (with some improvements) with existing nodes. More... over 10 years ago
Creating separate .gitignore for runtime, and added them in .gitignore new temporary files created by qmake. More... over 10 years ago
Disconnect the database connection only once not every time before running the offline queries i.e. renaming of the database, using different tablespce for the database, etc. More... over 10 years ago
Initialize (executing the constructor) for the PGNodeModule needs to be called while initialing the CollectionNodeModule, as super(..).__init__(..) does not call __init__ function of all parent classes. Please refer to method resolution order (MRO) in python for more information. More... over 10 years ago
Avoid unnecessary redraws of the SQL pane. More... over 10 years ago
Don't ask before connecting to servers or databases, just do it like pgAdmin 3. More... over 10 years ago