aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* #2437 disable keychain access when passwords are being sent as cleartextAbhi Beckert2017-03-031-0/+17
|
* #2711 no-longer truncate binary columns whlie editingAbhi Beckert2017-03-031-2/+6
|
* Merge commit 'b87faacf805f76daaa5ad9e2e6e39efc3d558289'Abhi Beckert2017-03-031-1/+1
|\
| * Fix typo when exporting processes listQuentin Mazars-Simon2017-02-241-1/+1
| |
* | Merge remote-tracking branch 'sequelpro/master'Abhi Beckert2017-02-1711-30/+608
|\|
| * Add unit tests and fix a bug in JSON formatterMax2017-02-121-4/+4
| |
| * Fix an erroneous if condition (#2688)Max2017-02-121-1/+1
| | | | | | | | In some rare cases this could have resulted in an unexpected „No data was updated“ error message
| * Merge branch 'master' of https://github.com/sequelpro/sequelproMax Lohrmann2017-02-121-0/+1
| |\
| | * Fix a minor memory leakMax2017-02-121-0/+1
| | |
| * | * Add a JSON formatterMax Lohrmann2017-02-124-3/+511
| |/ | | | | | | * MySQL JSON type columns are now automatically formatted when opening them in the Field Editor
| * Fix display of column type in FieldEditorController for JSON type (part of ↵Max2017-02-091-1/+2
| | | | | | | | #2199)
| * Add a warning when Sequel Pro was launched from Terminal and a SSH ↵Max2017-01-281-1/+46
| | | | | | | | connection is made
| * Reenable SSH/SSL file picker accessory view by default on OS X 10.11+ (#2673)Max Lohrmann2017-01-282-0/+15
| |
| * Restrict some variables to their actual usage scopeMax2017-01-271-12/+11
| |
| * Fix an issue with SQL exports when configured to create an new INSERT ↵Max2017-01-271-9/+10
| | | | | | | | statement for every single row (#2671)
| * Fix #2457: Use system font as default for table content, not Lucida Grande.Stuart Connolly2017-01-074-5/+13
| |
* | Merge remote-tracking branch 'sequelpro/master'Abhi Beckert2017-01-041-4/+15
|\|
| * Fix a bug which prevented creating new users on mysql 5.7.6+ servers ↵Max Lohrmann2016-12-071-4/+15
| | | | | | | | (introduced while fixing #2418) (see also #2229)
* | Merge remote-tracking branch 'sequelpro/master'Abhi Beckert2016-12-072-24/+41
|\|
| * Change the behavior of user manager to only update values that actually ↵Max Lohrmann2016-12-071-9/+10
| | | | | | | | | | | | changed when editing users (part of #2229) (This also removes an additional db roundtrip when updating per-db user privileges that previously was needed to differentiate between user actions „Only removing privileges from user“ and „Backtracking on adding privileges to user“. Since we now only update changed values and the latter one would be an empty changeset this is no longer needed)
| * Don’t execute REVOKE query when adding new users (part of #2229)Max Lohrmann2016-12-072-15/+31
| |
* | Begin work on comparing two databasesAbhi Beckert2016-12-021-0/+65
|/
* Some changes suggested in PR #2606 to improve MySQL 5.8 handlingMax2016-11-015-8/+14
|
* Fix a potential memory management / multi threading issue (#2513)Max2016-07-121-2/+7
|
* Fix an issue where checking and then unchecking "Suppress leading ↵Max2016-07-101-1/+1
| | | | | | placeholder" in content filters would not work properly (code did not properly handle @NO vs nil). Issue #2511
* Fix a spelling mistake (code)Max2016-07-102-4/+4
|
* Remove debug code for #2163Max2016-07-102-57/+0
| | | | Issue last seen with NB 4644 on 2016-01-21. Seems to be fixed.
* Fix a case of "background thread updating UI"Max2016-06-261-16/+18
|
* woops, forgot a fileMax2016-06-261-1/+3
|
* Another attempt at #2436Max2016-06-261-148/+196
|
* #2489 CSV export now treats header rows as non-numeric, even if the column ↵Abhi Beckert2016-06-201-1/+7
| | | | is numeric
* #2434 now use NSTitlebarAccessoryViewController if availableAbhi Beckert2016-06-052-11/+28
|
* #2434 remove title bar line hiding viewAbhi Beckert2016-06-051-8/+1
|
* #2434 remove title bar line hiding viewAbhi Beckert2016-06-051-49/+0
|
* #2414 fix crash hovering mouse over removed table column headerAbhi Beckert2016-06-052-0/+5
|
* Fix an issue with autocompletion not suggesting column names (#2507)Max2016-05-164-14/+14
| | | | Issue introduced in b7875e8fdbdc5980c12a847997cc9631979dd4d3
* Merge branch 'master' of https://github.com/sequelpro/sequelproAbhi Beckert2016-05-093-17/+17
|\
| * Make reassigning "Select active query" (^Y) possible (#1215)Max Lohrmann2016-05-082-11/+4
| | | | | | | | | | * Added a menu item: Edit > Select > Active Query * Remove the key binding from the context menu item (which is in line with OS X' context menus not having key bindings in general)
| * Clarify what the execution time reported by Sequel Pro means (related to #264)Max2016-04-271-6/+13
| |
* | #2482 decode percent escaped characters in handleEventWithURL.Abhi Beckert2016-04-221-1/+8
|/
* Fix a focus loss issue from the previous commit (#2468)Max Lohrmann2016-04-171-0/+5
|
* * Add the possibility to navigate table list by arrow keys when using table ↵Max Lohrmann2016-04-161-16/+35
| | | | filter (#2468)
* new table footer icons for connection windowAbhi Beckert2016-04-152-0/+94
| | | | fixes broken disabled buttons reported in #2453
* fix warningsAbhi Beckert2016-04-102-1/+8
|
* fix warningsAbhi Beckert2016-04-104-24/+25
|
* #2470 fix logic error preventing drag from table content viewAbhi Beckert2016-04-101-2/+1
|
* fix warningsAbhi Beckert2016-04-101-0/+1
|
* fix warningsAbhi Beckert2016-04-103-1/+2
|
* fix warningsAbhi Beckert2016-04-102-0/+6
|
* * Added two helper methods for working with nil/NSNull in arraysMax Lohrmann2016-04-095-23/+65
| | | | | | | * Fixed a case of "Updating UI from background thread" when navigating foreign keys *within* a table * Fixed navigating foreign keys of binary columns causing exceptions if the origin table is not in latin1 and the binary data not "text like" (#2098). * As a consequence binary columns will now use Hex representation when navigating FKs. * Added a new content filter to do "= UNHEX($x)" as an interim solution