0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 7 hours ago.
Dec 10, 2024 — Dec 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
1. Added several classes to the gui.action package to support actions associated with menu items. 2. Added actions to "Connect", "Cut", "Copy", "Paste" menu items. More... about 23 years ago
Added functionality to the tree to text editor button, which appends the selected tree node items to the text editor. More... about 23 years ago
Added a tree view of the database when the user connects to the database. More... about 23 years ago
Loading the Drivers by name from file More... about 23 years ago
Adding files for packaging preparation More... about 23 years ago
Adding Toolbar Functionality More... about 23 years ago
Adding Actions for ToolBar/MenuBar More... about 23 years ago
Removed old icons More... about 23 years ago
Adding Java Icons More... about 23 years ago
Blank Tree View (TEMP checkin) More... about 23 years ago
Fix for [ 642938 ] Database Aliases not being saved More... about 23 years ago
Checked in files to add JdbcDriverList save exceptions [ 642911 ] More... about 23 years ago
Added status bar and connection status More... about 23 years ago
getColumnsName() bug fixed More... about 23 years ago
1. Fixed a bug with the "Select" button. If the user clicks on this button a second time, the text in the SQL box is cleared. This is because clicking on this button should append to the SQL statement, rather than overwriting it. 2. Fixed a bug with clicking on the "From", "Group By", "Order By" buttons. the "from", "orderby", "groupby" strings should be appended to the SQL statement after the user clicks on the "Ok" button of the column/table list box. More... about 23 years ago
1. Deleted JSqlQualifier class. More... about 23 years ago
1. Removed the JSqlModifier class. The "where" and "having" buttons now only output the phrase associated with them. 2. Modified the column list so that it does not contain repetitive items. More... about 23 years ago
no message More... about 23 years ago
Fixed a bug with loading table names, column names into the list box. More... about 23 years ago
Added functionality to the "From", "Group By", and "Order By" buttons. Upon pressing any of those buttons, a list of table names or column names is popped out to allow the user to select one or more items for the SQL statement. More... about 23 years ago
Changed Main Frame Layout More... about 23 years ago
Added space for query buttons More... about 23 years ago
Added the attempt of connecting to a database without a password first. If this does not work, then prompt for a password. More... about 23 years ago
Set selected item in the alias list to the first item upon loading of the list. More... about 23 years ago
Added Connection Edit Layout More... about 23 years ago
Added confirmation/error dialog when connecting to database More... about 23 years ago
Changed exceptions to throw from presentation layer More... about 23 years ago
Put layout in password dialog More... about 23 years ago
Fixed [ 638713 ] Display of Passwor More... about 23 years ago
Fix build errors More... about 23 years ago