Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some changes to PR #2795 | Max Lohrmann | 2017-05-20 | 1 | -0/+76 |
| | | | | | | | * Adjusted code style * Added unit tests * Rewrote a function to be easier to understand * Added support for MySQL X’val’ style hex literal | ||||
* | Update source code compatibility | Max | 2017-03-31 | 1 | -78/+0 |
| | | | | | | * Remove forward SDK declaration for 10.8 and below (since that is the minimum required development SDK) * Fix one case where a method unconditionally required a 10.9+ runtime * Move all of the forward/backward hacks into their own file | ||||
* | Add unit tests and fix a bug in JSON formatter | Max | 2017-02-12 | 1 | -0/+141 |
| | |||||
* | Updated test to use NSEqualRanges | Marius Ursache | 2016-02-29 | 1 | -27/+10 |
| | | | | Previous tests where using NSValue wrapping for NSRange 'XCTAssertTrue result. | ||||
* | Reapply "Fixed testCopyTableFromTo_NoPermissions test" | Marius Ursache | 2016-02-29 | 1 | -1/+2 |
| | | | | This reverts commit 0f3ce372c0c777287f81f6db2f8431a4d32f1cd4. | ||||
* | Revert "Fixed testCopyTableFromTo_NoPermissions test" | Marius Ursache | 2016-02-27 | 1 | -2/+1 |
| | | | | This reverts commit 4d2ec773b833b06fd6925502eb4ac512b1274b86. | ||||
* | Fixed testCopyTableFromTo_NoPermissions test | Marius Ursache | 2016-02-26 | 1 | -1/+2 |
| | | | | Fixing testCopyTableFromTo_NoPermissions not using the mockConnection. | ||||
* | Converted tests to XCTest | Marius Ursache | 2016-02-26 | 8 | -97/+114 |
| | | | | Converted the unit tests from SenTestingKit to XCTest as SenTestingKit was deprecated a couple of SDK versions ago. | ||||
* | Fix: "Custom filename" in export dialog would accept multi line text (#2325) | Max | 2015-11-13 | 1 | -0/+21 |
| | |||||
* | Add validation of SSL client cert file | Max | 2015-10-15 | 1 | -0/+11 |
| | |||||
* | Add code to verify that a SSL key file actually contains a usable RSA key | Max | 2015-10-14 | 1 | -0/+92 |
| | |||||
* | Add a unit test someone forgot and clean it up | Max | 2015-10-02 | 1 | -30/+40 |
| | | | | (Also add a test that will currently fail) | ||||
* | Improve the search method in "Go To Database" to sort results in a more ↵ | Max | 2015-09-26 | 1 | -10/+45 |
| | | | | relevant order | ||||
* | Replace OpenSSL with Apple's CommonCrypto for session file decryption (fixes ↵ | Max | 2015-09-14 | 1 | -0/+95 |
| | | | | | | #2223) This also removes the dependency on OpenSSL. | ||||
* | Replace OpenSSL for encrypting session files with Apple's CommonCrypto (part ↵ | Max | 2015-09-14 | 1 | -0/+77 |
| | | | | of #2223) | ||||
* | Replace OpenSSL for SHA1 calculation with Apple's CommonCrypto | Max | 2015-09-13 | 1 | -0/+112 |
| | | | | | (The easier half of #2223) Also added some unit tests. | ||||
* | Added some basic unit tests for SPTableFilterParser | Max | 2015-04-23 | 1 | -0/+57 |
| | |||||
* | Remove .h files for unit tests | Max | 2015-03-16 | 12 | -253/+70 |
| | | | | There is really no point in having them as unit tests don't have an interface someone would want to #import. (and they are disabled right now anyway ;)) | ||||
* | Updated OCMock framework and added a unit test | Max | 2015-03-16 | 1 | -0/+92 |
| | |||||
* | Added an internal algorithm for fuzzy string matching | Max | 2015-03-07 | 2 | -0/+70 |
| | | | | | * This works similar to a regex matching "abc" as /a.*b.*c/ (ie. all characters of $needle need to be contained in $haystack in the correct order but not neccesarily consecutive). Additionaly some unicode equivalencies are handled. * Changed a tiny helper function from ObjC to plain C | ||||
* | Fix syntax highlighting for emoji et al. #2044 | Max | 2015-01-28 | 1 | -2/+5 |
| | | | | Voodoo magic provided by @Bibiko ;) | ||||
* | Expand previous unit test | Max | 2015-01-27 | 1 | -0/+12 |
| | |||||
* | Adding a unit test that should fail right now | Max | 2015-01-27 | 1 | -0/+72 |
| | | | | (if I could get Xcode to **actually** run the tests instead of only showing green checkmarks, that is) | ||||
* | Update URL in source file header to point to GitHub. | Stuart Connolly | 2014-01-26 | 12 | -12/+12 |
| | |||||
* | Remove SVN property placeholder. | Stuart Connolly | 2014-01-26 | 12 | -24/+0 |
| | |||||
* | - Address further Release/Distribution build warnings | rowanbeentje | 2013-05-22 | 1 | -1/+1 |
| | |||||
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 12 | -151/+235 |
| | |||||
* | Rename test files. | stuconnolly | 2012-05-08 | 4 | -11/+14 |
| | |||||
* | Improve formatting of SQL keywords in view syntax prettifier and add an ↵ | stuconnolly | 2012-05-08 | 3 | -2/+26 |
| | | | | associated test. | ||||
* | UUID string test. | stuconnolly | 2012-05-07 | 2 | -3/+12 |
| | |||||
* | Fix test build. | stuconnolly | 2012-05-07 | 6 | -11/+11 |
| | |||||
* | Move the BASH command code from the string additions category to remove the ↵ | stuconnolly | 2012-05-07 | 2 | -2/+4 |
| | | | | dependency on SP specific code and all the tests to build successfully. | ||||
* | Disable tests until I have time to fix them. | stuconnolly | 2012-05-06 | 6 | -11/+11 |
| | |||||
* | Test config. | stuconnolly | 2012-05-05 | 2 | -15/+13 |
| | |||||
* | Tidy up database action tests. | stuconnolly | 2012-05-04 | 3 | -52/+37 |
| | |||||
* | Add initial support of moving views when renaming a database. Currently not ↵ | stuconnolly | 2012-05-04 | 7 | -140/+9 |
| | | | | hooked up yet. Part of issue #1235. | ||||
* | Bring outline view branch up to date with trunk. | stuconnolly | 2012-04-16 | 2 | -169/+0 |
| | |||||
* | Bring outline view branch up to date with trunk (r3471:r3517). | stuconnolly | 2012-03-18 | 2 | -111/+0 |
| | |||||
* | Bring outlinew view branch up to date with trunk (r3375:3468). | stuconnolly | 2012-01-22 | 2 | -0/+111 |
| | |||||
* | Bring outline view branch up to date with trunk (r3246:r3264). | stuconnolly | 2011-04-03 | 6 | -10/+101 |
| | |||||
* | Fix favorites sorting. | stuconnolly | 2011-02-02 | 2 | -0/+78 |
| | |||||
* | More tests tidy up. | stuconnolly | 2011-01-09 | 1 | -18/+21 |
| | |||||
* | Tidy up and fix MCPKit test cases. | stuconnolly | 2011-01-06 | 2 | -25/+74 |
| | |||||
* | - Split out all of SPExportController's delegate methods to their own category. | stuconnolly | 2010-10-24 | 2 | -3/+2 |
| | | | | | | | | - Prepare for the implementation of PDF and HTML export by hiding the export options box for export types that don't need it. - Fix some spacing issues on the export dialog. - Create a new SPCategoryAdditions header that is included in the apps precompiled header, making all additions available to all classes. - Update strings files. | ||||
* | Tidy up the project's logical structure in Xcode. | stuconnolly | 2010-10-17 | 4 | -26/+39 |
| | |||||
* | Only switch to the renamed/duplicated database name, if the action was ↵ | drx777 | 2010-04-29 | 2 | -2/+2 |
| | | | | successful. Caused an existing DB to be selected, after ren/dup failed because it exists. | ||||
* | * removed SPDatabaseCopyTest testCopyDatabaseTables which is out of place here | drx777 | 2010-04-28 | 6 | -36/+103 |
| | | | | | | | | | * minor restructuring of SPTableCopy for readability and debuggability * corrected wrong default copyright header on some files * SPCopyTableTest: removed testCopyTableFromTo since it is integrated in testCopyTableFromToWithData; * SPCopyTableTest: fixed test to reflect two queries table creation (show create and create) instead of create like (<4.1 compatibility) | ||||
* | SVN properties. | stuconnolly | 2010-04-28 | 4 | -4/+4 |
| | |||||
* | This changeset implements renaming and duplicating databases on a server. ↵ | drx777 | 2010-04-28 | 8 | -0/+418 |
| | | | | | | | | | | | | | | | | | | | Details as follows: * altered MCPConnection listTablesFromDB:like: to return NSArray * altered MCPConnection listFieldsFromTable:like: to use backtick quoted strings for table and fieldnames * added MCPConnection listTablesFromDB for a complete table list * added SPStringAdditions.h to various files to prevent warnings * added sheets for duplicate/rename DB in DBView.xib * added duplicate/rename menu items to MainMenu.xib * added outlets in TableDocument: databaseNewSheet databaseRenameSheet databaseCopyNameField databaseRenameNameField copyOnlyStructureButton copyDatabaseButton renameDatabaseButton * added methods in TableDocument: getConnection, copyDatabase, renameDatabase, _copyDatabase, _renameDatabase * added OCMock Framework for object mocking in tests * added group Others/DatabaseActions | ||||
* | Rename test case classes. | stuconnolly | 2009-11-13 | 4 | -10/+18 |
| |