• Vadim Zeitlin's avatar
    Update all backends to take connection_parameters instead of connect string. · f2a575c3
    Vadim Zeitlin authored
    There are still no real changes as only the connect string part of the
    connection parameters is currently used, but this will make it possible to use
    other information stored in connection_parameters from the backend code in the
    future.
    
    Also replace session::lastFactory_ and lastConnectString_ with a single
    lastConnectParameters_ making the code slightly shorter and simpler.
    f2a575c3