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
github.com/sequel-ace/sequel-ace - f90b5d98b485aac53c793a6c2d4df5418d6cb14d authored about 10 years ago
(so the compiler can unroll it again)
github.com/sequel-ace/sequel-ace - ca6b8681a49d51b5dfafbb2647119ada070df8da authored about 10 years agoCaused by an earlier commit of mine.
github.com/sequel-ace/sequel-ace - ef5193bc6b897f1040f252789d7c4b635abcb11b authored about 10 years agoThis should fix #2010. A required object was not retained long enough.
github.com/sequel-ace/sequel-ace - 915b4fb171afec486a386b7098f6ccfe59058f4f authored about 10 years agogithub.com/sequel-ace/sequel-ace - c573bf18ff0ce2a350bec687f2d7cc5ba5a69865 authored about 10 years ago
github.com/sequel-ace/sequel-ace - d5dd8b1eb5b8bfaa040ddc52d603231e4828cec7 authored about 10 years ago
Changing the query favorties/history would cause an UI inconsitency when the list was filtered b...
github.com/sequel-ace/sequel-ace - 28a705f74854d5c34d0e952c0747a512c19fadc2 authored about 10 years ago
* [NSDictionary dictionary] → @{}
* [NSDictionary dictionaryWithObject:forKey:] can safely be re...
Note: [NSArray arrayWithObjects:...,nil] is left unchanged as that could possibly cause a NPE if...
github.com/sequel-ace/sequel-ace - 876dde21d97897ad4ee98aa0d6b11898282982ce authored about 10 years ago
* (Also changed some outdated URLs)
* Replaced [NSApplication sharedApplication] with NSApp
github.com/sequel-ace/sequel-ace - 3cf0254e55d558565775e6cb20d36ea7e54beca1 authored about 10 years ago
Replaced all [NSNumber numberWithBool:YES/NO] with the @YES/@NO literals.
Also replaced some TRU...
github.com/sequel-ace/sequel-ace - 33fd38501be11213968536a0c540cee7061e42a9 authored about 10 years ago
github.com/sequel-ace/sequel-ace - 00d1e5aee581ff413ded538a470ade2073bb6a43 authored about 10 years ago
And with that we are back to a build that should not spam your Console upon launch. (Sorry for t...
github.com/sequel-ace/sequel-ace - fd3ff51dc624be5ce645ce25eb72d03e5a359416 authored about 10 years agoAt some point Xcode decided to introduce a new variant of black named "labelColor" (which is 10....
github.com/sequel-ace/sequel-ace - 328b63748a0f0b6cb67aee37efffce86aaf16aa8 authored about 10 years agoSwitchting the IB files to Xcode 5 introduced some kind of image reference for some of our popup...
github.com/sequel-ace/sequel-ace - 8d7991d7e6898452902357305c3141c86884ae6b authored about 10 years agoRemove a private API in PSMTabBarCell
github.com/sequel-ace/sequel-ace - b5e972f4504043dfb9c358e272e93fb59ae2127f authored about 10 years agogithub.com/sequel-ace/sequel-ace - 00432038fa8a4727322d8eae25c01fad510b899c authored about 10 years ago
Directly assigning to _controlView of a NSActionCell is private and not allowed by Mac App Store...
github.com/sequel-ace/sequel-ace - 5195ce158690ef1fb39869a6727c3de4b110b496 authored about 10 years agogithub.com/sequel-ace/sequel-ace - 1af7e143385e716b5b0154854dda22a9c270ccad authored about 10 years ago
Fixes #2029
github.com/sequel-ace/sequel-ace - bdcda6621f31db4e2c03387a881b91b1834f964f authored about 10 years ago(Actually I only enabled CALayer for the container.)
Also deleted a NSView that was thinking it...
github.com/sequel-ace/sequel-ace - d3c7343286c226aedf9726edacbd4137a9406caf authored about 10 years ago* Attempt to fix the "<SPSplitView: ...>: the delegate <SPSplitView: ...> was sent -splitView:re...
github.com/sequel-ace/sequel-ace - a8598d0fb4bab81a3c654f99d2e6eebc7d818086 authored about 10 years agoThis commit switches our pagination popover to use native NSPopover on 10.7+ making it look more...
github.com/sequel-ace/sequel-ace - 065d72ceb7e8213348490815f6f90ecf4de56061 authored about 10 years agoThis is implemented as an alternate menu item, ie. it will appear when holding down the Option (...
github.com/sequel-ace/sequel-ace - efe07637acb069eb0ad68b4ae230f28875024907 authored about 10 years agoPreviously our cog menus have been Round Rect (borderless) NSPopupButtons with text aligned to t...
github.com/sequel-ace/sequel-ace - d2919fcd86cb110a3a7bc04a563c7a302e2c3b1c authored about 10 years agogithub.com/sequel-ace/sequel-ace - c1092da6c0d7092a7af8263af1c8c03c7dbd24bc authored about 10 years ago
Namely this commit changes two things:
1) In the past the user manager window technically was cl...
Conflicts:
Source/SPGotoDatabaseController.m
github.com/sequel-ace/sequel-ace - fc506ec5997ed43383f264011ed8237706821e95 authored over 10 years ago
github.com/sequel-ace/sequel-ace - 675271e802f513dfa781cbe6af5446df4c6803e1 authored over 10 years ago
github.com/sequel-ace/sequel-ace - 7128462d43cb9648f97e9d1a625a685f31d75bb3 authored over 10 years ago
github.com/sequel-ace/sequel-ace - ddb0632ce569a5d5e45adf197e3c65cfd4b0a908 authored over 10 years ago
* Possibility to double-click an item to go there
* Search is case-insensitive
The dialog enables
* searching for a database by name (substring matching),
* using C&P to selec...
github.com/sequel-ace/sequel-ace - f9ed97815c219939e7bc05eb92da62f508210a18 authored over 10 years ago
github.com/sequel-ace/sequel-ace - 51b148d157ff11c5d2393b02584fbb203d710b11 authored over 10 years ago
github.com/sequel-ace/sequel-ace - f4b384bc3e6ac805567af71e515b8dc3ae79c9b6 authored over 10 years ago
github.com/sequel-ace/sequel-ace - ba8ed46081716063f17521a8b8cece9889765a57 authored over 10 years ago
Should fix #1978
github.com/sequel-ace/sequel-ace - a86bed3db5f1f5528b9ce38052373286719c2313 authored over 10 years ago
* Avoid a malloc(4) / free() and let the compiler figure that out
* sizeof(pointer) != sizeof(me...
github.com/sequel-ace/sequel-ace - 6802d5d02a687342edc4af4e90f8d75bdf65b64e authored over 10 years ago
It might be useful to keep this setting on globally, but smart quotes break
SQL, resulting in th...
Cohabitation with terminal (with ControlMaster)
github.com/sequel-ace/sequel-ace - 22d2e2a62f994c1e11cf87c48cb0d526b9078b92 authored over 10 years agogithub.com/sequel-ace/sequel-ace - 3a89efac73fad1713327e4108ed84c65c38a955b authored over 10 years ago
Add pref to disable backticks in completions
github.com/sequel-ace/sequel-ace - 198a0622e41f0fb73d4abf462db1e4c204c85b54 authored over 10 years ago
Add a checkbox to the Editor preferences to disable placing backticks
around attributes when com...
github.com/sequel-ace/sequel-ace - 41243098508b7d147a4610fd802cc674c6600dd0 authored over 10 years ago
github.com/sequel-ace/sequel-ace - 8967cf4c8528df24358bf3927af3650c248d06df authored over 10 years ago
Resolve #1974: Allow un-mapping of Ctrl-H
github.com/sequel-ace/sequel-ace - 29be07630c2a965d01bb61fa2cc9d9f14dd4a8b5 authored over 10 years ago
Add menu item "MySQL help for Word/Selection", with Control-H as the
default key equivalent
Dele...
github.com/sequel-ace/sequel-ace - 310fb079c75d551bf2a129b69c897905ca83e061 authored over 10 years ago
github.com/sequel-ace/sequel-ace - e3c342d623b24a55215fadb3b7c72f80df303e83 authored over 10 years ago
This is mostly from https://github.com/incbee/DMLocalizedNibBundle (retaining Wil Shipleys origi...
github.com/sequel-ace/sequel-ace - ca2b9458049c57a5d444ddb1f8a8ad51dd4d24aa authored over 10 years agogithub.com/sequel-ace/sequel-ace - 2ed99ae914206ec7ba7f4a7778c69d6c041a411c authored over 10 years ago
This fixes an exception that would happen if three conditions were met:
1) No database was sel...
github.com/sequel-ace/sequel-ace - b2e63fad01ca76b9090c1a0adbd999990d817846 authored over 10 years ago
github.com/sequel-ace/sequel-ace - 0c2ea8b95e4f85470af1e917e0d4560e42f35c3e authored over 10 years ago
github.com/sequel-ace/sequel-ace - 185a29c013fdf8b43ef7dc5e95da4c1aa8df34e0 authored over 10 years ago
github.com/sequel-ace/sequel-ace - d15bf9942f4153b2108d07e50bad6e00f3ac42da authored over 10 years ago
github.com/sequel-ace/sequel-ace - 690c2fa83a5a3138bf4aa0fa862565c833b72d2a authored over 10 years ago
github.com/sequel-ace/sequel-ace - ae239070319b0a8cacc8b17cdcb245ce29956759 authored over 10 years ago
github.com/sequel-ace/sequel-ace - 5cf6631ec31e04d1efb82f7375b4024d65834e0a authored over 10 years ago
github.com/sequel-ace/sequel-ace - ed4befb6585de1020ca4747bdccc3ebe3f0f5971 authored over 10 years ago
github.com/sequel-ace/sequel-ace - d68c37dddc26310778170a242009d4782cc38ce4 authored over 10 years ago
github.com/sequel-ace/sequel-ace - baba11f149d54bbee2dd142d1712969a67471c9a authored over 10 years ago
github.com/sequel-ace/sequel-ace - bc2456524497b02794402bb1d3be9ba9bd4f1ae9 authored over 10 years ago
github.com/sequel-ace/sequel-ace - 8e4e360e741c8ae70947531c37ce4d4bfec55ae9 authored over 10 years ago
github.com/sequel-ace/sequel-ace - f25c62d78bbd5d6fbe7a6fac09294317ccd3eeaf authored over 10 years ago
github.com/sequel-ace/sequel-ace - afadd0273178b5803b11ba69a37b6a1138771216 authored almost 11 years ago
This reverts commit 2ec55c1404fe7368a03a53beff4596577654876c.
github.com/sequel-ace/sequel-ace - dd1e3e7893721b7de2ad0a35f21ad76fbc0248e8 authored almost 11 years agogithub.com/sequel-ace/sequel-ace - bd43847cf7851f27a55fac9956da9d1a03d91036 authored almost 11 years ago
github.com/sequel-ace/sequel-ace - bcad9a1827fffb4d132b50bbf1ada08ddde23f09 authored almost 11 years ago
github.com/sequel-ace/sequel-ace - 6d33243e4a658d600e646a1b58afb363b9650cdc authored almost 11 years ago
github.com/sequel-ace/sequel-ace - 2ec55c1404fe7368a03a53beff4596577654876c authored almost 11 years ago
github.com/sequel-ace/sequel-ace - 83ac96d3a3c46a653a8ac5dacd22628157ac8d72 authored almost 11 years ago
github.com/sequel-ace/sequel-ace - 0c9e4be1681edf9cf3befdbf64e7422d8b1657ec authored almost 11 years ago
github.com/sequel-ace/sequel-ace - 1286fc1f6e52961be7b5ca496e65267dce232ea9 authored almost 11 years ago
github.com/sequel-ace/sequel-ace - 5b8798438f06850e7dfd4d6d802d13f96f5bac87 authored almost 11 years ago
github.com/sequel-ace/sequel-ace - f387da0349f567e98c94544191df64881304a959 authored almost 11 years ago
github.com/sequel-ace/sequel-ace - 69c12e163713013af75fdb80d6982f30b81a9a06 authored almost 11 years ago
See #1867
github.com/sequel-ace/sequel-ace - f9837de31479152d8c29f06222bac3f5541b60b3 authored almost 11 years agogithub.com/sequel-ace/sequel-ace - 2645c9480332d8dde088e09a57504cdd26a541b1 authored almost 11 years ago
This appears to work, as I’m able to connect to mysql instances through an ssh tunnel, with ssl ...
github.com/sequel-ace/sequel-ace - 9c6fab1780fc35a0e5fba231ed552034fcbe7471 authored almost 11 years agoAdd support for shift-clicking to reverse column sort order (patch by Miroslav Zoričák)
github.com/sequel-ace/sequel-ace - dfa060854cd456593a5ff0c4926d9c6775fabbfc authored almost 11 years ago
Add inverse sorting for custom queries
Keep the inverse order while shift+clicking after the fir...
This commit adds the backend code to get the mysql SQLSTATE error code (to be used when displayi...
github.com/sequel-ace/sequel-ace - b67728258595b7ce256ea50485ee6e6cb8137ac8 authored almost 11 years agogithub.com/sequel-ace/sequel-ace - 1941d8487b4b93519d4451941e8cd9ed3de19404 authored almost 11 years ago
github.com/sequel-ace/sequel-ace - 5c0212a51d21f06f3beb62059b0b17c6ee1d8c91 authored almost 11 years ago
github.com/sequel-ace/sequel-ace - 5c8a9b1a15ffd1ecf96340d3f43a4ca916665b9b authored almost 11 years ago
github.com/sequel-ace/sequel-ace - 38ca716543d7601a4e29823fb4578b96c599cf81 authored almost 11 years ago
github.com/sequel-ace/sequel-ace - 1d8db00d8fc0ef855b6308de8c9c66faa70f7d05 authored about 11 years ago
github.com/sequel-ace/sequel-ace - 0dad3212ca20bf45560903ca615286fd00b2dc23 authored about 11 years ago
github.com/sequel-ace/sequel-ace - 288b2a0fc257908ae0c1890b1061803d1c0a28e3 authored about 11 years ago
github.com/sequel-ace/sequel-ace - d217b8058a0dea0d8f5d16c1db891870d533fbff authored about 11 years ago
github.com/sequel-ace/sequel-ace - dfb5424d0f4d1fa347c7008ac578a2c7ab21be37 authored about 11 years ago
github.com/sequel-ace/sequel-ace - 84cf935e68e1861d0246980d9f5ff2d676982302 authored about 11 years ago
github.com/sequel-ace/sequel-ace - 9c204f87e9a7345281a596b0a39e2deafd697e52 authored about 11 years ago
github.com/sequel-ace/sequel-ace - fe10b93f88371b5e151c4ddb704b4c65ed697574 authored about 11 years ago