|
155 | 155 | .. change::
|
156 | 156 | :tags: bug, py3k, mysql
|
157 | 157 | :tickets: 3333
|
158 |
| - :pullreq: github:158 |
159 | 158 | :versions: 1.0.0b2
|
160 | 159 |
|
161 | 160 | Fixed the :class:`.mysql.BIT` type on Py3K which was not using the
|
|
190 | 189 |
|
191 | 190 | .. change::
|
192 | 191 | :tags: feature, postgresql
|
193 |
| - :pullreq: bitbucket:45 |
194 | 192 | :versions: 1.0.0b1
|
195 | 193 |
|
196 | 194 | Added support for the ``CONCURRENTLY`` keyword with PostgreSQL
|
|
203 | 201 |
|
204 | 202 | .. change::
|
205 | 203 | :tags: bug, ext, py3k
|
206 |
| - :pullreq: github:154 |
207 | 204 | :versions: 1.0.0b1
|
208 | 205 |
|
209 | 206 | Fixed bug where the association proxy list class would not interpret
|
|
212 | 209 |
|
213 | 210 | .. change::
|
214 | 211 | :tags: feature, sqlite
|
215 |
| - :pullreq: bitbucket:42 |
216 | 212 | :versions: 1.0.0b1
|
217 | 213 |
|
218 | 214 | Added support for partial indexes (e.g. with a WHERE clause) on
|
|
248 | 244 |
|
249 | 245 | .. change::
|
250 | 246 | :tags: bug, orm
|
251 |
| - :pullreq: github:147 |
252 | 247 | :versions: 1.0.0b1
|
253 | 248 |
|
254 | 249 | Fixed bug where TypeError raised when :meth:`.Query.join` called
|
|
321 | 316 |
|
322 | 317 | .. change::
|
323 | 318 | :tags: bug, postgresql
|
324 |
| - :pullreq: github:145 |
325 | 319 | :versions: 1.0.0b1
|
326 | 320 |
|
327 | 321 | Added support for the :class:`postgresql.JSONB` datatype when
|
|
397 | 391 | .. change::
|
398 | 392 | :tags: bug, sql
|
399 | 393 | :versions: 1.0.0b1
|
400 |
| - :pullreq: bitbucket:41 |
401 | 394 |
|
402 | 395 | Added the ``native_enum`` flag to the ``__repr__()`` output
|
403 | 396 | of :class:`.Enum`, which is mostly important when using it with
|
|
715 | 708 | .. change::
|
716 | 709 | :tags: bug, ext
|
717 | 710 | :versions: 1.0.0b1
|
718 |
| - :pullrequest: bitbucket:28 |
719 | 711 |
|
720 | 712 | Fixed bug where :class:`.ext.mutable.MutableDict`
|
721 | 713 | failed to implement the ``update()`` dictionary method, thus
|
|
724 | 716 | .. change::
|
725 | 717 | :tags: bug, ext
|
726 | 718 | :versions: 1.0.0b1
|
727 |
| - :pullrequest: bitbucket:27 |
728 | 719 |
|
729 | 720 | Fixed bug where a custom subclass of :class:`.ext.mutable.MutableDict`
|
730 | 721 | would not show up in a "coerce" operation, and would instead
|
|
745 | 736 | .. change::
|
746 | 737 | :tags: feature, postgresql, pg8000
|
747 | 738 | :versions: 1.0.0b1
|
748 |
| - :pullreq: github:125 |
749 | 739 |
|
750 | 740 | Support is added for "sane multi row count" with the pg8000 driver,
|
751 | 741 | which applies mostly to when using versioning with the ORM.
|
|
816 | 806 | :tags: bug, postgresql
|
817 | 807 | :versions: 1.0.0b1
|
818 | 808 | :tickets: 3141
|
819 |
| - :pullreq: github:124 |
820 | 809 |
|
821 | 810 | Fixed bug in :class:`.postgresql.array` object where comparison
|
822 | 811 | to a plain Python list would fail to use the correct array constructor.
|
|
976 | 965 | .. change::
|
977 | 966 | :tags: feature, postgresql
|
978 | 967 | :versions: 1.0.0b1
|
979 |
| - :pullreq: bitbucket:22 |
980 | 968 | :tickets: 3078
|
981 | 969 |
|
982 | 970 | Added kw argument ``postgresql_regconfig`` to the
|
|
987 | 975 | .. change::
|
988 | 976 | :tags: feature, postgresql
|
989 | 977 | :versions: 1.0.0b1
|
990 |
| - :pullreq: github:101 |
991 | 978 |
|
992 | 979 | Added support for PostgreSQL JSONB via :class:`.JSONB`. Pull request
|
993 | 980 | courtesy Damian Dimmich.
|
994 | 981 |
|
995 | 982 | .. change::
|
996 | 983 | :tags: feature, mssql
|
997 |
| - :pullreq: github:98 |
998 | 984 | :versions: 1.0.0b1
|
999 | 985 |
|
1000 | 986 | Enabled "multivalues insert" for SQL Server 2008. Pull request
|
|
1123 | 1109 |
|
1124 | 1110 | .. change::
|
1125 | 1111 | :tags: feature, examples
|
1126 |
| - :pullreq: bitbucket:21 |
1127 | 1112 | :versions: 1.0.0b1
|
1128 | 1113 |
|
1129 | 1114 | Added a new example illustrating materialized paths, using the
|
1130 | 1115 | latest relationship features. Example courtesy Jack Zhou.
|
1131 | 1116 |
|
1132 | 1117 | .. change::
|
1133 | 1118 | :tags: bug, testsuite
|
1134 |
| - :pullreq: github:95 |
1135 | 1119 | :versions: 1.0.0b1
|
1136 | 1120 |
|
1137 | 1121 | In public test suite, shanged to use of ``String(40)`` from
|
|
1155 | 1139 | .. change::
|
1156 | 1140 | :tags: feature, postgresql
|
1157 | 1141 | :versions: 1.0.0b1
|
1158 |
| - :pullreq: github:88 |
1159 | 1142 |
|
1160 | 1143 | Added support for AUTOCOMMIT isolation level when using the pg8000
|
1161 | 1144 | DBAPI. Pull request courtesy Tony Locke.
|
|
1164 | 1147 | :tags: bug, postgresql
|
1165 | 1148 | :tickets: 3021
|
1166 | 1149 | :versions: 1.0.0b1
|
1167 |
| - :pullreq: github:87 |
1168 | 1150 |
|
1169 | 1151 | The psycopg2 ``.closed`` accessor is now consulted when determining
|
1170 | 1152 | if an exception is a "disconnect" error; ideally, this should remove
|
|
1227 | 1209 | .. change::
|
1228 | 1210 | :tags: feature, postgresql
|
1229 | 1211 | :tickets: 2785
|
1230 |
| - :pullreq: bitbucket:18 |
1231 | 1212 | :versions: 1.0.0b1
|
1232 | 1213 |
|
1233 | 1214 | Added a new flag :paramref:`.ARRAY.zero_indexes` to the PostgreSQL
|
|
1319 | 1300 | .. change::
|
1320 | 1301 | :tags: bug, py3k, tests
|
1321 | 1302 | :tickets: 2830
|
1322 |
| - :pullreq: bitbucket:2830 |
1323 | 1303 | :versions: 1.0.0b1
|
1324 | 1304 |
|
1325 | 1305 | Corrected for some deprecation warnings involving the ``imp``
|
|
1506 | 1486 | .. change::
|
1507 | 1487 | :tags: bug, sql
|
1508 | 1488 | :tickets: 2988
|
1509 |
| - :pullreq: github:78 |
1510 | 1489 |
|
1511 | 1490 | Fixed an 0.9 regression where a :class:`.Table` that failed to
|
1512 | 1491 | reflect correctly wouldn't be removed from the parent
|
|
1585 | 1564 | .. change::
|
1586 | 1565 | :tags: feature, oracle
|
1587 | 1566 | :tickets: 2911
|
1588 |
| - :pullreq: github:74 |
1589 | 1567 |
|
1590 | 1568 | Added a new engine option ``coerce_to_unicode=True`` to the
|
1591 | 1569 | cx_Oracle dialect, which restores the cx_Oracle outputtypehandler
|
|
1806 | 1784 |
|
1807 | 1785 | .. change::
|
1808 | 1786 | :tags: sqlite, bug
|
1809 |
| - :pullreq: github:65 |
1810 | 1787 |
|
1811 | 1788 | Support has been added to SQLite type reflection to fully support
|
1812 | 1789 | the "type affinity" contract specified at http://www.sqlite.org/datatype3.html.
|
|
1820 | 1797 |
|
1821 | 1798 | .. change::
|
1822 | 1799 | :tags: postgresql, feature
|
1823 |
| - :pullreq: github:64 |
1824 | 1800 |
|
1825 | 1801 | Added the :attr:`.TypeEngine.python_type` convenience accessor onto the
|
1826 | 1802 | :class:`.postgresql.ARRAY` type. Pull request courtesy Alexey Terentev.
|
1827 | 1803 |
|
1828 | 1804 | .. change::
|
1829 | 1805 | :tags: examples, feature
|
1830 |
| - :pullreq: github:41 |
1831 | 1806 |
|
1832 | 1807 | Added optional "changed" column to the versioned rows example, as well
|
1833 | 1808 | as support for when the versioned :class:`.Table` has an explicit
|
|
1867 | 1842 | .. change::
|
1868 | 1843 | :tags: bug, mysql, cymysql
|
1869 | 1844 | :tickets: 2934
|
1870 |
| - :pullreq: github:69 |
1871 | 1845 |
|
1872 | 1846 | Fixed bug in cymysql dialect where a version string such as
|
1873 | 1847 | ``'33a-MariaDB'`` would fail to parse properly. Pull request
|
|
1896 | 1870 |
|
1897 | 1871 | .. change::
|
1898 | 1872 | :tags: bug, sql
|
1899 |
| - :pullreq: github:67 |
1900 | 1873 |
|
1901 | 1874 | Fixed regression in new "naming convention" feature where conventions
|
1902 | 1875 | would fail if the referred table in a foreign key contained a schema
|
|
2186 | 2159 |
|
2187 | 2160 | .. change::
|
2188 | 2161 | :tags: bug, sql
|
2189 |
| - :pullreq: bitbucket:11 |
2190 | 2162 |
|
2191 | 2163 | A :class:`.UniqueConstraint` created inline with a :class:`.Table`
|
2192 | 2164 | that has no columns within it will be skipped. Pullreq courtesy
|
2193 | 2165 | Derek Harland.
|
2194 | 2166 |
|
2195 | 2167 | .. change::
|
2196 | 2168 | :tags: feature, mssql
|
2197 |
| - :pullreq: bitbucket:11 |
2198 | 2169 |
|
2199 | 2170 | Added an option ``mssql_clustered`` to the :class:`.UniqueConstraint`
|
2200 | 2171 | and :class:`.PrimaryKeyConstraint` constructs; on SQL Server, this adds
|
|
2336 | 2307 |
|
2337 | 2308 | .. change::
|
2338 | 2309 | :tags: bug, py3k, cextensions
|
2339 |
| - :pullreq: github:55 |
2340 | 2310 |
|
2341 | 2311 | Fixed an issue where the C extensions in Py3K are using the wrong API
|
2342 | 2312 | to specify the top-level module function, which breaks
|
|
2347 | 2317 |
|
2348 | 2318 | .. change::
|
2349 | 2319 | :tags: bug, schema
|
2350 |
| - :pullreq: github:57 |
2351 | 2320 |
|
2352 | 2321 | Restored :class:`sqlalchemy.schema.SchemaVisitor` to the ``.schema``
|
2353 | 2322 | module. Pullreq courtesy Sean Dague.
|
|
2416 | 2385 |
|
2417 | 2386 | .. change::
|
2418 | 2387 | :tags: bug, orm
|
2419 |
| - :pullreq: bitbucket:9 |
2420 | 2388 |
|
2421 | 2389 | Fixed bug where using new :attr:`.Session.info` attribute would fail
|
2422 | 2390 | if the ``.info`` argument were only passed to the :class:`.sessionmaker`
|
|
2496 | 2464 | .. change::
|
2497 | 2465 | :tags: feature, postgresql
|
2498 | 2466 | :tickets: 2581
|
2499 |
| - :pullreq: github:50 |
2500 | 2467 |
|
2501 | 2468 | Support for PostgreSQL JSON has been added, using the new
|
2502 | 2469 | :class:`.JSON` type. Huge thanks to Nathan Rice for
|
|
2546 | 2513 |
|
2547 | 2514 | .. change::
|
2548 | 2515 | :tags: feature, postgresql
|
2549 |
| - :pullreq: bitbucket:8 |
2550 | 2516 |
|
2551 | 2517 | Added support for PostgreSQL TSVECTOR via the
|
2552 | 2518 | :class:`.postgresql.TSVECTOR` type. Pull request courtesy
|
|
2607 | 2573 |
|
2608 | 2574 | .. change::
|
2609 | 2575 | :tags: bug, orm, collections, py3k
|
2610 |
| - :pullreq: github:40 |
2611 | 2576 |
|
2612 | 2577 | Added support for the Python 3 method ``list.clear()`` within
|
2613 | 2578 | the ORM collection instrumentation system; pull request
|
|
2650 | 2615 |
|
2651 | 2616 | .. change::
|
2652 | 2617 | :tags: feature, sql
|
2653 |
| - :pullreq: github:42 |
2654 | 2618 |
|
2655 | 2619 | A new API for specifying the ``FOR UPDATE`` clause of a ``SELECT``
|
2656 | 2620 | is added with the new :meth:`.GenerativeSelect.with_for_update` method.
|
|
2667 | 2631 |
|
2668 | 2632 | .. change::
|
2669 | 2633 | :tags: feature, orm
|
2670 |
| - :pullreq: github:42 |
2671 | 2634 |
|
2672 | 2635 | A new API for specifying the ``FOR UPDATE`` clause of a ``SELECT``
|
2673 | 2636 | is added with the new :meth:`.Query.with_for_update` method,
|
|
0 commit comments