From 601e16daf30a00dd049507cb8bfa4931013c2e46 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 13 Mar 2015 16:25:10 -0400 Subject: [PATCH] - call this 1.0.0b1 (cherry picked from commit 64b7a50cbd64b44fa8ee8413213e9eae73483515) --- doc/build/changelog/changelog_08.rst | 32 ++--- doc/build/changelog/changelog_09.rst | 198 +++++++++++++-------------- 2 files changed, 115 insertions(+), 115 deletions(-) diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index baaa7b15b2..5d74af71c3 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -14,7 +14,7 @@ .. change:: :tags: bug, mssql - :versions: 1.0.0, 0.9.7 + :versions: 1.0.0b1, 0.9.7 Added statement encoding to the "SET IDENTITY_INSERT" statements which operate when an explicit INSERT is being @@ -24,7 +24,7 @@ .. change:: :tags: bug, mssql - :versions: 1.0.0, 0.9.7 + :versions: 1.0.0b1, 0.9.7 :tickets: 3091 In the SQL Server pyodbc dialect, repaired the implementation @@ -36,7 +36,7 @@ .. change:: :tags: bug, sql - :versions: 1.0.0, 0.9.7 + :versions: 1.0.0b1, 0.9.7 :tickets: 3124 Fixed bug in :class:`.Enum` and other :class:`.SchemaType` @@ -46,7 +46,7 @@ .. change:: :tags: bug, sql - :versions: 1.0.0, 0.9.7 + :versions: 1.0.0b1, 0.9.7 :tickets: 3102 Fixed a bug within the custom operator plus :meth:`.TypeEngine.with_variant` @@ -55,7 +55,7 @@ .. change:: :tags: bug, mysql - :versions: 1.0.0, 0.9.7 + :versions: 1.0.0b1, 0.9.7 :tickets: 3101 MySQL error 2014 "commands out of sync" appears to be raised as a @@ -65,7 +65,7 @@ .. change:: :tags: bug, mysql - :versions: 1.0.0, 0.9.5 + :versions: 1.0.0b1, 0.9.5 :tickets: 3085 Fixed bug where column names added to ``mysql_length`` parameter @@ -76,7 +76,7 @@ .. change:: :tags: bug, declarative - :versions: 1.0.0, 0.9.5 + :versions: 1.0.0b1, 0.9.5 :tickets: 3062 The ``__mapper_args__`` dictionary is copied from a declarative @@ -89,7 +89,7 @@ .. change:: :tags: bug, sql - :versions: 0.9.5, 1.0.0 + :versions: 0.9.5, 1.0.0b1 :tickets: 3044 Fixed bug in INSERT..FROM SELECT construct where selecting from a @@ -97,7 +97,7 @@ .. change:: :tags: bug, postgresql - :versions: 0.9.5, 1.0.0 + :versions: 0.9.5, 1.0.0b1 :tickets: 3053 Added the ``hashable=False`` flag to the PG :class:`.HSTORE` type, which @@ -107,7 +107,7 @@ .. change:: :tags: bug, orm - :versions: 0.9.5, 1.0.0 + :versions: 0.9.5, 1.0.0b1 :tickets: 3055 Fixed bug in subquery eager loading where a long chain of @@ -118,7 +118,7 @@ .. change:: :tags: bug, ext - :versions: 0.9.5, 1.0.0 + :versions: 0.9.5, 1.0.0b1 :tickets: 3051, 3093 Fixed bug in mutable extension where :class:`.MutableDict` did not @@ -126,7 +126,7 @@ .. change:: :tags: bug, ext - :versions: 0.9.5, 1.0.0 + :versions: 0.9.5, 1.0.0b1 :pullreq: bitbucket:24 :tickets: 3093, 3051 @@ -136,7 +136,7 @@ .. change:: :tags: bug, mysql - :versions: 0.9.5, 1.0.0 + :versions: 0.9.5, 1.0.0b1 :pullreq: bitbucket:15 Added support for reflecting tables where an index includes @@ -146,7 +146,7 @@ .. change:: :tags: bug, orm :tickets: 3047 - :versions: 0.9.5, 1.0.0 + :versions: 0.9.5, 1.0.0b1 Fixed ORM bug where the :func:`.class_mapper` function would mask AttributeErrors or KeyErrors that should raise during mapper @@ -156,7 +156,7 @@ .. change:: :tags: bug, sql :tickets: 3045 - :versions: 0.9.5, 1.0.0 + :versions: 0.9.5, 1.0.0b1 Fixed bug where :meth:`.Table.update` and :meth:`.Table.delete` would produce an empty WHERE clause when an empty :func:`.and_()` @@ -166,7 +166,7 @@ .. change:: :tags: bug, postgresql :pullreq: bitbucket:13 - :versions: 0.9.5, 1.0.0 + :versions: 0.9.5, 1.0.0b1 Added a new "disconnect" message "connection has been closed unexpectedly". This appears to be related to newer versions of SSL. diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index df3b7e8d03..98b224d25c 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -25,7 +25,7 @@ .. change:: :tags: feature, orm :tickets: 3320 - :versions: 1.0.0 + :versions: 1.0.0b1 Added a new entry ``"entity"`` to the dictionaries returned by :attr:`.Query.column_descriptions`. This refers to the primary ORM @@ -41,7 +41,7 @@ .. change:: :tags: feature, postgresql :pullreq: bitbucket:45 - :versions: 1.0.0 + :versions: 1.0.0b1 Added support for the ``CONCURRENTLY`` keyword with Postgresql indexes, established using ``postgresql_concurrently``. Pull @@ -54,7 +54,7 @@ .. change:: :tags: bug, ext, py3k :pullreq: github:154 - :versions: 1.0.0 + :versions: 1.0.0b1 Fixed bug where the association proxy list class would not interpret slices correctly under Py3K. Pull request courtesy @@ -63,7 +63,7 @@ .. change:: :tags: feature, sqlite :pullreq: bitbucket:42 - :versions: 1.0.0 + :versions: 1.0.0b1 Added support for partial indexes (e.g. with a WHERE clause) on SQLite. Pull request courtesy Kai Groner. @@ -75,7 +75,7 @@ .. change:: :tags: bug, orm :tickets: 3310 - :versions: 1.0.0 + :versions: 1.0.0b1 Fixed bugs in ORM object comparisons where comparison of many-to-one ``!= None`` would fail if the source were an aliased @@ -88,7 +88,7 @@ .. change:: :tags: bug, orm :tickets: 3309 - :versions: 1.0.0 + :versions: 1.0.0b1 Fixed bug where internal assertion would fail in the case where an ``after_rollback()`` handler for a :class:`.Session` incorrectly @@ -99,7 +99,7 @@ .. change:: :tags: bug, orm :pullreq: github:147 - :versions: 1.0.0 + :versions: 1.0.0b1 Fixed bug where TypeError raised when :meth:`.Query.join` called with unknown kw arguments would raise its own TypeError due @@ -108,7 +108,7 @@ .. change:: :tags: bug, engine :tickets: 3302 - :versions: 1.0.0 + :versions: 1.0.0b1 Fixed bug in :class:`.Connection` and pool where the :meth:`.Connection.invalidate` method, or an invalidation due @@ -120,7 +120,7 @@ .. change:: :tags: feature, orm :tickets: 3296 - :versions: 1.0.0 + :versions: 1.0.0b1 Added new parameter :paramref:`.Session.connection.execution_options` which may be used to set up execution options on a :class:`.Connection` @@ -137,7 +137,7 @@ .. change:: :tags: bug, engine :tickets: 3296 - :versions: 1.0.0 + :versions: 1.0.0b1 A warning is emitted if the ``isolation_level`` parameter is used with :meth:`.Connection.execution_options` when a :class:`.Transaction` @@ -148,7 +148,7 @@ .. change:: :tags: bug, orm :tickets: 3300 - :versions: 1.0.0 + :versions: 1.0.0b1 Fixed bug in lazy loading SQL construction whereby a complex primaryjoin that referred to the same "local" column multiple @@ -159,7 +159,7 @@ .. change:: :tags: bug, postgresql :tickets: 2940 - :versions: 1.0.0 + :versions: 1.0.0b1 Repaired support for Postgresql UUID types in conjunction with the ARRAY type when using psycopg2. The psycopg2 dialect now @@ -172,7 +172,7 @@ .. change:: :tags: bug, postgresql :pullreq: github:145 - :versions: 1.0.0 + :versions: 1.0.0b1 Added support for the :class:`postgresql.JSONB` datatype when using psycopg2 2.5.4 or greater, which features native conversion @@ -186,7 +186,7 @@ .. change:: :tags: bug, postgresql - :versions: 1.0.0 + :versions: 1.0.0b1 Repaired the use of the "array_oid" flag when registering the HSTORE type with older psycopg2 versions < 2.4.3, which does not @@ -212,7 +212,7 @@ .. change:: :tags: feature, engine - :versions: 1.0.0 + :versions: 1.0.0b1 Added new user-space accessors for viewing transaction isolation levels; :meth:`.Connection.get_isolation_level`, @@ -220,7 +220,7 @@ .. change:: :tags: bug, postgresql - :versions: 1.0.0 + :versions: 1.0.0b1 :tickets: 3174 Fixed bug where Postgresql dialect would fail to render an @@ -231,7 +231,7 @@ .. change:: :tags: bug, orm - :versions: 1.0.0 + :versions: 1.0.0b1 :tickets: 3287 The "wildcard" loader options, in particular the one set up by @@ -246,7 +246,7 @@ .. change:: :tags: bug, sql - :versions: 1.0.0 + :versions: 1.0.0b1 :pullreq: bitbucket:41 Added the ``native_enum`` flag to the ``__repr__()`` output @@ -255,7 +255,7 @@ .. change:: :tags: bug, orm, pypy - :versions: 1.0.0 + :versions: 1.0.0b1 :tickets: 3285 Fixed bug where if an exception were thrown at the start of a @@ -268,7 +268,7 @@ .. change:: :tags: change, mysql - :versions: 1.0.0 + :versions: 1.0.0b1 :tickets: 3275 The ``gaerdbms`` dialect is no longer necessary, and emits a @@ -277,7 +277,7 @@ .. change:: :tags: bug, sql - :versions: 1.0.0 + :versions: 1.0.0b1 :tickets: 3278 Fixed bug where using a :class:`.TypeDecorator` that implemented @@ -288,7 +288,7 @@ .. change:: :tags: bug, mysql - :versions: 1.0.0 + :versions: 1.0.0b1 :tickets: 3274 Added a version check to the MySQLdb dialect surrounding the @@ -296,7 +296,7 @@ .. change:: :tags: feature, orm - :versions: 1.0.0 + :versions: 1.0.0b1 Added new method :meth:`.Session.invalidate`, functions similarly to :meth:`.Session.close`, except also calls @@ -308,7 +308,7 @@ .. change:: :tags: bug, examples - :versions: 1.0.0 + :versions: 1.0.0b1 Updated the :ref:`examples_versioned_history` example such that mapped columns are re-mapped to @@ -321,7 +321,7 @@ .. change:: :tags: bug, examples - :versions: 1.0.0 + :versions: 1.0.0b1 Fixed a bug in the examples/generic_assocaitions/discriminator_on_association.py example, where the subclasses of AddressAssociation were not being @@ -330,7 +330,7 @@ .. change:: :tags: bug, orm - :versions: 1.0.0 + :versions: 1.0.0b1 :tickets: 3251 Fixed a leak which would occur in the unsupported and highly @@ -342,7 +342,7 @@ .. change:: :tags: bug, sql - :versions: 1.0.0 + :versions: 1.0.0b1 :tickets: 3248 Fixed issue where the columns from a SELECT embedded in an @@ -354,7 +354,7 @@ .. change:: :tags: bug, orm, sqlite - :versions: 1.0.0 + :versions: 1.0.0b1 :tickets: 3241 Fixed bug regarding expression mutations which could express @@ -365,7 +365,7 @@ .. change:: :tags: feature, sqlite - :versions: 1.0.0 + :versions: 1.0.0b1 Added a new SQLite backend for the SQLCipher backend. This backend provides for encrypted SQLite databases using the pysqlcipher Python @@ -378,7 +378,7 @@ .. change:: :tags: bug, orm :tickets: 3232 - :versions: 1.0.0 + :versions: 1.0.0b1 Fixed bug where the ON clause for :meth:`.Query.join`, and :meth:`.Query.outerjoin` to a single-inheritance subclass @@ -391,7 +391,7 @@ .. change:: :tags: bug, mysql, mysqlconnector - :versions: 1.0.0 + :versions: 1.0.0b1 Mysqlconnector as of version 2.0, probably as a side effect of the python 3 merge, now does not expect percent signs (e.g. @@ -404,7 +404,7 @@ .. change:: :tags: bug, mysql, mysqlconnector - :versions: 1.0.0 + :versions: 1.0.0b1 Unicode SQL is now passed for MySQLconnector version 2.0 and above; for Py2k and MySQL < 2.0, strings are encoded. @@ -412,7 +412,7 @@ .. change:: :tags: bug, oracle - :versions: 1.0.0 + :versions: 1.0.0b1 :tickets: 2138 Fixed long-standing bug in Oracle dialect where bound parameter @@ -421,7 +421,7 @@ .. change:: :tags: bug, sql - :versions: 1.0.0 + :versions: 1.0.0b1 :tickets: 3195 Fixed bug where a fair number of SQL elements within @@ -432,7 +432,7 @@ .. change:: :tags: bug, declarative, orm - :versions: 1.0.0 + :versions: 1.0.0b1 :tickets: 3185 Fixed "'NoneType' object has no attribute 'concrete'" error @@ -441,7 +441,7 @@ .. change:: :tags: bug, engine - :versions: 1.0.0 + :versions: 1.0.0b1 :tickets: 3200 The execution options passed to an :class:`.Engine` either via @@ -458,7 +458,7 @@ .. change:: :tags: bug, sqlite - :versions: 1.0.0 + :versions: 1.0.0b1 :tickets: 3211 When selecting from a UNION using an attached database file, @@ -472,7 +472,7 @@ .. change:: :tags: bug, postgresql - :versions: 1.0.0 + :versions: 1.0.0b1 :tickets: 3021 A revisit to this issue first patched in 0.9.5, apparently @@ -485,7 +485,7 @@ .. change:: :tags: bug, orm, engine - :versions: 1.0.0 + :versions: 1.0.0b1 :tickets: 3197 Fixed bug that affected generally the same classes of event @@ -498,7 +498,7 @@ .. change:: :tags: bug, declarative - :versions: 1.0.0 + :versions: 1.0.0b1 :tickets: 3208 Fixed an unlikely race condition observed in some exotic end-user @@ -509,7 +509,7 @@ .. change:: :tags: bug, orm - :versions: 1.0.0 + :versions: 1.0.0b1 :tickets: 3199 Fixed bug that affected many classes of event, particularly @@ -523,7 +523,7 @@ .. change:: :tags: bug, mssql - :versions: 1.0.0 + :versions: 1.0.0b1 :tickets: 3151 Fixed the version string detection in the pymssql dialect to @@ -532,7 +532,7 @@ .. change:: :tags: bug, orm - :versions: 1.0.0 + :versions: 1.0.0b1 :tickets: 3194 Fixed warning that would emit when a complex self-referential @@ -542,7 +542,7 @@ .. change:: :tags: bug, ext - :versions: 1.0.0 + :versions: 1.0.0b1 :tickets: 3191 Fixed bug in ordering list where the order of items would be @@ -553,7 +553,7 @@ .. change:: :tags: bug, sql - :versions: 1.0.0 + :versions: 1.0.0b1 :tickets: 3180 An adjustment to table/index reflection such that if an index @@ -564,7 +564,7 @@ .. change:: :tags: bug, ext - :versions: 1.0.0 + :versions: 1.0.0b1 :pullrequest: bitbucket:28 Fixed bug where :class:`.ext.mutable.MutableDict` @@ -573,7 +573,7 @@ .. change:: :tags: bug, ext - :versions: 1.0.0 + :versions: 1.0.0b1 :pullrequest: bitbucket:27 Fixed bug where a custom subclass of :class:`.ext.mutable.MutableDict` @@ -583,7 +583,7 @@ .. change:: :tags: bug, pool - :versions: 1.0.0 + :versions: 1.0.0b1 :tickets: 3168 Fixed bug in connection pool logging where the "connection checked out" @@ -594,7 +594,7 @@ .. change:: :tags: feature, postgresql, pg8000 - :versions: 1.0.0 + :versions: 1.0.0b1 :pullreq: github:125 Support is added for "sane multi row count" with the pg8000 driver, @@ -604,7 +604,7 @@ .. change:: :tags: bug, engine - :versions: 1.0.0 + :versions: 1.0.0b1 :tickets: 3165 The string keys that are used to determine the columns impacted @@ -616,7 +616,7 @@ .. change:: :tags: bug, postgresql - :versions: 1.0.0 + :versions: 1.0.0b1 :tickets: 3159 Fixed bug where Postgresql JSON type was not able to persist or @@ -635,7 +635,7 @@ .. change:: :tags: bug, sql - :versions: 1.0.0 + :versions: 1.0.0b1 :tickets: 3154 Fixed bug in CTE where ``literal_binds`` compiler argument would not @@ -644,7 +644,7 @@ .. change:: :tags: bug, postgresql - :versions: 1.0.0 + :versions: 1.0.0b1 :tickets: 3075 The exception wrapping system for DBAPI errors can now accommodate @@ -655,7 +655,7 @@ .. change:: :tags: bug, sql - :versions: 1.0.0 + :versions: 1.0.0b1 :tickets: 3144, 3067 Fixed 0.9.7 regression caused by :ticket:`3067` in conjunction with @@ -664,7 +664,7 @@ .. change:: :tags: bug, postgresql - :versions: 1.0.0 + :versions: 1.0.0b1 :tickets: 3141 :pullreq: github:124 @@ -674,7 +674,7 @@ .. change:: :tags: bug, postgresql - :versions: 1.0.0 + :versions: 1.0.0b1 :tickets: 3137 Added a supported :meth:`.FunctionElement.alias` method to functions, @@ -691,7 +691,7 @@ .. change:: :tags: bug, postgresql, pg8000 :tickets: 3134 - :versions: 1.0.0 + :versions: 1.0.0b1 Fixed bug introduced in 0.9.5 by new pg8000 isolation level feature where engine-level isolation level parameter would raise an error @@ -700,7 +700,7 @@ .. change:: :tags: bug, oracle, tests :tickets: 3128 - :versions: 1.0.0 + :versions: 1.0.0b1 Fixed bug in oracle dialect test suite where in one test, 'username' was assumed to be in the database URL, even though @@ -709,7 +709,7 @@ .. change:: :tags: bug, orm, eagerloading :tickets: 3131 - :versions: 1.0.0 + :versions: 1.0.0b1 Fixed a regression caused by :ticket:`2976` released in 0.9.4 where the "outer join" propagation along a chain of joined eager loads @@ -722,7 +722,7 @@ .. change:: :tags: bug, sqlite :tickets: 3130 - :versions: 1.0.0 + :versions: 1.0.0b1 Fixed a SQLite join rewriting issue where a subquery that is embedded as a scalar subquery such as within an IN would receive inappropriate @@ -733,7 +733,7 @@ .. change:: :tags: bug, sql :tickets: 3067 - :versions: 1.0.0 + :versions: 1.0.0b1 Fix bug in naming convention feature where using a check constraint convention that includes ``constraint_name`` would @@ -759,7 +759,7 @@ .. change:: :tags: bug, orm :tickets: 3083, 2736 - :versions: 1.0.0 + :versions: 1.0.0b1 Fixed a regression from 0.9.0 due to :ticket:`2736` where the :meth:`.Query.select_from` method no longer set up the "from @@ -771,7 +771,7 @@ .. change:: :tags: bug, sql :tickets: 3090 - :versions: 1.0.0 + :versions: 1.0.0b1 Fixed bug in common table expressions whereby positional bound parameters could be expressed in the wrong final order @@ -780,7 +780,7 @@ .. change:: :tags: bug, sql :tickets: 3069 - :versions: 1.0.0 + :versions: 1.0.0b1 Fixed bug where multi-valued :class:`.Insert` construct would fail to check subsequent values entries beyond the first one given @@ -789,7 +789,7 @@ .. change:: :tags: bug, sql :tickets: 3123 - :versions: 1.0.0 + :versions: 1.0.0b1 Added a "str()" step to the dialect_kwargs iteration for Python version < 2.6.5, working around the @@ -799,7 +799,7 @@ .. change:: :tags: bug, sql :tickets: 3122 - :versions: 1.0.0 + :versions: 1.0.0b1 The :meth:`.TypeEngine.with_variant` method will now accept a type class as an argument which is internally converted to an @@ -817,7 +817,7 @@ .. change:: :tags: bug, tests - :versions: 1.0.0 + :versions: 1.0.0b1 Fixed bug where "python setup.py test" wasn't calling into distutils appropriately, and errors would be emitted at the end @@ -825,7 +825,7 @@ .. change:: :tags: feature, postgresql - :versions: 1.0.0 + :versions: 1.0.0b1 :pullreq: bitbucket:22 :tickets: 3078 @@ -836,7 +836,7 @@ .. change:: :tags: feature, postgresql - :versions: 1.0.0 + :versions: 1.0.0b1 :pullreq: github:101 Added support for Postgresql JSONB via :class:`.JSONB`. Pull request @@ -845,7 +845,7 @@ .. change:: :tags: feature, mssql :pullreq: github:98 - :versions: 1.0.0 + :versions: 1.0.0b1 Enabled "multivalues insert" for SQL Server 2008. Pull request courtesy Albert Cervin. Also expanded the checks for "IDENTITY INSERT" @@ -855,7 +855,7 @@ .. change:: :tags: feature, engine :tickets: 3076 - :versions: 1.0.0 + :versions: 1.0.0b1 Added new event :meth:`.ConnectionEvents.handle_error`, a more fully featured and comprehensive replacement for @@ -864,7 +864,7 @@ .. change:: :tags: bug, orm :tickets: 3108 - :versions: 1.0.0 + :versions: 1.0.0b1 Fixed bug where items that were persisted, deleted, or had a primary key change within a savepoint block would not @@ -875,7 +875,7 @@ .. change:: :tags: bug, orm :tickets: 3106 - :versions: 1.0.0 + :versions: 1.0.0b1 Fixed bug in subquery eager loading in conjunction with :func:`.with_polymorphic`, the targeting of entities and columns @@ -893,7 +893,7 @@ .. change:: :tags: bug, declarative :tickets: 3097 - :versions: 1.0.0 + :versions: 1.0.0b1 Fixed bug when the declarative ``__abstract__`` flag was not being distinguished for when it was actually the value ``False``. @@ -921,7 +921,7 @@ .. change:: :tags: bug, orm :tickets: 3042 - :versions: 1.0.0 + :versions: 1.0.0b1 Additional checks have been added for the case where an inheriting mapper is implicitly combining one of its column-based attributes @@ -938,7 +938,7 @@ .. change:: :tags: bug, sql :tickets: 3023 - :versions: 1.0.0 + :versions: 1.0.0b1 The :paramref:`.Column.nullable` flag is implicitly set to ``False`` when that :class:`.Column` is referred to in an explicit @@ -950,7 +950,7 @@ .. change:: :tags: enhancement, postgresql :tickets: 3002 - :versions: 1.0.0 + :versions: 1.0.0b1 Added a new type :class:`.postgresql.OID` to the Postgresql dialect. While "oid" is generally a private type within PG that is not exposed @@ -961,7 +961,7 @@ .. change:: :tags: bug, orm :tickets: 3080 - :versions: 1.0.0 + :versions: 1.0.0b1 Modified the behavior of :func:`.orm.load_only` such that primary key columns are always added to the list of columns to be "undeferred"; @@ -974,7 +974,7 @@ .. change:: :tags: feature, examples :pullreq: bitbucket:21 - :versions: 1.0.0 + :versions: 1.0.0b1 Added a new example illustrating materialized paths, using the latest relationship features. Example courtesy Jack Zhou. @@ -982,7 +982,7 @@ .. change:: :tags: bug, testsuite :pullreq: github:95 - :versions: 1.0.0 + :versions: 1.0.0b1 In public test suite, shanged to use of ``String(40)`` from less-supported ``Text`` in ``StringTest.test_literal_backslashes``. @@ -990,7 +990,7 @@ .. change:: :tags: bug, engine - :versions: 1.0.0 + :versions: 1.0.0b1 :tickets: 3063 Fixed bug which would occur if a DBAPI exception @@ -1004,7 +1004,7 @@ .. change:: :tags: feature, postgresql - :versions: 1.0.0 + :versions: 1.0.0b1 :pullreq: github:88 Added support for AUTOCOMMIT isolation level when using the pg8000 @@ -1013,7 +1013,7 @@ .. change:: :tags: bug, postgresql :tickets: 3021 - :versions: 1.0.0 + :versions: 1.0.0b1 :pullreq: github:87 The psycopg2 ``.closed`` accessor is now consulted when determining @@ -1026,7 +1026,7 @@ .. change:: :tags: bug, orm :tickets: 3060 - :versions: 1.0.0 + :versions: 1.0.0b1 Fixed a few edge cases which arise in the so-called "row switch" scenario, where an INSERT/DELETE can be turned into an UPDATE. @@ -1046,7 +1046,7 @@ .. change:: :tags: bug, orm - :versions: 1.0.0 + :versions: 1.0.0b1 Related to :ticket:`3060`, an adjustment has been made to the unit of work such that loading for related many-to-one objects is slightly @@ -1058,7 +1058,7 @@ .. change:: :tags: bug, orm :tickets: 3057 - :versions: 1.0.0 + :versions: 1.0.0b1 Fixed bug in SQLite join rewriting where anonymized column names due to repeats would not correctly be rewritten in subqueries. @@ -1067,7 +1067,7 @@ .. change:: :tags: bug, sql :tickets: 3012 - :versions: 1.0.0 + :versions: 1.0.0b1 Fixed bug where the :meth:`.Operators.__and__`, :meth:`.Operators.__or__` and :meth:`.Operators.__invert__` @@ -1078,7 +1078,7 @@ :tags: feature, postgresql :tickets: 2785 :pullreq: bitbucket:18 - :versions: 1.0.0 + :versions: 1.0.0b1 Added a new flag :paramref:`.ARRAY.zero_indexes` to the Postgresql :class:`.ARRAY` type. When set to ``True``, a value of one will be @@ -1089,7 +1089,7 @@ .. change:: :tags: bug, engine :tickets: 3043 - :versions: 1.0.0 + :versions: 1.0.0b1 Fixed some "double invalidate" situations were detected where a connection invalidation could occur within an already critical section @@ -1112,7 +1112,7 @@ .. change:: :tags: feature, orm :tickets: 3029 - :versions: 1.0.0 + :versions: 1.0.0b1 The "primaryjoin" model has been stretched a bit further to allow a join condition that is strictly from a single column to itself, @@ -1126,7 +1126,7 @@ .. change:: :tags: feature, sql :tickets: 3028 - :versions: 1.0.0 + :versions: 1.0.0b1 Liberalized the contract for :class:`.Index` a bit in that you can specify a :func:`.text` expression as the target; the index no longer @@ -1149,7 +1149,7 @@ .. change:: :tags: bug, mssql :tickets: 3025 - :versions: 1.0.0 + :versions: 1.0.0b1 Revised the query used to determine the current default schema name to use the ``database_principal_id()`` function in conjunction with @@ -1160,7 +1160,7 @@ .. change:: :tags: bug, sql :tickets: 3024 - :versions: 1.0.0 + :versions: 1.0.0b1 Fixed bug in new :meth:`.DialectKWArgs.argument_for` method where adding an argument for a construct not previously included for any @@ -1170,7 +1170,7 @@ :tags: bug, py3k, tests :tickets: 2830 :pullreq: bitbucket:2830 - :versions: 1.0.0 + :versions: 1.0.0b1 Corrected for some deprecation warnings involving the ``imp`` module and Python 3.3 or greater, when running tests. Pull @@ -1179,7 +1179,7 @@ .. change:: :tags: bug, sql :tickets: 3020, 1068 - :versions: 1.0.0 + :versions: 1.0.0b1 Fixed regression introduced in 0.9 where new "ORDER BY " feature from :ticket:`1068` would not apply quoting rules to the @@ -1188,7 +1188,7 @@ .. change:: :tags: feature, orm :tickets: 3017 - :versions: 1.0.0 + :versions: 1.0.0b1 Added new utility function :func:`.make_transient_to_detached` which can be used to manufacture objects that behave as though they were loaded @@ -1198,7 +1198,7 @@ .. change:: :tags: bug, sql - :versions: 1.0.0 + :versions: 1.0.0b1 Restored the import for :class:`.Function` to the ``sqlalchemy.sql.expression`` import namespace, which was removed at the beginning of 0.9. @@ -1206,7 +1206,7 @@ .. change:: :tags: bug, orm, sql :tickets: 3013 - :versions: 1.0.0 + :versions: 1.0.0b1 Fixes to the newly enhanced boolean coercion in :ticket:`2804` where the new rules for "where" and "having" woudn't take effect for the @@ -1217,7 +1217,7 @@ .. change:: :tags: feature, sql :tickets: 2990 - :versions: 1.0.0 + :versions: 1.0.0b1 Added new flag :paramref:`.expression.between.symmetric`, when set to True renders "BETWEEN SYMMETRIC". Also added a new negation operator -- 2.47.3