HI i was reading the chapter 8.3.7 -- Oracle API Reference of sqlalchemy0.5.4 official document. When talking about connection ,there is a parameter called threaded :
threaded - enable multithreaded access to cx_oracle connections. Defaults to True. Note that this is the opposite default of cx_oracle itself.
Not understand the "this is the opposite default of cx_oracle itself". Does that mean if i chose threaded=True, while the cx_oracle--threaded=False ??