73
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day 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
Merge with 6.1 trunk: - change execute sp_databases to safer version sys.sp_databases when obtaining databases names More... almost 10 years ago
- Parser module: added handling for completely messed up routine sql in groups. Make sure we still add a routine and the original sql, so the user doesn't lose his work. - Routine group editor: added helper method to help testing it's parsing functionality. - TUT: parser tests: some clean up. - TUT: routine group tests: updated to new group parsing. More... almost 10 years ago
- Mac: removed local path from settings. - Mac: fixed linking of validation plugin. [TESTS] Compiled MySQLWorkbenchCom. More... almost 10 years ago
Mac: table editor: reverted xib version to 10.6 to make it build in XServe01 [TESTS] Compile. More... almost 10 years ago
TUT: forgot to remove out-commiting for autocompletion_cache_test. [TESTS] Ran this test locally. More... almost 10 years ago
- linux: cmakelists: add support for GDAL and spatial_handler - sqlide: add support for spatial painting using gdal functions [TESTS] - build wb - check if sample geometry is painted: select GeomFromText("POLYGON(( -20.0 20.0, 20.0 20.0, 20.0 -5.0, -20.0 -5.0, -20.0 20.0))") as sample_square; More... almost 10 years ago
- TUT: fixed file_utilities_test, grt_dispatcher_test and module_dbc_statement_test. - Some code cleanup. - Module loader: removed error log message if a module does not have an init function (which indicates it's not a grt module). Just silently ignore that module (still logged in debug3). - grt: don't log each sent message if handle_message() has no message slot set. More... almost 10 years ago
- linux - fix build problems missing include header and sprintf prefix [TESTS] - build wb More... almost 10 years ago
- TUT: updated rdbms xml in test data to the latest version and changed all references in tests that use the source branch to use the test data instead. - TUT: moved lua_module.lua (pure test data) to the TUT subfolder and change the 2 references to it to use the TUT folder instead of the library folder. - Fixes several tests. [TESTS] Ran the changed test cases locally. More... almost 10 years ago
Added missing include for Linux + Mac. [TESTS] Compile. More... almost 10 years ago
- Examined sources and converted most g_message calls to either a log call or removed them if they were just debug help. Some were left in that are part of a dump routine. - TUT: fixed plugin test. [TESTS] - Ran db_mysql_plugin_test locally. More... almost 10 years ago
TUT: fixed editor_table_tests [TESTS] - Run test locally. More... almost 10 years ago
- Admin: fixed layout issue in add schema priv dialog - Modeling: fixed crash in role editor, when a role privilege on a wildcard is removed - Added treatment of ER_ACCESS_DENIED_NO_PASSWORD_ERROR (1968) as an authentication error This error seems to be related to PAM closes Bug #18711142 MYSQL ERROR 1698 SHOULD BE CONSIDERED AS AUTHENTICATION ERROR - Admin: fixed radio buttons to use different group ids for every instance of the import/export tab closes Bug #18685308 DATA IMPORT: OPTION SELECTION DEFECT IN 2 OR MORE CONNECTION TABS [TESTS] - Add some priv on a schema in the account editor - Select a role on a wild card and remove the priv More... almost 10 years ago
- Linux: changed location of iodbc directory, allow it to be installed anywhere [TESTS] - local build and jenkins More... almost 10 years ago
MEB Python Helper: - Adding: GetProfiles command: - returns the basic profile information for all the profiles in a single call. - includes backup folder validation for write permission. - includes available space on backup folder. - Refactored the code so can be used as standalone script or as library More... almost 10 years ago
Win: make WB project depend on _cairo and _mforms. They generate files which are copied by the post-build script of the WB project and hence must be available at that point in time. [TESTS] - Compile WB. More... almost 10 years ago
- Linux: fixed dep on client package for Ubuntu - Fixed some minor doxygen output related issues [TESTS] - run doxygen - check jenkins generated pkgs More... almost 10 years ago
- Fixed a few warnings. - Win: added _cairo and _mforms project back to 64bit build config. More... almost 10 years ago
Added sstream include to string_utilities.h to make it build on Mac + Linux. [TESTS] - Compliation. More... almost 10 years ago
- Tree model: moved most of NodeId's implementation to cpp file. - base: added new to_string() function (taking a template parameter for maximum flexibility) to convert simple values to a string quickly. - Replaced all "%z.." occurances by stream formatting (or to_string calls), as this format parameter is not supported by VC. - Fixed some warnings. - Win: TUT: grt classes are now set to auto register at project level. This avoids many warnings about no registration. - TUT: these changes fix at least be_inspector_value, if not others. More... almost 10 years ago
TUT: fixed auto completion test case. [TESTS] - Ran test locally. More... almost 10 years ago
Win msi build: - Changed check + message for the VS C++ runtime to use that of VS 2013 now. - Changed OS check to require at least Windows 7. - Changed link to prerequisites page to 6.2. The page doesn't exist yet. A web request was issued to create it. - Removed 2 entries for files that no longer exist. More... almost 10 years ago
MEB Fixes: output handling, remote temorary files, config exception handling. (Merge from 6.1) - Fixed output handling on command execution: was not being passed back on sudo command failure. - Updated remote temporary file logic to not write to the user's home but to a random generated file on /tmp. - Fixed exception handling for file save operation on the meb configuration settings. More... almost 10 years ago
- Allow different alternatives for mysql client pacakge in Debs [TESTS] - by repo team More... almost 10 years ago
Fixed win32 build [TESTS] jenkins, local More... almost 10 years ago
- Fixed Mac build in xcode 4.6. xib file was saved as a Xcode 5.1 file, which can't be opened by the Xcode in the build server [TESTS] - check table editor in modeling More... almost 10 years ago
- Fixed build of stored note editor in Windows - Fixed test scripts after changes made in VS2013 branch - Added checks to fail tests if nothing passes, even if nothing fails either [TESTS] - jenkins More... almost 10 years ago
Fix for Windows, Linux builds [TESTS] - jenkins, local builds More... almost 10 years ago
- Modeling: Support for including attached model scripts into forward and synchronization wizards More... almost 10 years ago
- Modeling: fixed destructor crash in Windows [TESTS] - new model, new diagram, close diagram, close model - new model, new diagram, close model - new model, new diagram, close WB - new model, new diagram, close diagram, open back diagram, close model More... almost 10 years ago