Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #2705: FULLTEXT indexes should not require a column size prefix. | Stuart Connolly | 2017-03-17 | 1 | -21/+3 |
| | |||||
* | Add support for FULLTEXT indexes in InnoDB tables | Max | 2015-04-06 | 1 | -1/+2 |
| | | | | Fixes #1917 | ||||
* | Update URL in source file header to point to GitHub. | Stuart Connolly | 2014-01-26 | 1 | -1/+1 |
| | |||||
* | Remove SVN property placeholder. | Stuart Connolly | 2014-01-26 | 1 | -2/+0 |
| | |||||
* | Changing SP_REFACTOR macro to SP_CODA | sqlprodev | 2013-02-14 | 1 | -5/+5 |
| | |||||
* | - Remove all BWToolKit elements from the ExportDialog, ↵ | rowanbeentje | 2012-08-02 | 1 | -11/+1 |
| | | | | DatabaseServerVariables, Navigator, and IndexesView nibs, replacing with SPSplitView and standard equivalents | ||||
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -14/+32 |
| | |||||
* | Add index sheet improvements: | stuconnolly | 2012-04-30 | 1 | -0/+1 |
| | | | | | | - FULLTEXT index type should only be available for MyISAM tables - Index prefix lengths are ignored when specified for FULLTEXT indexes so don't require one (fixes issue #1306) | ||||
* | Warning: this branch commit is largely untested, and known to throw ↵ | rowanbeentje | 2012-02-23 | 1 | -4/+4 |
| | | | | | | | | | | | | exceptions as database structure retrieval is currently missing! Further work on SPMySQLFramework integration: - Improve SPMySQL framework build settings including correct ppc builds and a Distribution configuration for the build distributions to match - Add new convenience querying and result methods to the framework - Amend Sequel Pro source to use the new SPMySQL.framework methods everywhere, replacing MCPKit methods where they differ and improving some functions - Remove MCPKit from the source - Fix a number of warnings on Release-style builds | ||||
* | - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warnings | rowanbeentje | 2012-02-08 | 1 | -1/+2 |
| | |||||
* | - Prevent export and indexes controller awakeFromNib: routines from being ↵ | rowanbeentje | 2011-08-25 | 1 | -0/+1 |
| | | | | | | | run multiple times - Fix crashes and exceptions when using "Use monospaced fonts" or "Display vertical grid lines" preferences after closing at least one window | ||||
* | - Review changes made in r3376 and revert a number of regressions | rowanbeentje | 2011-08-14 | 1 | -3/+2 |
| | |||||
* | merged latest SP_REFACTOR changes | sqlprodev | 2011-08-02 | 1 | -2/+3 |
| | |||||
* | - Rework a number of protocol defintions when refactoring to fix IB ↵ | rowanbeentje | 2011-06-21 | 1 | -3/+2 |
| | | | | compilation warnings | ||||
* | merging SP_REFACTOR branch with trunk | sqlprodev | 2011-05-19 | 1 | -1/+22 |
| | |||||
* | - Add the ability to double-click in empty areas of the main tableviews to ↵ | rowanbeentje | 2011-04-25 | 1 | -2/+2 |
| | | | | add new rows/records | ||||
* | initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate ↵ | sqlprodev | 2011-04-11 | 1 | -0/+2 |
| | | | | UI code from functional code | ||||
* | Update indexes controller constants. | stuconnolly | 2010-10-19 | 1 | -7/+0 |
| | |||||
* | Add support in the new index sheet for specifying an index's key block size ↵ | stuconnolly | 2010-09-22 | 1 | -0/+2 |
| | | | | (in the advanced view) which was added in MySQL 5.1.10. | ||||
* | New add index sheet, which includes: | stuconnolly | 2010-09-17 | 1 | -3/+40 |
| | | | | | | | | | - The ability to easily index multiple columns - The ability to specify the storage type (HASH or BTREE) that should be used when available and permitted - The ability to specify a length prefix when indexing a specific column (required on TEXT columns) Requires lots of testing. | ||||
* | • several fixes for index table in Structure view | Bibiko | 2010-06-15 | 1 | -0/+1 |
| | | | | | | | - fixed binding for removeIndexButton - moved indexTable's tableViewSelectionDidChange: delegate to SPIndexController to fix enabling/disabling of the removeIndexButton - fixed issue to blank the index table for multiple selected tables | ||||
* | Split the management of a table's indexes (adding and removing) to its own ↵ | stuconnolly | 2010-06-14 | 1 | -0/+65 |
controller and XIB in preparation for the UI redesign. |