aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableCopy.m
Commit message (Expand)AuthorAgeFilesLines
* - #1235: Prevent renaming a database which contains any non-table objects as ...Stuart Connolly2017-03-231-4/+5
* Fix a rare issue where duplicating a database could cause an exception if a S...Max2016-02-211-5/+6
* Disable ID generation during duplicate databaseMax2014-09-181-0/+14
* Update URL in source file header to point to GitHub.Stuart Connolly2014-01-261-1/+1
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+20
* Rename database action class.stuconnolly2012-05-041-1/+0
* Add initial support of moving views when renaming a database. Currently not h...stuconnolly2012-05-041-17/+23
* Merge outline view branch into trunk.stuconnolly2012-05-021-12/+14
|\
| * Bring outline view branch up to date with trunk.stuconnolly2012-04-161-1/+1
| * Bring outline view branch up to date with trunk (r3471:r3517).stuconnolly2012-03-181-3/+4
* | - Clean up SPMySQL and QueryKit inclusion and search methods, which should f...rowanbeentje2012-03-271-4/+0
* | tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTORsqlprodev2012-03-271-0/+4
* | Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-3/+4
* | * Fixes a spacing issue in Duplicate DB Sheetdmoagx2011-07-061-7/+29
|/
* Various improvements to server capability/version checking, including:stuconnolly2010-10-071-6/+2
* Fix various potential memory leaks and general warnings as a result of static...stuconnolly2010-08-191-1/+5
* Tidy up database renaming and copying by removing the use of alert dialogs wi...stuconnolly2010-08-131-56/+31
* Minor tidy up including the removal of unnecessary imports.stuconnolly2010-08-121-1/+0
* Fix various memory leaks as a result of static analysis.stuconnolly2010-07-061-3/+4
* - A database with views caused copy DB to crash. Thus, views are for the time...drx7772010-05-101-28/+21
* Rework alert sheets:rowanbeentje2010-05-091-4/+4
* Cleanup/simplification: using messageWindow property directly instead of the ...drx7772010-04-291-6/+2
* Now longer using [NSApp mainWindow] but a reference to the correct window for...drx7772010-04-291-1/+1
* Added class SPDBActionCommons providing common functionality to all derived D...drx7772010-04-291-7/+1
* removing debug output (NSLog calls)drx7772010-04-291-2/+0
* * removed SPDatabaseCopyTest testCopyDatabaseTables which is out of place heredrx7772010-04-281-5/+5
* SVN properties.stuconnolly2010-04-281-1/+1
* This changeset implements renaming and duplicating databases on a server. Det...drx7772010-04-281-0/+151