trananh1992 / appleseedapp

Automatically exported from code.google.com/p/appleseedapp
0 stars 0 forks source link

DBO should not be required to do normal AS Operations #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
then i have local db I create objects (tables) belonging to dbo
but then I load portal on hosting all objects belong to my private db user
in applseed I see that sometimes objects being requested directly ex 
select * from rb_pages and sometimes select * from dbo.rb_pages or even
select * from [dbo].rb_pages
this makes appleseed produce error - no such objects (as objects do not
belongs to dbo)

I did change some of this in my local copy but I want to find out that to
do with it as I want to commit my features to google code in future

Original issue reported on code.google.com by DVDobrov...@gmail.com on 16 Feb 2011 at 4:33

GoogleCodeExporter commented 9 years ago
This is a past issue with Rainbow.

We are going to come up with a better way than dbo [ removing it from SPROC 
calls and the code] as really Appleseed should not need DBO and a standard user 
"should" be able to perform all operations.  If another user is needed we can 
always create that user and use it for dbo operations.

I would say if you have fixed some dbo issues then by all means create a clone 
and submit your changes.  We can then roll your changes up.

Original comment by rams...@gmail.com on 16 Feb 2011 at 5:08

GoogleCodeExporter commented 9 years ago

Original comment by rams...@gmail.com on 16 Feb 2011 at 5:09

GoogleCodeExporter commented 9 years ago
This has been added to our current Queue of features/bugs for the next release:

https://www.pivotaltracker.com/story/show/10086795

Original comment by rams...@gmail.com on 16 Feb 2011 at 5:13

GoogleCodeExporter commented 9 years ago
damn, very good. I thought might be some feature :-) - just bug.
I did replace all in all files.

I`ll play with it locally a bit before committing clone

Original comment by DVDobrov...@gmail.com on 16 Feb 2011 at 5:15

GoogleCodeExporter commented 9 years ago
By all means if you get your install/update to work with your changes and a 
quick look over the site ( add some modules and do some standard things) still 
works then commit.

Just send me an email when you feel comfortable about your clone with the solid 
changes.

Original comment by rams...@gmail.com on 16 Feb 2011 at 5:19

GoogleCodeExporter commented 9 years ago
ok, sure. I ave a lot of ideas about rainbow. Some I did in "my understanding 
of rainbow"

Original comment by DVDobrov...@gmail.com on 16 Feb 2011 at 5:27

GoogleCodeExporter commented 9 years ago
Feel free to Post your ideas here as Features/Bugs.  I will then prioritize 
them for our public Agile Story Pivotal Tracker.  We have a few businesses 
working every month on Appleseed [ rainbow is dead ;) ] so your features will 
get done.  This way we can have the little stuff taken care of while other 
developers work on the bigger items.

You may also email me ideas ramseur[at]gmail

Original comment by rams...@gmail.com on 16 Feb 2011 at 5:30

GoogleCodeExporter commented 9 years ago
tnks, I will. 

PS somebody new should say - stop chat it issue tracker!!!

Original comment by DVDobrov...@gmail.com on 16 Feb 2011 at 5:36