vieten / sequel-pro

Automatically exported from code.google.com/p/sequel-pro
Other
0 stars 0 forks source link

Database rename, add support for views, functions and procedures #1235

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create database x, containing a view
2. Rename database to y
3. Database y contains all tables, database x still exists and contains view

What is the expected output? What do you see instead?
y should also contain the view, and database x should no longer exist.

What version of Sequel Pro are you using? What version of MySQL are you
connecting to on the server?
0.9.9.1 (build 3408), MySQL 5.1.50

Please provide any additional information below.

Original issue reported on code.google.com by GVR...@gmail.com on 28 Nov 2011 at 9:24

GoogleCodeExporter commented 9 years ago
Verified in r3503

Original comment by schlabbe...@gmail.com on 14 Mar 2012 at 1:54

GoogleCodeExporter commented 9 years ago

Original comment by stuart02 on 1 May 2012 at 6:05

GoogleCodeExporter commented 9 years ago

Original comment by stuart02 on 3 May 2012 at 5:50

GoogleCodeExporter commented 9 years ago

Original comment by stuart02 on 3 May 2012 at 9:44

GoogleCodeExporter commented 9 years ago
This actually a lot more complex as it seems as we have to determine the 
dependencies between all objects before we can recreate them in the new 
database before we drop the old one. Updating the milestone because of this.

Original comment by stuart02 on 7 Aug 2012 at 7:17

GoogleCodeExporter commented 9 years ago
Issue 1633 has been merged into this issue.

Original comment by schlabbe...@gmail.com on 21 Feb 2013 at 9:31

GoogleCodeExporter commented 9 years ago

Original comment by stuart02 on 25 Oct 2013 at 9:42