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

* Adding the possibility to set a collation when creating a database

github.com/sequel-ace/sequel-ace - e78826bf5848073f6cd095f500bff7c98f11d8b2 authored almost 12 years ago
- Add a new SPMySQLEmptyResult class to SPMySQLFrameowkr, returning it instead of nil if a query produces no result set. This allows per-result-set properties to be preserved, fixing issues where information like query execution time was lost - addressing Issue #1577

github.com/sequel-ace/sequel-ace - f4967d21057a1363cacc9607b5ace0149a45ca11 authored almost 12 years ago
Adjust keywords list to fix auto capitalisation of "ON".

github.com/sequel-ace/sequel-ace - e88ea3b18a1e9bd1f1e5bef51d982992ce211933 authored almost 12 years ago
* When adding a database the servers default charset is now shown

github.com/sequel-ace/sequel-ace - d70bd5befb27a72e1b9ab6e44692ad67b2f437b9 authored almost 12 years ago
- Change the string '=' and '!=' to be case- and collation-insensitive by default, using the Shift key (as documented in the tooltip) to trigger a BINARY exact match. This addresses Issue #1578

github.com/sequel-ace/sequel-ace - 980abfd10ef5aebe29a7e2369b996b16e25a16af authored almost 12 years ago
- Allow Favorites import to read favorites from an old preferences .plist file, further addressing Issue #1588

github.com/sequel-ace/sequel-ace - cd3325991d97ca1e3104b919f21c499f00d4720a authored almost 12 years ago
- Alter the preferences favourite minimum version to avoid issues with previous runs of nightlies, which may partially address Issue #1588

- Remove the old favourites key from the preferences now imports have succeeded

github.com/sequel-ace/sequel-ace - 44d72e95870de18e00e270f496971e4c968c3834 authored almost 12 years ago
Fix format string error in QueryKit

github.com/sequel-ace/sequel-ace - ecac18dbf7e49a849dd7089902c6b762cb7f1189 authored almost 12 years ago
Restore tab bar label when cancelling a connection.

github.com/sequel-ace/sequel-ace - 90ca7b7d84a80a77baf7914e12bc897d62f42a87 authored almost 12 years ago
* Add support for querying the server default charset and collation

* Move a bit of redundant code into a method

github.com/sequel-ace/sequel-ace - 4db3922e4777aac10855d457ba4f2962fcd8fd8c authored almost 12 years ago
- If the Custom Query editor view is active on window open, correctly set the focus in it, addressing Issue #1590

github.com/sequel-ace/sequel-ace - f551b70055c726fc2c96d93acfe3dfd1ac6c1f31 authored almost 12 years ago
- Make the theme background apply to the query favourites editor

github.com/sequel-ace/sequel-ace - 550b3cce18d319a26ca9fe2359ea68746ae089b5 authored almost 12 years ago
- Set Sequel Pro to always run on Integrated Graphics on machines with both integrated and discrete, improving power consumption if nothing else is triggering the discrete GPU. This addresses Issue #1609.

github.com/sequel-ace/sequel-ace - 31c38fda6e9d6e5b3fbce07e151ff5bbfdcd79fe authored almost 12 years ago
- Fix release builds after r4041

- Update localizable strings

github.com/sequel-ace/sequel-ace - 3763c77541ec384f07ca3440f6301e2413001c22 authored almost 12 years ago
Tweak and improve the User Manager:

- Rework how data to populate the user manager is retrieved from the server, speeding up display...

github.com/sequel-ace/sequel-ace - 5f3881c0f03e6d103bb09a4fb8da525b761b40dc authored almost 12 years ago
* Add support for querying MySQL 4 for collations

github.com/sequel-ace/sequel-ace - c51d93d760b6ad47ac4256bdf564688cb9a5d2f8 authored almost 12 years ago
- Fix crashes in the User Manager when fields don't validate but a save/cancel/tab switch is still triggered, addressing Issue #1627

github.com/sequel-ace/sequel-ace - 2a7c3296a7186558446d136d4c87633126561371 authored almost 12 years ago
- Alter the content filter manager and the query favourite manager to import items from a file into the Global group if the document is untitled, improving import UX and addressing Issue #1616 and Issue #1645. Also select and scroll to the newly imported items for clarity.

github.com/sequel-ace/sequel-ace - 1ebe3e3b0c5fc9ea248dfd4a678d3166d5e62c78 authored almost 12 years ago
- If date-type fields are cleared, and allow NULLs, save the cell value as NULL; this implements Issue #1638

github.com/sequel-ace/sequel-ace - 9f85aaffb997a8baa41322021e4a76324a50b9a2 authored almost 12 years ago
- Fix an error parsing SQL inside an unterminated delimiter statement causing an off-by-one error in positioning, addressing Issue #1643

github.com/sequel-ace/sequel-ace - aa7d26a28f9609963478ffdebaf6b8ffcde32bcd authored almost 12 years ago
- Apply schlabberdog's fix for log #3969, addressing Issue #1647

github.com/sequel-ace/sequel-ace - b5742523d753e23a28b1a1de60757a782989cd26 authored almost 12 years ago
- End editing for deleting content filter or query favourites, addressing exceptions and Issue #1648

github.com/sequel-ace/sequel-ace - 2d9e30ebc8a5937d0c9a41fc8d995cd5287040a7 authored almost 12 years ago
- Add support for export path tokens containing non-alphanumeric characters, automatically grouping and tokenising as required for both dragged and typed tokens. This addresses Issue #1567.

github.com/sequel-ace/sequel-ace - f2545c5e4fc4414d4ee448de4a5f399d6cf58ad2 authored almost 12 years ago
- Detect deleted or non-writable folders for export targets and give appropriate errors (particularly for saved paths), addressing Issue #1566

github.com/sequel-ace/sequel-ace - 5ab13b27148a09e5bbf28c9ecfb7a8303b42462d authored almost 12 years ago
- Fix blurry text in a number of text views in 1.0.x (Possibly caused by IB mangling; recreated new text views with the same settings to address). This fixes Issue #1560

github.com/sequel-ace/sequel-ace - dc01fc47378ae2af794faaeb230ef01c7cd63811 authored almost 12 years ago
- Alter the database creation sheet to correctly use the selected new database encoding

- Clean up the database creation logic and remove redundant selection logic
- Correctly reset a...

github.com/sequel-ace/sequel-ace - 552d01b14d97cdd325ed433bca2945c9a13061b3 authored almost 12 years ago
- Fix handling of primary keys listing multiple fields of which an early field has a specified length, addressing Issue #1641

github.com/sequel-ace/sequel-ace - e01f4a945279605ae5b674b61e0bee752e8d933d authored almost 12 years ago
- Fix escaping of backlsashes in non-LIKE clauses, addressing string matching with the = and RegExp operators - addresses Issue #1563

github.com/sequel-ace/sequel-ace - b7c8b06a8aad371f02139d5fe4ac64bba7f11811 authored almost 12 years ago
Move the table triggers controller delegate methods to their own category.

github.com/sequel-ace/sequel-ace - e708cef969bb833a35615f1b5bada42a0d464fcd authored almost 12 years ago
- When favorites in the connection view gave no password, no longer set the focus to the password field as soon as they're selected; instead, make the password field the next responder for tab keys. This addresses Issue #1555.

github.com/sequel-ace/sequel-ace - 77b2f3d777bc743b7b96a9f2267d1a89d704510d authored almost 12 years ago
- Fix handling of double-dash style comments within field names, addressing Issue #1554

github.com/sequel-ace/sequel-ace - 9aaa544772539410f28df132be78e0f44da1db10 authored almost 12 years ago
- Default to disabling SSH multiplexing to avoid connection issues as per Issue #1457; leave multiplexing code present, but behind a preference. Run `defaults write com.sequelpro.SequelPro -boolean YES` to re-enable.

github.com/sequel-ace/sequel-ace - 6be2edae44406588125036771a6b030993ba58aa authored almost 12 years ago
- Fix crashes when importing favorites on the connection view, addressing Issue #1556

- Select and scroll to newly created favorites after import

github.com/sequel-ace/sequel-ace - 36fa01d0c98481af4b6a17061ac94c0a5a0186fe authored almost 12 years ago
- Add a check for SPNotLoaded values when automatically generating new tables when importing CSVs, fixing Issue #1621 (SPNotLoaded values are generated when rows shorter than the header row are seen)

github.com/sequel-ace/sequel-ace - f7f5013b74e890c743482a3f6bb5dd36690a36da authored almost 12 years ago
Fix some 10.8 warnings.

github.com/sequel-ace/sequel-ace - 621ae24a28249f205837d8889654a2d4afe02093 authored almost 12 years ago
Fix remaining 10.6/7 build warnings.

github.com/sequel-ace/sequel-ace - d9e1657fce16698ba8f92b6777a6e8b08eb10318 authored almost 12 years ago
Minor tidy up.

github.com/sequel-ace/sequel-ace - 2af49924b345d7ac3468f62d77ff8fd8ff39a221 authored almost 12 years ago
Fix more warnings.

github.com/sequel-ace/sequel-ace - de952b797635d1d19a0357ba396b5e6be9f40624 authored almost 12 years ago
Fix warnings by not using id for IB outlet references.

github.com/sequel-ace/sequel-ace - 37253fa9894c9ff40b07c001b77c77b3e7e59368 authored almost 12 years ago
Fix more wanrings by creating a protocol that delegates of the copy table should conform to.

github.com/sequel-ace/sequel-ace - 27156550b646a74d2345b4ff9650b7a3b4ba052e authored almost 12 years ago
Fix build error with synthesized property affecting only release build of Coda

github.com/sequel-ace/sequel-ace - 624244dd35a6ca2e7942fbadbcaea756367b3453 authored almost 12 years ago
Changing SP_REFACTOR macro to SP_CODA

github.com/sequel-ace/sequel-ace - 7d71d9d773ca7ee8b5920e304b7b41b92120943f authored almost 12 years ago
Changes required to merge Sequel Pro r4011 into Coda

github.com/sequel-ace/sequel-ace - 47069472a4b5dc6655338a77ec8b1eb9a5f5c3d9 authored almost 12 years ago
- Merge in changes from 1.0.x release branch to trunk

github.com/sequel-ace/sequel-ace - c37936d71c9c8ad9b721e33899bb118032466896 authored almost 12 years ago
- Fix warnings and logic bugs; thanks to Steven Frank for highlighting these

github.com/sequel-ace/sequel-ace - 3a440aa512f3524545dc0b1ec39362d052ed4806 authored almost 12 years ago
* Fixes #1605

github.com/sequel-ace/sequel-ace - 4be04fd8fd3035dd77d44851d9470d8328a3af74 authored almost 12 years ago
Fix more warnings.

github.com/sequel-ace/sequel-ace - bb61fe13ac5c4c01182ea06d0f7b09e64e9678ff authored about 12 years ago
* Fixes #1568 (Enter key was linked to "Run All" while displayed as linked to "Run Current")

github.com/sequel-ace/sequel-ace - 82c448ad7672b844535b366e6e58243d6113691c authored about 12 years ago
PostgresKit: Enable additional data type integration tests.

github.com/sequel-ace/sequel-ace - a7e4480129a50db452eab212a9f82ee1ac93191c authored about 12 years ago
PostgresKit: Update test data and fix not retaining timestamp properties.

github.com/sequel-ace/sequel-ace - ba5a0d6b416971b386896088e227e2ec4110b2a3 authored about 12 years ago
- Allow all filenames/types in SSH and SSL key/cert selection dialogs, to fix naming issues; addresses Issue #1544 and Issue #1493

github.com/sequel-ace/sequel-ace - 74aa78f132d4339164d1722c9008c00981e81bf6 authored about 12 years ago
- Fix a bounds check causing the preferences upgrade routine to fail in edge cases, addressing Issue #1547

- Bump the version number to 1.0.1

github.com/sequel-ace/sequel-ace - 80fdadaa9375d443ec37982a438c4251912cda77 authored about 12 years ago
PostgresKit: Attempt to fix tests.

github.com/sequel-ace/sequel-ace - 4d09d6c010fac04e9b589ae53e6b272d369ad62b authored about 12 years ago
Move the flex parsing function definitions to their own file so they're not duplicated in multiple places.

github.com/sequel-ace/sequel-ace - 29797ba0fe84e314e51b994df04140c8621602dd authored about 12 years ago
Fix more warnings.

github.com/sequel-ace/sequel-ace - 4faf9d57efd88123216f78b292886a5ee086e421 authored about 12 years ago
Fix more warnings.

github.com/sequel-ace/sequel-ace - 23833c899c531705557443da649c1f13701dc197 authored about 12 years ago
Fix more warnings.

github.com/sequel-ace/sequel-ace - b442a9920d8e873c4df7b84799aa49e551922e2d authored about 12 years ago
- Fix connection view favourites outline view layout issues on 10.7+ following the move to the 10.6 SDK

github.com/sequel-ace/sequel-ace - dfd3414cbcfc025caa23285c7d1a8f108b09b5f1 authored about 12 years ago
Fix memory leak.

github.com/sequel-ace/sequel-ace - 8f00c5e94947e7ec7c7a9d6a00e20fc9b180cb6a authored about 12 years ago
Fix more warnings.

github.com/sequel-ace/sequel-ace - 7342e8cb80a945b258aa4d52d0d74fe4f1690ae4 authored about 12 years ago
Fix warnings due to not conforming to 10.6 protocols.

github.com/sequel-ace/sequel-ace - ceb7ac070de284fea209962bf7352bffc1788218 authored about 12 years ago
PostgresKit: Bump base SDK to be 10.6 and drop PPC support.

github.com/sequel-ace/sequel-ace - 5956ce23cb3e98a14aff79ceb122b47712442953 authored about 12 years ago
Build config update:

- Update base SDK to 10.6
- Update minimum OS version to 10.6
- Update all XIB to have a 10.6 ta...

github.com/sequel-ace/sequel-ace - aaba2bec280c6756cd16835ff10bda3fa5dcead2 authored about 12 years ago
Tag 1.0 release.

github.com/sequel-ace/sequel-ace - ce8f2ba8be4f20824f1db6bf3f45a890a92a108f authored about 12 years ago
Tidy up custom query header.

github.com/sequel-ace/sequel-ace - abf89e23065afa0f5b2434409d33f56ae035d8f3 authored about 12 years ago
* Add some color themes

github.com/sequel-ace/sequel-ace - 6908c8c14aa41d98776f106158a70f5a80b46113 authored about 12 years ago
PostgresKit: Revert previous change.

github.com/sequel-ace/sequel-ace - 5d58d7d2c76741923ae401eafd9a6ba78b0c693f authored about 12 years ago
PostgresKit: Fix tests, take 2.

github.com/sequel-ace/sequel-ace - dac3db52c5b5d7773d4b7aca1da2b1dbefde5ef6 authored about 12 years ago
PostgresKit: Fix tests.

github.com/sequel-ace/sequel-ace - e5dcf54d2608f25028484e4a89b9c7df5cd63679 authored about 12 years ago
PostgresKit: Add a better test failure message.

github.com/sequel-ace/sequel-ace - 946382f871d60ccb41157c21256797542d9dc7b8 authored about 12 years ago
PostgresKit: Fix tests intermittently failing due to connection not being established.

github.com/sequel-ace/sequel-ace - 0b698d969edb192a20e3c6b4e53728e732dbecde authored about 12 years ago
Remove useless init and dealloc method comments and perform general tidy up.

github.com/sequel-ace/sequel-ace - 9ab31cc5b60bf0e4519c989a3e9d213da50f888d authored about 12 years ago
Don't need to set the test delegate.

github.com/sequel-ace/sequel-ace - ba6a7fac93619f3e74784b1ffbaaf9561247dcdf authored about 12 years ago
Fix Issue #1527, weird display artifacts when reordering custom query results, in two different ways:

- Preserve the existing scroll rectangle if reloading the view
- Update the scroll rect on the ...

github.com/sequel-ace/sequel-ace - 2dbac79a1a531a75cc8eaf45e7aa47699f07cfa7 authored about 12 years ago
- Fix trigger edit failures not restoring the interface correctly, preventing the correct saving of the edited trigger thereafter (Issue #1534)

- Clean up interface resetting and validation to fix edge cases where the interface was not rese...

github.com/sequel-ace/sequel-ace - 6a6142ee4877bce38029da49b45f7177b36aff3a authored about 12 years ago
Window controller tidy up.

github.com/sequel-ace/sequel-ace - 41154e8b41528536529d7f1083169214879e3f4e authored about 12 years ago
- Fix a problem where the row count for InnoDB would not be displayed as an accurate value, whatever the Preferences setting, if the Content table was not selected

- Clean up code slightly
- Remove an unneccessary query being used for the table information vi...

github.com/sequel-ace/sequel-ace - fb74197b3affc05405439458d01e2f45eec47816 authored about 12 years ago
Fix broken documentation links.

github.com/sequel-ace/sequel-ace - a192312d3060c37c9451ac05e1a939293db5b941 authored about 12 years ago
Small table info tidy up.

github.com/sequel-ace/sequel-ace - 4f1551950fb585328fe808f553122ff576063bab authored about 12 years ago
Issue #1422: Update the user manager's resource limit formatters to have a minumum value of zero.

github.com/sequel-ace/sequel-ace - f56224f93ffb8c8bd0a416d9cccea4d83c07c358 authored about 12 years ago
PostgresKit: Fix the integration tests as well as some issues that they highlighted.

github.com/sequel-ace/sequel-ace - f5e507a38ba2a73619cfc3349257507c445464af authored about 12 years ago
PostgresKit: When extracting an error field check it's not null before returning it.

github.com/sequel-ace/sequel-ace - c2d9b3fd35e64cbb307cc04fb6789dc4656f9ca3 authored about 12 years ago
- Move the old com.google.code.sequel-pro.plist preference list to the trash now that migration to com.sequelpro.SequelPro.plist has completed.

github.com/sequel-ace/sequel-ace - 7aa53f9496cab4625806ca38fad65d0ef6c93452 authored about 12 years ago
- When requesting the server vesion with no current connection, return -1 instead of zero.

- When executing a query, perform the query checks before the connection check to avoid performin...

github.com/sequel-ace/sequel-ace - ad016807a908e6bec3174f9e5eae9524e6243d57 authored about 12 years ago
Fix debug optimization level.

github.com/sequel-ace/sequel-ace - 4a5cc4d039152cea726e38af9ff72d617d584513 authored about 12 years ago
Make sure the test script exits with the correct code based on the success of the tests.

github.com/sequel-ace/sequel-ace - ac05529d8fa9594105d73eb83c8e317d7bba61f4 authored about 12 years ago
Fix typo in test data script.

github.com/sequel-ace/sequel-ace - 3ff05d672209116e1fe31ca676b4c7d09e421fb1 authored about 12 years ago
Small tweak to the bundle identifier migration function to prevent releasing a null reference. Fixes http://spbug.com/l/3714.

github.com/sequel-ace/sequel-ace - cef4cd6f5f8c3e0278f6b1809e333af42fee5d94 authored about 12 years ago
Update QueryKit bundle identifier.

github.com/sequel-ace/sequel-ace - 778d9814cd12318ceb303fa80f1af6d42cc8691c authored about 12 years ago
- Fix toggleFullScreen: errors on <= 10.6, addressing Log #3759. (It appears that an NSWindow subclass which checks whether super respondsToSelector:@selector(toggleFullScreen:) returns YES on 10.6; changing this to an +[NSWindow instancesRespondToSelector:] check works correctly). Thanks to schlabberdog for identifying the problem!

github.com/sequel-ace/sequel-ace - 28543e03bb8e8081767f5b66822b1acd841060af authored about 12 years ago
Update PostgresKit bundle identifiers.

github.com/sequel-ace/sequel-ace - 6481a034c14baa33e3533737dd794b82b7e4fb26 authored about 12 years ago
Minor tidy up.

github.com/sequel-ace/sequel-ace - 2819529f8bcd239af9bd06c2310f7f8fc9900fd1 authored about 12 years ago
- Enable translation of the Show/Hide Toolbar menu item by taking over title changes ourselves, fixing the last part of Issue #1521

github.com/sequel-ace/sequel-ace - b0b4d3698cd9b873e63da5a95478d3369efd2b2d authored about 12 years ago
Increase the minimum size of the connection view's split view so we don't force the quick connect heading to be wrapped.

github.com/sequel-ace/sequel-ace - 18c31ef044b6d2959e55edb3bbff1fd373ea4350 authored about 12 years ago
- Fix problems editing the connection name when editing has just begun, addressing Issue #1518

github.com/sequel-ace/sequel-ace - b659d41228422e9ed6c5e94bed879c2b2b57a115 authored about 12 years ago
- Call the NSWindow super implementation of validateMenuItem: in SPWindow, fixing Show Toolbar/Hide Toolbar menu item title not being updated correctly - addresses Issue #1521

- When the toolbar is hidden, draw a line in the window to cover up the bottom border of the win...

github.com/sequel-ace/sequel-ace - a3a738ea230ead792aa747e4a66ced6e8bea8562 authored about 12 years ago