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

remove console logs

github.com/sequel-ace/sequel-ace - 2fd02a4f4b2b200c0376d134e47d2268f8646521 authored about 4 years ago
Foreign key reference to another database #787

github.com/sequel-ace/sequel-ace - 50270f8cd7a92699ce747b346aba8af448f2048d authored about 4 years ago
Merge branch 'main' into logging-swift

github.com/sequel-ace/sequel-ace - 221ce06cebf1f4e6e8cb81a5ae98a6282d35c9e6 authored about 4 years ago
Merge pull request #806 from Sequel-Ace/Fix-stop-query-broken-in-beta

github.com/sequel-ace/sequel-ace - 458e00f720ca905164d856f815fcff18965796b4 authored about 4 years ago
rm doLogging

not needed .. handled by the OS

github.com/sequel-ace/sequel-ace - 40f570738b1c75c77869c69fe9b56db871083e08 authored about 4 years ago
Fix stop query broken in beta

github.com/sequel-ace/sequel-ace - 8ffc1ea3994b03d529ca539d311c35f15951f721 authored about 4 years ago
added doLogging and logFileName

github.com/sequel-ace/sequel-ace - d3ea0fa888c5b45c382926244fc316aa438a19f4 authored about 4 years ago
Added OSLog.swift

from https://github.com/jaredsinclair/etcetera

github.com/sequel-ace/sequel-ace - 8c5f3563d3a7b9a95a3bf3ca90ca0bf1a1de2849 authored about 4 years ago
Merge pull request #800 from Sequel-Ace/prepare_release

Prepare Beta release

github.com/sequel-ace/sequel-ace - 376bad3adb3beb4486482f00aa104387754d8d78 authored about 4 years ago
Increment build version

github.com/sequel-ace/sequel-ace - 332dde1adc4bee425d939eb1ed7540b87efed266 authored about 4 years ago
Merge pull request #798 from Sequel-Ace/fix-highlighting-on-paste-721

#fixed syntax highlighting not being properly applied after pasting

github.com/sequel-ace/sequel-ace - 74fd2acb7b9d59aa1a931da70df5ae343cc88443 authored about 4 years ago
re-trigger syntax highlighting after pasting

github.com/sequel-ace/sequel-ace - 0c5a7ed2b300222dec17fdb429d61b1df6a3c330 authored about 4 years ago
Update Chinese translations

github.com/sequel-ace/sequel-ace - 15594240d6154259b3a1751e74cf9a807761e832 authored about 4 years ago
Merge pull request #797 from Sequel-Ace/apply-custom-font-to-all-snippets

apply custom font to all inserted snippets #changed

github.com/sequel-ace/sequel-ace - 3350b13dc1e799a13efd233a53fb4037d456a7a7 authored about 4 years ago
Merge pull request #796 from Sequel-Ace/red-errors

highlight errors in red in the query status field #changed

github.com/sequel-ace/sequel-ace - 5df7a388e322408e3eb3c368954073212b342424 authored about 4 years ago
apply custom font to all inserted snippets

c.f. https://github.com/Sequel-Ace/Sequel-Ace/pull/757#discussion_r554009891

github.com/sequel-ace/sequel-ace - 2c334d0f25625af4a539c98d4a31ff8bdf50498a authored about 4 years ago
highlight errors in red in the query status field

c.f. https://github.com/Sequel-Ace/Sequel-Ace/issues/791#issuecomment-760773925

github.com/sequel-ace/sequel-ace - d3e42e909daccf5582eda7db01fcf264a242faef authored about 4 years ago
Merge pull request #794 from Sequel-Ace/prepare_release

Prepare Beta release

github.com/sequel-ace/sequel-ace - a4c46a5396fb5034856292274c1a588da7b38e5a authored about 4 years ago
Increment build version

github.com/sequel-ace/sequel-ace - 0f2c88c0417be8525fcfb9837c6eb00ce458466b authored about 4 years ago
Increment app patch version

github.com/sequel-ace/sequel-ace - e1d2a9bfe8f48b754988f866994d2904bf7cac6a authored about 4 years ago
Merge pull request #789 from Sequel-Ace/some-crash-fixes

#fixed Some crashes

github.com/sequel-ace/sequel-ace - f220ccb3b1fdd3d87bf7e077f657eb231d6fc591 authored about 4 years ago
more logging around URLs

github.com/sequel-ace/sequel-ace - 2780ca2d18e87b5714a4d9cc90f450b58d6904ad authored about 4 years ago
AddressSanitizer: heap-buffer-overflow - GitHub issue: #792

github.com/sequel-ace/sequel-ace - 3d3a329e66cd47516ac0cd9ad62d86e74683fff6 authored about 4 years ago
safe everything

seen quite a few export errors, so I've added guards to all array and dict index operations

github.com/sequel-ace/sequel-ace - 95ce6a54c7e04b267542c3e36f0858e60e6eb613 authored about 4 years ago
a bit more logging around bookmark URLs

github.com/sequel-ace/sequel-ace - ab8b06059ae79f28b83d23dd87605d5d31617b34 authored about 4 years ago
safeObjectAtIndex

FB: 36eed87ab07afdcfab8efe1a42b07719

github.com/sequel-ace/sequel-ace - ddebf798784b8967e099a160b63286e4d98e1be4 authored about 4 years ago
use safeDeleteCharactersInRange

FB: 22ff32ad5818cadceb304673750a86b9

github.com/sequel-ace/sequel-ace - 95511286762f0a850bd750ff245bef3a2c971d89 authored about 4 years ago
safeDeleteCharactersInRange and tests

github.com/sequel-ace/sequel-ace - f56d6ab2bd1b7e45ac20f3937375c4dd22cdaf56 authored about 4 years ago
bounds check on characterAtIndex

FB: 76f4b3b6acb0db0542ca2d878fc5fa85

github.com/sequel-ace/sequel-ace - 31095cc16a7ead5c2396aee04a5a50208651077f authored about 4 years ago
added safeString()

github.com/sequel-ace/sequel-ace - 56bad009fe856222fa436f5fddb92a1e02aa5038 authored about 4 years ago
Merge branch 'main' into some-crash-fixes

* main:
rename intSort to intSortDesc
use normalizeQueryHistory to fix history
expose norm...

github.com/sequel-ace/sequel-ace - 086162953794f0894c229ba946996661e5620663 authored about 4 years ago
extra logging for glyphRangeForBoundingRectWithoutAdditionalLayout

FB: 5bd264a2ea5ccd2291f1d3911b41e1e7

github.com/sequel-ace/sequel-ace - 7c552ae17d1a07024ca2bcb194eb6e213b2417b3 authored about 4 years ago
generic foreach and tests

github.com/sequel-ace/sequel-ace - db2da0bd3b0845c88d4e92661f750adbce8b0002 authored about 4 years ago
added IsEmpty()

github.com/sequel-ace/sequel-ace - 6fd2ec5790b14f6bbbddfc5a817cd7a2ba4a1f83 authored about 4 years ago
added always_inline

github.com/sequel-ace/sequel-ace - f4ee9923eb5cde710b35293e1a6def276c07f23d authored about 4 years ago
Merge pull request #788 from Sequel-Ace/query-history-778

#fixed Query history duplicates and order

github.com/sequel-ace/sequel-ace - a53198a7af6b0b604b9a06ee54091b5e6d5679b3 authored about 4 years ago
guard against collation being NSNull

FB: 921a2f25e4ed066aa0289c85eb297dec

github.com/sequel-ace/sequel-ace - f4e814319d288f96bbf19879a15191eeb670edad authored about 4 years ago
Only display the reconnect dialog if the window is visible AND we are not terminating

FB: 246e9c940b6aac10e827d546de79da8d

github.com/sequel-ace/sequel-ace - 6c4c1d5abf30e3e7b89e51c5ef78e2d424c382b0 authored about 4 years ago
added extra checks before calling addBookmarkForUrl

FB: 4cd426bed28002865565f7e7e8b4eb53

github.com/sequel-ace/sequel-ace - a75d3a4480cba167ff077cb14c546be799c31c93 authored about 4 years ago
rename intSort to intSortDesc

to be clear that the sort returns the key in desc order

github.com/sequel-ace/sequel-ace - 3c92048ad07d10bb5f0fdd15aba11ad00820600a authored about 4 years ago
fix nil check and add logging for SPFieldEditorController JSON seg

FB: 6d757836480c5d7ed457435ddf60eddb

github.com/sequel-ace/sequel-ace - 5e5390fa37c252bcbea6143db0d25a62200488b6 authored about 4 years ago
use normalizeQueryHistory to fix history

github.com/sequel-ace/sequel-ace - 11f5d8a0dd8a183e9182541a8e9941015c78b3a0 authored about 4 years ago
expose normalizeQueryHistory to ObjC

github.com/sequel-ace/sequel-ace - 9be486881feac46603e339e117e441f3e938ee25 authored about 4 years ago
new string tests

github.com/sequel-ace/sequel-ace - 7dd179197a5f69b03a896cfc60e64c789800f061 authored about 4 years ago
separatedIntoLinesObjc

github.com/sequel-ace/sequel-ace - 91865938e952b5ff3034a060a8dd5354990ecc66 authored about 4 years ago
handle where incoming array is one line, separated by \n, and still has the trailing ';'

github.com/sequel-ace/sequel-ace - 6e9792ee6b6feb1a8df10faea0f1c9ba67addca7 authored about 4 years ago
Crashlytics logging

github.com/sequel-ace/sequel-ace - 274c1bcc60d6e9e395f33508dfb54085aa6433d0 authored about 4 years ago
changed logging category to queryDatabase

github.com/sequel-ace/sequel-ace - e704e107c1bddd4e05e16d5eae125e7736c537e0 authored about 4 years ago
new func: separatedIntoLines

returns a string array from the original string, delimited by line endings

github.com/sequel-ace/sequel-ace - ef5c9bfb54a463ede792308c5cb8498d17b109ae authored about 4 years ago
moved intSort to SPFunctions

github.com/sequel-ace/sequel-ace - b4644f4458b0a70ce69858765eb4cf9e691bdc1b authored about 4 years ago
GeneralSwiftTests

github.com/sequel-ace/sequel-ace - 88792080b7ebab374a845ae2fbaaefe542953878 authored about 4 years ago
Merge branch 'main' into query-history-778

* main:
logging
restored spHistoryControllerInstance
pod deintegrate

github.com/sequel-ace/sequel-ace - 5943198cef69b81a943a525db303be56a0ead3bd authored about 4 years ago
add and use PK column called 'id'

github.com/sequel-ace/sequel-ace - 3679f50959174e0e295c7d70c9a21bc53102906d authored about 4 years ago
Merge pull request #783 from Sequel-Ace/fix-table-history-775

#fixed Table history buttons not working

github.com/sequel-ace/sequel-ace - 100cd2dbfe1c63611e72a6120ca08afda4f4a916 authored about 4 years ago
rm vacuum on app close

See: https://www.sqlite.org/lang_vacuum.html
"The VACUUM command may change the ROWIDs of entrie...

github.com/sequel-ace/sequel-ace - 3a13fac20a55fede540ae43536c809ec9be222eb authored about 4 years ago
restored spHistoryControllerInstance

github.com/sequel-ace/sequel-ace - 3117feda702409c9602825d386824d8659ef5990 authored about 4 years ago
pod deintegrate

github.com/sequel-ace/sequel-ace - 131769ef5d8b4de719b5652ae8074c5bbeae5b74 authored about 4 years ago
Merge pull request #781 from Sequel-Ace/chinese

Add Chinese localizations #added

github.com/sequel-ace/sequel-ace - ebe453a7e350343e775b7786b3471b6a34b28924 authored about 4 years ago
Merge pull request #772 from anonymous4argus/main

Fix reconnect timeout - accept SSH password after network connection reset #fixed

github.com/sequel-ace/sequel-ace - cb7f90224fb5ec764e0f2e73207fef61b3659086 authored about 4 years ago
Enable Chinese localizations, prepare Crowdin

github.com/sequel-ace/sequel-ace - e5c8d717a31a0763257dd0f066a158fe4ba0ab6b authored about 4 years ago
Merge pull request #779 from Sequel-Ace/getRidOfCocoaPods

Get rid of CocoaPods, switch FMDB to SPM, enable Swift standard libraries #changed

github.com/sequel-ace/sequel-ace - 8f91391cb3f8440c6cdcd4c18ba8537186a85aeb authored about 4 years ago
Fix CI and code review

github.com/sequel-ace/sequel-ace - 4ee1ddb3f0f9cfc8a69348d37ea3d0b2a94df09e authored about 4 years ago
Remove acknowledgment

github.com/sequel-ace/sequel-ace - 2806f927bac26d72f57c3863d8e89db47febf2fc authored about 4 years ago
Fix couple of warnings, enable swift standard libraries

github.com/sequel-ace/sequel-ace - 30998262ad24c762b4a65afabc7899aaef6069b9 authored about 4 years ago
Switch FMDB to SPM instead of CocoaPods, remove CocoaPods from project itself

github.com/sequel-ace/sequel-ace - ccc68d7ff6fe128935d50fc4d9a313305f450621 authored about 4 years ago
Merge branch 'main' into main

github.com/sequel-ace/sequel-ace - 2289b424d6a432acdad8ac6860663ebe9ad2b36a authored about 4 years ago
Merge pull request #769 from Sequel-Ace/consistent-encoding-utfmb4

Consistently use encoding utf8mb4 #changed

github.com/sequel-ace/sequel-ace - 656cc94818853129e1fc27504db85beb89542764 authored about 4 years ago
Merge branch 'main' into main

github.com/sequel-ace/sequel-ace - 208f634c9c9ef3fc99ca37e7aaa17435e9191838 authored about 4 years ago
Merge branch 'main' into consistent-encoding-utfmb4

github.com/sequel-ace/sequel-ace - 98a52fad6b5e05600c7d8db87decb22bda69f9e1 authored about 4 years ago
Merge pull request #766 from Sequel-Ace/fix-some-more-crashes

#fixed some more crashes

github.com/sequel-ace/sequel-ace - 056bb81ac953064e098eaaa048378f3245f22b66 authored about 4 years ago
Merge branch 'main' into fix-some-more-crashes

github.com/sequel-ace/sequel-ace - 96e87700fbdb1e29cad396ea96b814caab24f8ff authored about 4 years ago
Merge branch 'main' into consistent-encoding-utfmb4

github.com/sequel-ace/sequel-ace - 674901f2801c8570cd0989fcf6a4bb664d46c340 authored about 4 years ago
Merge pull request #771 from Sequel-Ace/spanish

Add support for generic Spanish language next to Spanish (Spain) language #added

github.com/sequel-ace/sequel-ace - edd5e4eb2f357256211100db75ba5b8ca2e8000f authored about 4 years ago
Update SPSSHTunnel.m

fix Sequel-Ace issue #263, SequelPro issue #2303

github.com/sequel-ace/sequel-ace - cf3fad03cc30ec59d69860dcd2280bb281e91427 authored about 4 years ago
Merge branch 'main' into spanish

github.com/sequel-ace/sequel-ace - 9d510f96068bf59bcb4949a64a48bd52587a7b74 authored about 4 years ago
Add support for generic spanish language

github.com/sequel-ace/sequel-ace - 3c9cb4c5b37664b9f23113e3e8585215e50bf49b authored about 4 years ago
A tiny bit more manual clanup

github.com/sequel-ace/sequel-ace - 4192d0e44bc2c2d98658d85fcce0050d5d764932 authored about 4 years ago
Drop more legacy things

github.com/sequel-ace/sequel-ace - 57bdf83587221c6a419cf747926f1ae0f3e16abb authored about 4 years ago
Drop engineTypeQueryName

github.com/sequel-ace/sequel-ace - 4a9c000504c1696d00003e6d31918663b860e0f6 authored about 4 years ago
Drop unsupported triggers

github.com/sequel-ace/sequel-ace - a87134c8bf48cf5ca12315a3ba0de2574e6ded33 authored about 4 years ago
Prefer utf8mb4 for new tables

github.com/sequel-ace/sequel-ace - 9fab69abde250eb63eaa34859e83ef61d4e4272a authored about 4 years ago
Fix odd parts of exporter with utf8mb4

github.com/sequel-ace/sequel-ace - cf02bda867f055a2d583bf40fa084fb2a1b0f31b authored about 4 years ago
notes -> create_options

github.com/sequel-ace/sequel-ace - a3df82b8f0cebd9e2e5466a1b17ac5a6a7e9379e authored about 4 years ago
Drop more mysql 4 things

github.com/sequel-ace/sequel-ace - 23cf4c180140a753aa06a6bdff7eb30d955934fb authored about 4 years ago
Update serverSupport isMySQLx vars

github.com/sequel-ace/sequel-ace - ac14a4c141b0af92825a689b1fe66fd6aa004352 authored about 4 years ago
nil guards

FB: aa5ff919c26aab6542d057b27e6fe620

github.com/sequel-ace/sequel-ace - 2523ef5ac98be576fa98ffe8cdf6dce90cf51d9e authored about 4 years ago
Remove check for supportsDropUser as we no longer support mysql < 5

github.com/sequel-ace/sequel-ace - d4eb07ae1e735ff22713f35eac5438e00c2c75a1 authored about 4 years ago
Remove check for supportsPost41CharacterSetHandling as we no longer support mysql < 5

github.com/sequel-ace/sequel-ace - 6402fb31716e077de929beeba119b3ace5e480a1 authored about 4 years ago
Remove check for supportsCharacterSetAndCollationVars as we no longer support mysql < 5

github.com/sequel-ace/sequel-ace - f6d42e9c038c020430053e2e069b6f31c5bd049f authored about 4 years ago
Remove check for supportsShowCollation as we no longer support mysql < 5

github.com/sequel-ace/sequel-ace - e05c7080f862c3c8899801683c969380d3db1f58 authored about 4 years ago
logging for closed file handle

FB: 9d832d014b58e407fbcc690725d22c5b

github.com/sequel-ace/sequel-ace - 26518f5f08919e725b3a5ff02fc42cb60b4f3596 authored about 4 years ago
Remove check for supportsShowCharacterSet as we no longer support mysql < 5

github.com/sequel-ace/sequel-ace - a5da7d100cbbb15977fefd91b8f01efaeb694ca2 authored about 4 years ago