itay-moav / rahl_commander

Rahl commander is a tool for easilly check schema rules and manage db object like stored procedures, trigger and functions
MIT License
1 stars 1 forks source link

support having the db name db.elm_name syntax #12

Open itay-moav opened 8 years ago

itay-moav commented 8 years ago

if the db is the same db name as the folder it is in, that would be fine. If the db name of the elements is different -> raise error

under db folder [dhara]
create procedure dhara.foo ... should be fine
create procedure dhara_delta.foo ... should raise error