Ecosyste.ms: OpenCollective

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

github.com/sequel-ace/sequel-ace

MySQL/MariaDB database management for macOS
https://github.com/sequel-ace/sequel-ace

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

e78826bf5848073f6cd095f500bff7c98f11d8b2 authored over 11 years ago by dmoagx <[email protected]>
- 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

f4967d21057a1363cacc9607b5ace0149a45ca11 authored over 11 years ago by rowanbeentje <[email protected]>
Adjust keywords list to fix auto capitalisation of "ON".

e88ea3b18a1e9bd1f1e5bef51d982992ce211933 authored over 11 years ago by avenjamin <[email protected]>
* When adding a database the servers default charset is now shown

d70bd5befb27a72e1b9ab6e44692ad67b2f437b9 authored over 11 years ago by dmoagx <[email protected]>
- 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

980abfd10ef5aebe29a7e2369b996b16e25a16af authored over 11 years ago by rowanbeentje <[email protected]>
- Allow Favorites import to read favorites from an old preferences .plist file, further addressing Issue #1588

cd3325991d97ca1e3104b919f21c499f00d4720a authored over 11 years ago by rowanbeentje <[email protected]>
- 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

44d72e95870de18e00e270f496971e4c968c3834 authored over 11 years ago by rowanbeentje <[email protected]>
Fix format string error in QueryKit

ecac18dbf7e49a849dd7089902c6b762cb7f1189 authored over 11 years ago by avenjamin <[email protected]>
Restore tab bar label when cancelling a connection.

90ca7b7d84a80a77baf7914e12bc897d62f42a87 authored over 11 years ago by avenjamin <[email protected]>
* Add support for querying the server default charset and collation

* Move a bit of redundant code into a method

4db3922e4777aac10855d457ba4f2962fcd8fd8c authored over 11 years ago by dmoagx <[email protected]>
- If the Custom Query editor view is active on window open, correctly set the focus in it, addressing Issue #1590

f551b70055c726fc2c96d93acfe3dfd1ac6c1f31 authored over 11 years ago by rowanbeentje <[email protected]>
- Make the theme background apply to the query favourites editor

550b3cce18d319a26ca9fe2359ea68746ae089b5 authored over 11 years ago by rowanbeentje <[email protected]>
- 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.

31c38fda6e9d6e5b3fbce07e151ff5bbfdcd79fe authored over 11 years ago by rowanbeentje <[email protected]>
- Fix release builds after r4041

- Update localizable strings

3763c77541ec384f07ca3440f6301e2413001c22 authored over 11 years ago by rowanbeentje <[email protected]>
Tweak and improve the User Manager:

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

5f3881c0f03e6d103bb09a4fb8da525b761b40dc authored over 11 years ago by rowanbeentje <[email protected]>
* Add support for querying MySQL 4 for collations

c51d93d760b6ad47ac4256bdf564688cb9a5d2f8 authored over 11 years ago by dmoagx <[email protected]>
- Fix crashes in the User Manager when fields don't validate but a save/cancel/tab switch is still triggered, addressing Issue #1627

2a7c3296a7186558446d136d4c87633126561371 authored over 11 years ago by rowanbeentje <[email protected]>
- 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.

1ebe3e3b0c5fc9ea248dfd4a678d3166d5e62c78 authored over 11 years ago by rowanbeentje <[email protected]>
- If date-type fields are cleared, and allow NULLs, save the cell value as NULL; this implements Issue #1638

9f85aaffb997a8baa41322021e4a76324a50b9a2 authored over 11 years ago by rowanbeentje <[email protected]>
- Fix an error parsing SQL inside an unterminated delimiter statement causing an off-by-one error in positioning, addressing Issue #1643

aa7d26a28f9609963478ffdebaf6b8ffcde32bcd authored over 11 years ago by rowanbeentje <[email protected]>
- Apply schlabberdog's fix for log #3969, addressing Issue #1647

b5742523d753e23a28b1a1de60757a782989cd26 authored over 11 years ago by rowanbeentje <[email protected]>
- End editing for deleting content filter or query favourites, addressing exceptions and Issue #1648

2d9e30ebc8a5937d0c9a41fc8d995cd5287040a7 authored over 11 years ago by rowanbeentje <[email protected]>
- 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.

f2545c5e4fc4414d4ee448de4a5f399d6cf58ad2 authored over 11 years ago by rowanbeentje <[email protected]>
- Detect deleted or non-writable folders for export targets and give appropriate errors (particularly for saved paths), addressing Issue #1566

5ab13b27148a09e5bbf28c9ecfb7a8303b42462d authored over 11 years ago by rowanbeentje <[email protected]>
- 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

dc01fc47378ae2af794faaeb230ef01c7cd63811 authored over 11 years ago by rowanbeentje <[email protected]>
- 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...

552d01b14d97cdd325ed433bca2945c9a13061b3 authored over 11 years ago by rowanbeentje <[email protected]>
- Fix handling of primary keys listing multiple fields of which an early field has a specified length, addressing Issue #1641

e01f4a945279605ae5b674b61e0bee752e8d933d authored over 11 years ago by rowanbeentje <[email protected]>
- Fix escaping of backlsashes in non-LIKE clauses, addressing string matching with the = and RegExp operators - addresses Issue #1563

b7c8b06a8aad371f02139d5fe4ac64bba7f11811 authored over 11 years ago by rowanbeentje <[email protected]>
Move the table triggers controller delegate methods to their own category.

e708cef969bb833a35615f1b5bada42a0d464fcd authored over 11 years ago by stuconnolly <[email protected]>
Fix build.

c0dc27bfb033fbd94013f593f3cf242a5777a252 authored over 11 years ago by stuconnolly <[email protected]>
- 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.

77b2f3d777bc743b7b96a9f2267d1a89d704510d authored over 11 years ago by rowanbeentje <[email protected]>
- Fix handling of double-dash style comments within field names, addressing Issue #1554

9aaa544772539410f28df132be78e0f44da1db10 authored over 11 years ago by rowanbeentje <[email protected]>
- 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.

6be2edae44406588125036771a6b030993ba58aa authored over 11 years ago by rowanbeentje <[email protected]>
- Fix crashes when importing favorites on the connection view, addressing Issue #1556

- Select and scroll to newly created favorites after import

36fa01d0c98481af4b6a17061ac94c0a5a0186fe authored over 11 years ago by rowanbeentje <[email protected]>
- 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)

f7f5013b74e890c743482a3f6bb5dd36690a36da authored over 11 years ago by rowanbeentje <[email protected]>
Fix some 10.8 warnings.

621ae24a28249f205837d8889654a2d4afe02093 authored over 11 years ago by stuconnolly <[email protected]>
Fix remaining 10.6/7 build warnings.

d9e1657fce16698ba8f92b6777a6e8b08eb10318 authored over 11 years ago by stuconnolly <[email protected]>
Minor tidy up.

2af49924b345d7ac3468f62d77ff8fd8ff39a221 authored over 11 years ago by stuconnolly <[email protected]>
Fix more warnings.

de952b797635d1d19a0357ba396b5e6be9f40624 authored over 11 years ago by stuconnolly <[email protected]>
Fix warnings by not using id for IB outlet references.

37253fa9894c9ff40b07c001b77c77b3e7e59368 authored over 11 years ago by stuconnolly <[email protected]>
Fix more wanrings by creating a protocol that delegates of the copy table should conform to.

27156550b646a74d2345b4ff9650b7a3b4ba052e authored over 11 years ago by stuconnolly <[email protected]>
Fix build error with synthesized property affecting only release build of Coda

624244dd35a6ca2e7942fbadbcaea756367b3453 authored over 11 years ago by sqlprodev <[email protected]>
Changing SP_REFACTOR macro to SP_CODA

7d71d9d773ca7ee8b5920e304b7b41b92120943f authored over 11 years ago by sqlprodev <[email protected]>
Changes required to merge Sequel Pro r4011 into Coda

47069472a4b5dc6655338a77ec8b1eb9a5f5c3d9 authored over 11 years ago by sqlprodev <[email protected]>
- Merge in changes from 1.0.x release branch to trunk

c37936d71c9c8ad9b721e33899bb118032466896 authored over 11 years ago by rowanbeentje <[email protected]>
- Fix warnings and logic bugs; thanks to Steven Frank for highlighting these

3a440aa512f3524545dc0b1ec39362d052ed4806 authored over 11 years ago by rowanbeentje <[email protected]>
* Fixes #1605

4be04fd8fd3035dd77d44851d9470d8328a3af74 authored over 11 years ago by dmoagx <[email protected]>
Fix more warnings.

bb61fe13ac5c4c01182ea06d0f7b09e64e9678ff authored over 11 years ago by stuconnolly <[email protected]>
* Fixes #1568 (Enter key was linked to "Run All" while displayed as linked to "Run Current")

82c448ad7672b844535b366e6e58243d6113691c authored over 11 years ago by dmoagx <[email protected]>
PostgresKit: Enable additional data type integration tests.

a7e4480129a50db452eab212a9f82ee1ac93191c authored over 11 years ago by stuconnolly <[email protected]>
PostgresKit: Update test data and fix not retaining timestamp properties.

ba5a0d6b416971b386896088e227e2ec4110b2a3 authored over 11 years ago by stuconnolly <[email protected]>
- Allow all filenames/types in SSH and SSL key/cert selection dialogs, to fix naming issues; addresses Issue #1544 and Issue #1493

74aa78f132d4339164d1722c9008c00981e81bf6 authored over 11 years ago by rowanbeentje <[email protected]>
- 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

80fdadaa9375d443ec37982a438c4251912cda77 authored over 11 years ago by rowanbeentje <[email protected]>
PostgresKit: Attempt to fix tests.

4d09d6c010fac04e9b589ae53e6b272d369ad62b authored over 11 years ago by stuconnolly <[email protected]>
Move the flex parsing function definitions to their own file so they're not duplicated in multiple places.

29797ba0fe84e314e51b994df04140c8621602dd authored over 11 years ago by stuconnolly <[email protected]>
Fix more warnings.

4faf9d57efd88123216f78b292886a5ee086e421 authored over 11 years ago by stuconnolly <[email protected]>
Fix more warnings.

23833c899c531705557443da649c1f13701dc197 authored over 11 years ago by stuconnolly <[email protected]>
Fix more warnings.

b442a9920d8e873c4df7b84799aa49e551922e2d authored over 11 years ago by stuconnolly <[email protected]>
- Fix connection view favourites outline view layout issues on 10.7+ following the move to the 10.6 SDK

dfd3414cbcfc025caa23285c7d1a8f108b09b5f1 authored over 11 years ago by rowanbeentje <[email protected]>
Fix memory leak.

8f00c5e94947e7ec7c7a9d6a00e20fc9b180cb6a authored over 11 years ago by stuconnolly <[email protected]>
Fix more warnings.

7342e8cb80a945b258aa4d52d0d74fe4f1690ae4 authored over 11 years ago by stuconnolly <[email protected]>
Fix warnings due to not conforming to 10.6 protocols.

ceb7ac070de284fea209962bf7352bffc1788218 authored over 11 years ago by stuconnolly <[email protected]>
PostgresKit: Bump base SDK to be 10.6 and drop PPC support.

5956ce23cb3e98a14aff79ceb122b47712442953 authored over 11 years ago by stuconnolly <[email protected]>
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...

aaba2bec280c6756cd16835ff10bda3fa5dcead2 authored over 11 years ago by stuconnolly <[email protected]>
Tag 1.0 release.

ce8f2ba8be4f20824f1db6bf3f45a890a92a108f authored over 11 years ago by stuconnolly <[email protected]>
Tidy up custom query header.

abf89e23065afa0f5b2434409d33f56ae035d8f3 authored over 11 years ago by stuconnolly <[email protected]>
* Add some color themes

6908c8c14aa41d98776f106158a70f5a80b46113 authored over 11 years ago by dmoagx <[email protected]>
PostgresKit: Revert previous change.

5d58d7d2c76741923ae401eafd9a6ba78b0c693f authored over 11 years ago by stuconnolly <[email protected]>
PostgresKit: Fix tests, take 2.

dac3db52c5b5d7773d4b7aca1da2b1dbefde5ef6 authored over 11 years ago by stuconnolly <[email protected]>
PostgresKit: Fix tests.

e5dcf54d2608f25028484e4a89b9c7df5cd63679 authored over 11 years ago by stuconnolly <[email protected]>
PostgresKit: Add a better test failure message.

946382f871d60ccb41157c21256797542d9dc7b8 authored over 11 years ago by stuconnolly <[email protected]>
PostgresKit: Fix tests intermittently failing due to connection not being established.

0b698d969edb192a20e3c6b4e53728e732dbecde authored over 11 years ago by stuconnolly <[email protected]>
Remove useless init and dealloc method comments and perform general tidy up.

9ab31cc5b60bf0e4519c989a3e9d213da50f888d authored over 11 years ago by stuconnolly <[email protected]>
Tidy up.

e2cc9e1953a142f182714fb02d7eca028398e368 authored over 11 years ago by stuconnolly <[email protected]>
Don't need to set the test delegate.

ba6a7fac93619f3e74784b1ffbaaf9561247dcdf authored over 11 years ago by stuconnolly <[email protected]>
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 ...

2dbac79a1a531a75cc8eaf45e7aa47699f07cfa7 authored over 11 years ago by rowanbeentje <[email protected]>
- 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...

6a6142ee4877bce38029da49b45f7177b36aff3a authored over 11 years ago by rowanbeentje <[email protected]>
Window controller tidy up.

41154e8b41528536529d7f1083169214879e3f4e authored over 11 years ago by stuconnolly <[email protected]>
- 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...

fb74197b3affc05405439458d01e2f45eec47816 authored over 11 years ago by rowanbeentje <[email protected]>
Fix broken documentation links.

a192312d3060c37c9451ac05e1a939293db5b941 authored over 11 years ago by stuconnolly <[email protected]>
Small table info tidy up.

4f1551950fb585328fe808f553122ff576063bab authored almost 12 years ago by stuconnolly <[email protected]>
Issue #1422: Update the user manager's resource limit formatters to have a minumum value of zero.

f56224f93ffb8c8bd0a416d9cccea4d83c07c358 authored almost 12 years ago by stuconnolly <[email protected]>
PostgresKit: Fix the integration tests as well as some issues that they highlighted.

f5e507a38ba2a73619cfc3349257507c445464af authored almost 12 years ago by stuconnolly <[email protected]>
PostgresKit: When extracting an error field check it's not null before returning it.

c2d9b3fd35e64cbb307cc04fb6789dc4656f9ca3 authored almost 12 years ago by stuconnolly <[email protected]>
- Move the old com.google.code.sequel-pro.plist preference list to the trash now that migration to com.sequelpro.SequelPro.plist has completed.

7aa53f9496cab4625806ca38fad65d0ef6c93452 authored almost 12 years ago by rowanbeentje <[email protected]>
- 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...

ad016807a908e6bec3174f9e5eae9524e6243d57 authored almost 12 years ago by stuconnolly <[email protected]>
Fix debug optimization level.

4a5cc4d039152cea726e38af9ff72d617d584513 authored almost 12 years ago by stuconnolly <[email protected]>
Tidy up.

7c5f088714168df2823e33134cc7b7230382ab61 authored almost 12 years ago by stuconnolly <[email protected]>
Make sure the test script exits with the correct code based on the success of the tests.

ac05529d8fa9594105d73eb83c8e317d7bba61f4 authored almost 12 years ago by stuconnolly <[email protected]>
Fix typo in test data script.

3ff05d672209116e1fe31ca676b4c7d09e421fb1 authored almost 12 years ago by stuconnolly <[email protected]>
Fix typos.

9c95c180b5465f8ad0fea5d67a39806f6644a4e8 authored almost 12 years ago by stuconnolly <[email protected]>
Small tweak to the bundle identifier migration function to prevent releasing a null reference. Fixes http://spbug.com/l/3714.

cef4cd6f5f8c3e0278f6b1809e333af42fee5d94 authored almost 12 years ago by stuconnolly <[email protected]>
Update QueryKit bundle identifier.

778d9814cd12318ceb303fa80f1af6d42cc8691c authored almost 12 years ago by stuconnolly <[email protected]>
- 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!

28543e03bb8e8081767f5b66822b1acd841060af authored almost 12 years ago by rowanbeentje <[email protected]>
Update PostgresKit bundle identifiers.

6481a034c14baa33e3533737dd794b82b7e4fb26 authored almost 12 years ago by stuconnolly <[email protected]>
Minor tidy up.

2819529f8bcd239af9bd06c2310f7f8fc9900fd1 authored almost 12 years ago by stuconnolly <[email protected]>
- Enable translation of the Show/Hide Toolbar menu item by taking over title changes ourselves, fixing the last part of Issue #1521

b0b4d3698cd9b873e63da5a95478d3369efd2b2d authored almost 12 years ago by rowanbeentje <[email protected]>
Increase the minimum size of the connection view's split view so we don't force the quick connect heading to be wrapped.

18c31ef044b6d2959e55edb3bbff1fd373ea4350 authored almost 12 years ago by stuconnolly <[email protected]>
- Fix problems editing the connection name when editing has just begun, addressing Issue #1518

b659d41228422e9ed6c5e94bed879c2b2b57a115 authored almost 12 years ago by rowanbeentje <[email protected]>
- 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...

a3a738ea230ead792aa747e4a66ced6e8bea8562 authored almost 12 years ago by rowanbeentje <[email protected]>