73
I Use This!
Low Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
May 21, 2023 — May 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Win: removed WBtest project building form release and release_oss builds (both x86 and x64). More... almost 10 years ago
Fabric: Removing the Remote Management and System Profile tabs from the Connection Manager for fabric connections. More... almost 10 years ago
Update to ignore_missing_merges file More... almost 10 years ago
Fixed branch settings. More... almost 10 years ago
Merged 6.2/trunk. More... almost 10 years ago
Win: mforms: changed how splitter positions are set when they are beyond valid limits (the Win split container throws exceptions if that is only a single pixel wrong). Previously I choosed the safe bet and set the splitter centered. Now it's at the lower or upper extreme. More... almost 10 years ago
- mforms: forgot to updae treenodeview.h after last commit. - Win: mforms: reverted extra step to set an owner for a dialog window, as this might crash. More... almost 10 years ago
- Some corrections to log output. - Win: TreeViewAdv: added support for handling right clicks on headers. - Win: mforms: implemented handling for header context menu and header title changes. More... almost 10 years ago
- TUT: fixed exception in wb_sql_editor_help_test. - Fixed a few warnings. More... almost 10 years ago
testing:tut: Fixed tests error for not finding WBTester More... almost 10 years ago
merge from trunk. More... almost 10 years ago
Fabric: Updating MSI files for fabric support - Adding fabric module - Adding mysql utilities files - Adding fabric tile icon More... almost 10 years ago
merge from trunk. More... almost 10 years ago
Migration - Support for reverse engineering of tables, columns, indexes, primary key and foreign keys - Updated msi for new files [TESTS] - reverse engineer northwind More... almost 10 years ago
- fixed problem with properly shown db names when contains . in name - closes Bug #18844624 - MYSQL WORKBENCH MIGRATION SELECT THE SCHEMATA CAN'T SHOW DATABASES SCHEMA [TESTS] - run MW on ms sql server, mysql and postgresql to see if everythink works fine More... almost 10 years ago
- Fixed crash when closing SQL IDE in Windows - removed some debug code [TESTS] - open connection, add a couple of editor tabs, close them then close connection, then repeat More... almost 10 years ago
Admin: Make clicking disabled Admin section links explain the reason they're disabled in a dialog - mforms Sidebar: Added TaskEntryAlwaysActiveLink - minor correction in copytable help [TESTS] - connect to a remote host with no ssh configured and check More... almost 10 years ago
- Added support for creating a Connector/Python connection from a SQL Editor object (createCPyConnection) More... almost 10 years ago
- Modeling: removed automatic reordering of composite primary keys in case AUTO_INCREMENT is set. The automatic reordering was dangerous because if the user is unaware it could lead to problems later. - Added a warning when AUTO_INCREMENT is toggled on a column other than the 1st PK column in InnoDB tables (MyISAM doesnt have that limitation) - closes Bug #18945899 INCORRECT GENERATED SQL-CODE (AI ON SECONDARY COL) IN EER DIAGRAM - Changed message for missing utilities dialog, so that the URL is not broken [TESTS] - manual testing with innodb and myisam tables More... almost 10 years ago
- table editor: removed debug code. - Mac: fixed parser regeneration during build in parser test app. - ANTLR parser: no need to iterate over the list of errors on each error report. The list contains the same exceptions as those for which the error callback is called (and hence we'd report them multiple times). More... almost 10 years ago
Fabric: Adding fabric icon to mac project. Changing fabric tile color to one a darker than the used for normal connections. More... almost 10 years ago
Fabric: Misc enhancements - A Context Menu has been created for fabric tiles. - The information displayed on a fabric tile has been updated: includes target host and port, as well as group filter data. - Added provisional icon for fabric tiles. - Improved error handling when pulling the groups and servers from the fabric host - Added group filtering logic. More... almost 10 years ago
- Linux: fixed compile warnings related to %li and grt::Integer changed to ssize_t - Linux: Modeling: added Check All button to role editors [TESTS] - tested adding a role and checking/unchecking all privs More... almost 10 years ago
- mforms: DockingPoint: fixed exception when closing tabs in some conditions - Modeling: Windows: added a button to check all privs in a role - closes Bug #11763614 [UI] IMPROVING TASK OF PRIVILEGE ASSIGNMENT TO USER ROLE More... almost 10 years ago
- Fixed layout of ExecuteRoutineWizard More... almost 10 years ago
Merge with 6.1 trunk: - create base::join_path in file_utilities.[h,cpp] that join any number of char* parameters to valid path - fixed create path to log file in log.cpp and db_sql_editor_log.cpp that broke WB-CI-Tests-Windows-Current with message: "Exception in logger: Could not create directory C:\Users\guidev\AppData\Roaming\MySQL\Workbench/log/: error code 183" [TESTS] - local build, run WB and see if logs are corectly created More... almost 10 years ago
Merge with 6.1 trunk: - wbmigration: added multiselection on Column Mapping tree view and popup menu that allows to: - change target column type for all selected columns - replace target type, default value, collation or flags for all columns - wbmigration: fixed bug when changing target collation in manual step [TESTS] - run migration wizard - on Column Mapping step tried select few columns and change target type, default value, collation and flags for them More... almost 10 years ago
- SQL IDE: "call a routine" dialog: quote identifiers if needed + qualify routines. - SQL IDE: schema tree: removed unnecessary error message part. - Mac: mforms: changed overlay icon drawing in treenodeview to draw in the same order as given by the backend (not reverse). Also, make drawing and hit testing based on the image size, not the row size. More... almost 10 years ago
- Fabric: Updated logic for dynamic connection recreation - home_screen: added logic to only call managed connection creation if it was not done already. - wb_module: fixed connectoin creation to actually use the given host/user (was hardcoded to localhost/root) - fabric module: update to add a fabric_managed driver parameter on such connections to identify them - wb_context_ui: added parameter to refresh_home_connections to indicate wheter it is the first time it is being called. - fabric_managed connections will be deleted if that's the case More... almost 10 years ago
Linux: build fix. More... almost 10 years ago