Closed GoogleCodeExporter closed 9 years ago
Here's a small patch which will group/display the schemata correctly, and also
prepend the correct schema when you drag and drop from the navigator. Tested and
behaves correctly with MSSql, MySQL and SQLite (no access to Oracle or the
others I'm
afraid, though I'm not sure which (other than oracle) supports multiple schemas)
Original comment by darren.w...@gmail.com
on 14 Dec 2009 at 2:30
Attachments:
It should be safe to apply this without worrying about the implications on the
drivers I cant test, it will use the current behaviour if the .schema property
is not
found on the Table/View. Incidentally this also makes it trivial to apply to
other
backends when they can be tested (you just need to add schema=schema when
instantiating the view/table)
Original comment by darren.w...@gmail.com
on 14 Dec 2009 at 2:40
That's an good idea. Thanks!
Original comment by albrecht.andi
on 15 Dec 2009 at 8:50
r8a2fce9ea3dc
Original comment by albrecht.andi
on 15 Dec 2009 at 8:51
Original issue reported on code.google.com by
darren.w...@gmail.com
on 10 Dec 2009 at 3:45