facebook

Db Explorer & Schema filtering

  1. MyEclipse Archived
  2.  > 
  3. Database Tools (DB Explorer, Hibernate, etc.)
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #251581 Reply

    Ed ross
    Member

    In our shop, we don’t use a single database & schema for development. Each developer creates the tables based on the user id. This is done so we each can have our own set of data without messing up someone elses test data.

    This means we have many duplicate tables in development. Example

    ed.client
    bill.client
    mary.client

    etc.

    The problem is, in the database explorer, there does not seem to be a way to filer or sort based on schema owner. or to see who is the schema owner.

    would be nice to add a filter to the explorer, or a sort, or another tree level off table that would show the schema owner (I know – would not be nice for mysql, but for most other databases, would be a help)

    thanks

    Looking forward to 5.0 –

    #251582 Reply

    Ed ross
    Member

    opps – forgot. I know you have the filter on the connection that says it’s a schema filter, but in most cases (aside from mysql) this is really a catalog filter – not a schema owner filter.

    thx

    #251586 Reply

    Haris Peco
    Member

    edross,

    What is your database vendor and version and MyEclipse version ?

    Best regards

    #251647 Reply

    Ed ross
    Member

    we are using ms sql, myeclipse 4.1.1

    #251662 Reply

    Haris Peco
    Member

    You are correct – MyEclipse check if database support catalog and the filter catalog else filter schema.MS SQL (and Sybase) support both and ME filter catalog only.I will see if we have add filter for both

    Thanks for report

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: Db Explorer & Schema filtering

You must be logged in to post in the forum log in