aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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)
* 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
|
* 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
* fix various compile warningsAbhi Beckert2016-04-0330-80/+95
|
* Add a warning message when trying to import an utf8mb4 SQL file on older ↵Max2016-03-221-1/+30
| | | | MySQL versions (#2452)
* Fix a minor issue where switching an existing datatype to JSON could cause ↵Max2016-03-201-2/+3
| | | | an invalid field combination for some datatypes
* Merge branch 'master' into issue-346Abhi Beckert2016-03-181-4/+12
|\
| * Add some debug code for #2445Max2016-03-141-4/+12
| |
* | #346 Work on new tab bar designAbhi Beckert2016-03-184-6/+30
|/
* Merge pull request #2250 from JamesForks/uuid-supportAbhi Beckert2016-03-061-0/+2
|\ | | | | Allows UUID's within text fields.
| * Allows UUID's within text fields. Closes #2245James Brooks2015-10-011-0/+2
| |
* | Change a potentially risky call (hopefully a fix for #2436)Max2016-03-061-1/+1
| |
* | Merge branch 'master' of https://github.com/sequelpro/sequelproMax2016-03-053-39/+40
|\ \
| * | Restore bundled zlib (#1972)Abhi Beckert2016-03-051-1/+1
| | |
| * | Remove bundled zlib #1927Abhi Beckert2016-03-041-1/+1
| | |
| * | Comment out debug code for #2297Abhi Beckert2016-03-041-35/+36
| | |
| * | Merge pull request #2425 from bamse16/masterAbhi Beckert2016-03-041-3/+3
| |\ \ | | | | | | | | Converted tests to XCTest
| | * \ Merge remote-tracking branch 'upstream/master'Marius Ursache2016-02-294-109/+169
| | |\ \