Title: Message Title
Andrea Bollini commented on an issue
DSpace / Code Task DS-1746
Remove strange, redundant pool validation from DBMS layer
I see this in initialize():

    if (isOracle)
    {
        if (StringUtils.isEmpty(ConfigurationManager.getProperty("db.postgres.schema")))
        {
            sqlOnBorrow = "SET SEARCH_PATH TO " + ConfigurationManager.getProperty("db.postgres.schema").trim();
        }
    }

Two things seem odd:

o It's doubtful that this would ever do ...
------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to