Change-Id: Iee2a447c032575ff845eb4ba9d01de0be98065a2
.. change::
:tags: bug, engine
:tickets: 4406
+ :versions: 1.3.0
Comparing two objects of :class:`.URL` using ``__eq__()`` did not take port
number into consideration, two objects differing only by port number were
.. change::
:tags: bug, oracle
:tickets: 4506
+ :versions: 1.3.0
Added support for reflection of the :class:`.NCHAR` datatype to the Oracle
dialect, and added :class:`.NCHAR` to the list of types exported by the
.. change::
:tags: bug, orm
:tickets: 4507
+ :versions: 1.3.0
Fixed a regression in 1.2 due to the introduction of baked queries for
relationship lazy loaders, where a race condition is created during the
.. change::
:tags: bug, examples
:tickets: 4528
+ :versions: 1.3.1
Fixed bug in large_resultsets example case where a re-named "id" variable
due to code reformatting caused the test to fail. Pull request courtesy