Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Sequel Ace

A powerful, macOS-native MySQL and MariaDB utility
Collective - Host: opensource - https://opencollective.com/sequel-ace - Website: https://sequel-ace.com - Code: https://github.com/sequel-ace/sequel-ace

* Fix an exception that would occur if a user tried to export favorites when no favorites are selected

* Select "Quick Connect" after deleting a favorite

github.com/sequel-ace/sequel-ace - 0f11cb74639d17a2fe512ed81d67ccf33601b605 authored over 9 years ago
Fix a possible crash caused by a use-after-free in some rare cases when closing a connection tab.

github.com/sequel-ace/sequel-ace - 7dbcadc2c0523dc3c3bcc0a8cd7ceea9f44fc655 authored over 9 years ago
* Copying text from the query console without having a database selected could cause an exception (fixes #2111)

* Text copied from the query console could have an invalid format in some setups

github.com/sequel-ace/sequel-ace - 4d82718f43d92f2ef2193dc603a4486f85fb1582 authored over 9 years ago
Fix a typo that caused build failures with older Xcode versions

github.com/sequel-ace/sequel-ace - 7b579c9ddc7c161cfd4ed99e07bf83ccd72a83ee authored almost 10 years ago
Significantly reduce risk of a race condition in a certain setup (see #2107)

* Replaced a run loop sleep with a thread sleep as it was on a background thread where a) a regu...

github.com/sequel-ace/sequel-ace - 80a2088f43bd3a901fb20d714318d4b5d3dc60a9 authored almost 10 years ago
Choosing a custom SSH binary via file picker no longer resolves softlinks

github.com/sequel-ace/sequel-ace - ace145be795f25dfa42080e459a63cc0c885a9fa authored almost 10 years ago
Added some basic unit tests for SPTableFilterParser

github.com/sequel-ace/sequel-ace - d828290bdc4229db1beb7e8e2f9df0b8f0a35a72 authored almost 10 years ago
Move some complex logic into its own class

so it will easier to write some unit tests and refactor some of the code.

github.com/sequel-ace/sequel-ace - 5ef3f0df72d89ad85680a02048c27e2460e2c685 authored almost 10 years ago
Fixed two case of background thread interacting with UI

aka "deleted uncommited CA transaction"

github.com/sequel-ace/sequel-ace - 75738e17389d9d66713fdde60cfd59774c934557 authored almost 10 years ago
Silly me, tried to use a method that was newer than 10.6…

github.com/sequel-ace/sequel-ace - 55951d00cde44cfc654a2a6cb97e941eca2eb70f authored almost 10 years ago
Change the visual appearance of the FK creation error dialog a bit

github.com/sequel-ace/sequel-ace - 734d3a90187734b7d7d4678229644573ccdbf7bb authored almost 10 years ago
Restore detailed error messages for FK errors in MySQL 5.5+

github.com/sequel-ace/sequel-ace - 028f1ff9ac1e22db9abec6ea3838079a08aa471e authored almost 10 years ago
Merge branch 'master' of https://github.com/sequelpro/sequelpro

github.com/sequel-ace/sequel-ace - 8f27fbe9ca78b8258809d1266820095361b46a13 authored almost 10 years ago
Dim the database name in relations view if foreign database == local database.

github.com/sequel-ace/sequel-ace - 9a5cb83cdf913e616a0f96f4f720dc3187d650ce authored almost 10 years ago
Fix a previous commit not catching all cases.

github.com/sequel-ace/sequel-ace - 9537631e044312f6639c14b0dc5ba158ca3d3ff8 authored almost 10 years ago
Merge pull request #2096 from GeorgeGardiner/patch-1

Fixed a typo

github.com/sequel-ace/sequel-ace - 0cf249446498aeae507f56855c8d657c75554a44 authored almost 10 years ago
Remove a hidden, unconnected button

Curiosly this button was supposed to display a "NSSwitch" image, which stems from OpenStep but i...

github.com/sequel-ace/sequel-ace - 438e86702a2337423d880e52fd043a74fa982ebd authored almost 10 years ago
Add support for FULLTEXT indexes in InnoDB tables

Fixes #1917

github.com/sequel-ace/sequel-ace - 8eadd956e7b28695a3204ed2ba695a771a2b8da4 authored almost 10 years ago
Remove DMLocalizedNib runtime localization

No longer needed, see #1998.
I'm feeling a bit sentimental now.

github.com/sequel-ace/sequel-ace - 8631b5a61843aa52662946093e8391ead3de5689 authored almost 10 years ago
Fix a threading issue when adding tables

(Also the localizations should now work again on 10.10 🎉)

github.com/sequel-ace/sequel-ace - f03de6f42b1ea00875f9d57accbee2537604ee39 authored almost 10 years ago
Update strings files

(Mainly to trigger a rebuild)

github.com/sequel-ace/sequel-ace - 66acdbe3e5ad2f20815861a725d95f572c892956 authored almost 10 years ago
Replaced some magic numbers with an enum

github.com/sequel-ace/sequel-ace - 0382e135e30c1e441225717fc5eed3520108d3ca authored almost 10 years ago
Converted some setters to equivalent @propertys

github.com/sequel-ace/sequel-ace - 9aa296a3e93b0b98a1018ba4d7aa8920d85b2a81 authored almost 10 years ago
Remove a hack to support QuickLook on 10.5

We don't need that anymore since 10.5 support is gone. Sequel Pro now explicitly links Quartz an...

github.com/sequel-ace/sequel-ace - bdf196ac60472fa7eccbd094ee1b5a505f550f4d authored almost 10 years ago
Some code reformatting

github.com/sequel-ace/sequel-ace - 01dd6402ee530e5d9fff1916507ea287893f0960 authored almost 10 years ago
Fix an issue with certain tooltips being placed on the wrong screen in certain multi screen configurations

This did affect users with a vertical multi monitor setup using the classical (single Space) mul...

github.com/sequel-ace/sequel-ace - 34383efe75a6f655522c9cb6385b3cb97cd99e3c authored almost 10 years ago
Disable editing columns in "Display in Hex" mode

This is a workaround for a potential data loss/corruption bug until we really fix this (see #1876)

github.com/sequel-ace/sequel-ace - 9fd78af55a55a8a5a976a6b6f31839439cc28241 authored almost 10 years ago
Add UI for custom SSL cipher lists

See Preferences > Network.

Note: If you play around with that too much and libmysql can no long...

github.com/sequel-ace/sequel-ace - ea39be538d4726b583e67748d6e3e7ffb0ce9026 authored almost 10 years ago
Add code for using custom SSL cipher list in SP

github.com/sequel-ace/sequel-ace - 1b6248d6a256ad774d092151227fdd5f40247c02 authored almost 10 years ago
Allow to set SSL cipher list in SPMySQL

github.com/sequel-ace/sequel-ace - 6b32b225106245755e9fe4543e9eb4883cbb9c2b authored almost 10 years ago
Allow selection of SSH client binary in prefs

Hey, I was against this, but if you want it... - just don't blame me for what might happen :shipit:

github.com/sequel-ace/sequel-ace - 9f2e5a6b0fafeec8f94dfa00414b0016b12194ba authored almost 10 years ago
Revert part of e2a21022e4c6e61673a7014ccb29ba20a5378686

Yes, Apple. We all love you for denying the existence of any previous version one day after your...

github.com/sequel-ace/sequel-ace - cdf6fa551b9ccfe9980baa6cb9de368b99ab985e authored almost 10 years ago
Remove .h files for unit tests

There is really no point in having them as unit tests don't have an interface someone would want...

github.com/sequel-ace/sequel-ace - 73919a3bc0b80ee45c284045dbeac47846331bff authored almost 10 years ago
Updated OCMock framework and added a unit test

github.com/sequel-ace/sequel-ace - 0dc8d023f39c1bd03f51e62d90b6be7693955e53 authored almost 10 years ago
Well, and then there was backwards compatibility…

github.com/sequel-ace/sequel-ace - f86e21e8296a5c368fb547b93ff0390dec0f5785 authored almost 10 years ago
Missed a special case in the previous commit

github.com/sequel-ace/sequel-ace - 6af24620e1126fe08e573ebf4dce93444ac140cb authored almost 10 years ago
Fix Sequel Pro forgetting database charset when renaming or copying a database (#2082)

(While we're at it, also removed some duplicate CREATE DATABASE code)

github.com/sequel-ace/sequel-ace - 8cc66aa348870e6cdf086500515848b07ea5aa06 authored almost 10 years ago
Update nightly build script for temporary translation workaround, improve xibLocalizationPostprocessor robustness

github.com/sequel-ace/sequel-ace - 8b1ff9c9b8a996ff0c6321e58709c25f0c5763c1 authored almost 10 years ago
Minimal refactoring

Replaced some (range.location + range.length) with NSMaxRange(range)

github.com/sequel-ace/sequel-ace - 784876380b871b6d85978a705e2477e7b7d2d984 authored almost 10 years ago
xibLocalizationPostprocessor changes

* Can now also reverse the key replacement: Pass in an original IB strings file and a translated...

github.com/sequel-ace/sequel-ace - b15c7fb2d407ec8751a2579a7a68bbd8a037ccfe authored almost 10 years ago
Merge branch 'master' of https://github.com/sequelpro/sequelpro

github.com/sequel-ace/sequel-ace - 5557e99f98be6d5c36daed7327265f6b550423fe authored almost 10 years ago
Fuzzy search for "Go to database"

github.com/sequel-ace/sequel-ace - a9f5656e9649cf67bae7c6362bb5366f9dde3b44 authored almost 10 years ago
Added an internal algorithm for fuzzy string matching

* This works similar to a regex matching "abc" as /a.*b.*c/ (ie. all characters of $needle need ...

github.com/sequel-ace/sequel-ace - 96b765ffbcb6c7fda058fbe8028b2e128007134a authored almost 10 years ago
Add copies of the nightly build scripts, albeit missing vital details and passwords

github.com/sequel-ace/sequel-ace - e2a21022e4c6e61673a7014ccb29ba20a5378686 authored almost 10 years ago
!!! Update mysql client libs to 5.5.42

This enables SHA256 client certificates (issue #2071) and disables SSL2 and SSL3 connections.
Pl...

github.com/sequel-ace/sequel-ace - ed38f229a052a678d3a5022afd3806b1c3b434cf authored almost 10 years ago
Fix an issue with connection color and cloned connections

The red (first) connection color would not be duplicated to another tab, when choosing "Open Tab...

github.com/sequel-ace/sequel-ace - 89fb7e74a72b44a59d15117d4a6a2a9913bee591 authored almost 10 years ago
Fix a bug that could cause items in the favorite list to be color-labeled when they don't have a label assigned

github.com/sequel-ace/sequel-ace - 5f3c003919903c597b2d6aeb7fcc064b0d6d9ef3 authored almost 10 years ago
Merge pull request #2072 from liuteng/master

fallback solution for NSString decode error

github.com/sequel-ace/sequel-ace - fc02994e768eece82442bed8e6d21134d392b7a1 authored almost 10 years ago
move the string method to SPMySQLStringAdditions

github.com/sequel-ace/sequel-ace - b75d0c396376e0d82eabdfe971436ec1b97a61cf authored almost 10 years ago
Refined the look of $(see last commit) on systems < 10.10 a bit

github.com/sequel-ace/sequel-ace - 2fda43e6a54c0c7532d80b9f3f86987ceb772342 authored almost 10 years ago
Fix compiler compatibility issue with older Xcode versions

github.com/sequel-ace/sequel-ace - 3d18994b788dc9563bba804e2eec56cd035bae09 authored almost 10 years ago
Fix compile error on older SDKs

github.com/sequel-ace/sequel-ace - 3fce6977d519fa80a96fcfa7baa476a3675a70da authored almost 10 years ago
Add basic color highlighting in favorites list

github.com/sequel-ace/sequel-ace - baa1593d4bd84b2eebc41821d5ff2b70013371bf authored almost 10 years ago
Change look of the favorite color picker on 10.9+

github.com/sequel-ace/sequel-ace - 085b381858dcd3cda5c0b00527d3b7a77641345a authored almost 10 years ago
Move some duplicate code into a new class

(This also affects PSMSequelProTabStyle, but see the comment there why it is left unchanged)

github.com/sequel-ace/sequel-ace - fa28b26e418f6f5c2f47ec78f9b7ef4910155b96 authored almost 10 years ago
fallback solution for NSString decode error

github.com/sequel-ace/sequel-ace - b00142a846ceda985516a0bdec3c1d6a9f47bdee authored almost 10 years ago
Fix one case of "SSH input fields cut off"

When the last selected favorite was "Quick Connect" with SSH, on the next launch SSH would be re...

github.com/sequel-ace/sequel-ace - b1e32f6583f113c279dcde61f4f531d637118bdd authored almost 10 years ago
Fix some minor compiler warnings

github.com/sequel-ace/sequel-ace - 19a1c9f81ec1ae6f5518babfb974ad7f01407b16 authored about 10 years ago
Rename utf8 and utf8mb4

* To reduce confusion (and create some, for those people not yet aware of the difference) I have...

github.com/sequel-ace/sequel-ace - 24fcf917473862ddabc2095447f3ec5c4e9081fd authored about 10 years ago
Change lexer definition of high bytes.

flex does not(*) support UTF-8, therefore
alpha [a-z_\.À-゚]
has always been interpreted by flex...

github.com/sequel-ace/sequel-ace - 60a5d64518f09af80059e2e293849ff6b0d6be75 authored about 10 years ago
Update lexer to reflect that backticks can actually escape themselves (won't cause visible changes)

github.com/sequel-ace/sequel-ace - c25bb060a197deecc79dac86e24df8246a87db71 authored about 10 years ago
Simplify catchall lexer rule

github.com/sequel-ace/sequel-ace - f2fc88bd1875d0dd6642c064c3528d0b5aeab09a authored about 10 years ago
Fix another runtime warning caused by the up&down conversion of IB files

github.com/sequel-ace/sequel-ace - c26567748af2a92675380b1e3b284c8659cc8e7d authored about 10 years ago
Fix syntax highlighting for emoji et al. #2044

Voodoo magic provided by @Bibiko ;)

github.com/sequel-ace/sequel-ace - 2ab2ddf5356117d16d1b0e9f78f9c74b6fdb2dc1 authored about 10 years ago
Expand previous unit test

github.com/sequel-ace/sequel-ace - aa15d317223cc0d1f0d3267728132b7bdbf238df authored about 10 years ago
Adding a unit test that should fail right now

(if I could get Xcode to **actually** run the tests instead of only showing green checkmarks, th...

github.com/sequel-ace/sequel-ace - c9c96aff2a9e7201859f9ac6c46c0d9986f22ac3 authored about 10 years ago
Move some duplicate code into it's own file

github.com/sequel-ace/sequel-ace - cf2559d98a00699462bc32f3e19753a9ca547a9c authored about 10 years ago
Merge branch 'master' of https://github.com/sequelpro/sequelpro

github.com/sequel-ace/sequel-ace - d7de5dc07fbfa52af7020416bbf42747ed905577 authored about 10 years ago
Fix build destination of GotoDatabaseDialog.xib

github.com/sequel-ace/sequel-ace - 1deef4e36d118412d34b695e54d888394463a9a3 authored about 10 years ago
Merge pull request #2053 from chn42/master

Fix an issue with ssh -L forwarding (OpenSSL 6.7 onwards only supports ":" as separator to "-L")

github.com/sequel-ace/sequel-ace - 36c6eeb3a2fd966a810b241eeaaf00ec45f419b4 authored about 10 years ago
Change the way the NSOpenPanel is handled when selecting an SSH key to address #2042

github.com/sequel-ace/sequel-ace - e9b8c389a1e2341ff069de8de4305163dfef48b5 authored about 10 years ago
Fix an issue with ssh -L forwarding (: is the correct separator)

github.com/sequel-ace/sequel-ace - 4e3fc71b8f5c4a1cc53e2ebf6dee1ad9ccfbaf34 authored about 10 years ago
Fix an issue where a KV Observer was not removed on dealloc resulting in KVO messaging a Zombie and crashing

github.com/sequel-ace/sequel-ace - f2bb1116a22dcbd680a61637532108d0c8497b99 authored about 10 years ago
Fix a compiler warning

github.com/sequel-ace/sequel-ace - d5ffcf83d78e5dc2c6185c13ecce5456b613a655 authored about 10 years ago
Somehow a "}" got dropped in 56949ac7

github.com/sequel-ace/sequel-ace - 4fafe928e01b6dbf1674eebddd8b9816a9ebcdd1 authored about 10 years ago
Unescape escaped mirrored snippets in query fav.

fixes #2049

github.com/sequel-ace/sequel-ace - dcfe99612cadd055599acd2070d4d9ac49633a95 authored about 10 years ago
Fix some warnings

github.com/sequel-ace/sequel-ace - 69b519cb18762cd1b1596d50346f24e233cb8e29 authored about 10 years ago
Addition to previous commit. Attention:

Depening on your diff tool (Kaleidoscope and Tower are pretty bad, AppCode works well) this chan...

github.com/sequel-ace/sequel-ace - e1ab6340b39b1e7756b7c70f3b1b4077f1bff29a authored about 10 years ago
Change some code formatting

github.com/sequel-ace/sequel-ace - 56949ac737a3838f3276d0e558fd0dac7632aae5 authored about 10 years ago
Minor internal changes

github.com/sequel-ace/sequel-ace - 4ffde6a4867ae005405f586947cf943097c212c1 authored about 10 years ago
Addition to commit 2735e15b

github.com/sequel-ace/sequel-ace - e201531daa71ee1a2e2a0f927c619947126c9d3d authored about 10 years ago
Replace some "magic numbers" with constants

github.com/sequel-ace/sequel-ace - 5b55d8c4d24b0c24a5dc74a49cfd70448146d582 authored about 10 years ago
Formalize [x release], x = nil; convention

Take this commit as a proposal to formalize our existing "[x release], x = nil;" convention by i...

github.com/sequel-ace/sequel-ace - 2735e15bf5d4b3a976435ebb29ca9073de0e5071 authored about 10 years ago
Fix minor UI issue

When cancelling a connection, because SSH is asking for a password, the "SSH connecting…" messag...

github.com/sequel-ace/sequel-ace - db64bd1b5affd00332906901ee57d6f681faf7ea authored about 10 years ago
Some internal addtions for mysql event support

(Also deduplicated some code)

github.com/sequel-ace/sequel-ace - 30ffc7c4d6158e1210b2463dddb62e627ca410db authored about 10 years ago
* Fix broken import on 10.6…

(Import would not work on a new installation where a certain preference key has not yet been se...

github.com/sequel-ace/sequel-ace - ee588049b5a7f755d788b983dc8cabce24453641 authored about 10 years ago
Change how Growl status is displayed in prefs

The current status of Growl/Notification center will now be shown as a label beneath the "Enable...

github.com/sequel-ace/sequel-ace - 918324e27b6b4753307fa6a8166b3d7227f97b35 authored about 10 years ago
Update Growl.framework to 2.0.1

As per https://code.google.com/p/growl/wiki/SystemRequirements this should not break compatibili...

github.com/sequel-ace/sequel-ace - 42593525e55ad5daa01b3edde3c4cce653559f72 authored about 10 years ago
Remove some duplicate code by adding abstraction

github.com/sequel-ace/sequel-ace - f12b95bb7b3dda011dea4bb3e0edff1428a38209 authored about 10 years ago
Fix a minor case of "bg thread updating UI"

github.com/sequel-ace/sequel-ace - 2d8fd9c8eff0afca2cab9b8bbb791a0cdf1c583a authored about 10 years ago
+[NSThread detachNewThreadWithName:…] changes

The method never did the one extra thing it should do, because… see comment in the code.
Let's s...

github.com/sequel-ace/sequel-ace - ae8a9465306eaee5bb1478b74057e1bdf540b1db authored about 10 years ago
Fix two minor CSV import dialog issues

* Tooltips were somewhat broken for non-imported fields (issue exists in 1.0.2)
* Newly added ex...

github.com/sequel-ace/sequel-ace - 19226617658f7452d8f02a68c52556aca6810c36 authored about 10 years ago
************** IMPORTANT: SEE BELOW **************

This change should fix the "slow CSV import dialog" issue on 10.10 (details below). To accomplis...

github.com/sequel-ace/sequel-ace - c7362cc8c6d3c02d8e9b5f5a31735bb3fbbf0b02 authored about 10 years ago
Add some more stub code

(as the nib loader on 10.10 is even whinier)

github.com/sequel-ace/sequel-ace - 03d11e5d82a7c2a0c5db624020632a7d10b5a13a authored about 10 years ago
Fix two threading issues

* A call of setString: from background thread which could cause a "deleted thread with uncommitt...

github.com/sequel-ace/sequel-ace - 21ced682547ef855ac6d83a00ad7fda1b8225af3 authored about 10 years ago
Change CSV field mapper table highlight style

(Purely guessing here…)

github.com/sequel-ace/sequel-ace - 6a9ec56f2b12c7269589471e9a116a4515524520 authored about 10 years ago
Add GUI option for utf8mb4 connection encoding

github.com/sequel-ace/sequel-ace - 420c213ed173f27d5cb09e207e9087fd4396dfd7 authored about 10 years ago
Touch all XIB files with Xcode 6.1.1

No"real" changes were made.
NOTE: There is actually a chance for this change to break stuff.

github.com/sequel-ace/sequel-ace - 617c0005b5aa212828c03dfe1c825511defb958e authored about 10 years ago