<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/doc, branch pr/78</title>
<subtitle>github.com: zzzeek/sqlalchemy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/'/>
<entry>
<title>- Added a new feature :func:`.schema.conv`, the purpose of which is to</title>
<updated>2014-03-12T21:33:03+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-03-12T21:33:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=36792434c74dea43a0f10f5fe1cc45c4206f01ee'/>
<id>36792434c74dea43a0f10f5fe1cc45c4206f01ee</id>
<content type='text'>
mark a constraint name as already having had a naming convention applied.
This token will be used by Alembic migrations as of Alembic 0.6.4
in order to render constraints in migration scripts with names marked
as already having been subject to a naming convention.
re: #2991
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
mark a constraint name as already having had a naming convention applied.
This token will be used by Alembic migrations as of Alembic 0.6.4
in order to render constraints in migration scripts with names marked
as already having been subject to a naming convention.
re: #2991
</pre>
</div>
</content>
</entry>
<entry>
<title>:paramref:`.MetaData.naming_convention` feature will now also</title>
<updated>2014-03-12T19:09:48+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-03-12T19:09:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=a7ef7eccaacae5341bb03a58cc0538718c33c329'/>
<id>a7ef7eccaacae5341bb03a58cc0538718c33c329</id>
<content type='text'>
apply to :class:`.CheckConstraint` objects that are associated
directly with a :class:`.Column` instead of just on the
:class:`.Table`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
apply to :class:`.CheckConstraint` objects that are associated
directly with a :class:`.Column` instead of just on the
:class:`.Table`.
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed bug in new :paramref:`.MetaData.naming_convention` feature</title>
<updated>2014-03-12T18:46:55+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-03-12T18:46:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=d85d6f9a3f1d3132abcd917d4378b2c4e14aec65'/>
<id>d85d6f9a3f1d3132abcd917d4378b2c4e14aec65</id>
<content type='text'>
where the name of a check constraint making use of the
`"%(constraint_name)s"` token would get doubled up for the
constraint generated by a boolean or enum type, and overall
duplicate events would cause the `"%(constraint_name)s"` token
to keep compounding itself.
fixes #2991
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
where the name of a check constraint making use of the
`"%(constraint_name)s"` token would get doubled up for the
constraint generated by a boolean or enum type, and overall
duplicate events would cause the `"%(constraint_name)s"` token
to keep compounding itself.
fixes #2991
</pre>
</div>
</content>
</entry>
<entry>
<title>add a string example for self-refenretial many-to-many</title>
<updated>2014-03-11T21:10:16+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-03-11T21:10:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=50f0d9be33d1d802c8642e9a338905f6ae396cb4'/>
<id>50f0d9be33d1d802c8642e9a338905f6ae396cb4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- A warning is emitted if the :meth:`.MapperEvents.before_configured`</title>
<updated>2014-03-11T16:39:00+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-03-11T16:39:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=b7169f66d7cac26713f0784713be916905f320de'/>
<id>b7169f66d7cac26713f0784713be916905f320de</id>
<content type='text'>
or :meth:`.MapperEvents.after_configured` events are applied to a
specific mapper or mapped class, as the events are only invoked
for the :class:`.Mapper` target at the general level.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
or :meth:`.MapperEvents.after_configured` events are applied to a
specific mapper or mapped class, as the events are only invoked
for the :class:`.Mapper` target at the general level.
</pre>
</div>
</content>
</entry>
<entry>
<title>- Added a new keyword argument ``once=True`` to :func:`.event.listen`</title>
<updated>2014-03-11T16:27:10+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-03-11T16:27:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=009df6a3d041e517cc9efa74d3c87184357a5006'/>
<id>009df6a3d041e517cc9efa74d3c87184357a5006</id>
<content type='text'>
and :func:`.event.listens_for`.  This is a convenience feature which
will wrap the given listener such that it is only invoked once.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and :func:`.event.listens_for`.  This is a convenience feature which
will wrap the given listener such that it is only invoked once.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes argument number in docs</title>
<updated>2014-03-11T11:52:01+00:00</updated>
<author>
<name>Noufal Ibrahim</name>
<email>noufal@nibrahim.net.in</email>
</author>
<published>2014-03-11T11:52:01+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=8b0bf578405567252f6e8aee6e147a24f54d5d4a'/>
<id>8b0bf578405567252f6e8aee6e147a24f54d5d4a</id>
<content type='text'>
The selectable is the third argument to with_polymorphic.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The selectable is the third argument to with_polymorphic.</pre>
</div>
</content>
</entry>
<entry>
<title>- changelog for pullreq github:74</title>
<updated>2014-03-05T23:58:37+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-03-05T23:58:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=4175ca20508b0141c56560f4eae029c664213b79'/>
<id>4175ca20508b0141c56560f4eae029c664213b79</id>
<content type='text'>
- various improvemnts to oracle docs, rewrite section on unicode, more linking,
enhance section on resolve_synonyms
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- various improvemnts to oracle docs, rewrite section on unicode, more linking,
enhance section on resolve_synonyms
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed small issue in :class:`.SingletonThreadPool` where the current</title>
<updated>2014-03-05T23:14:09+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-03-05T23:14:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=48b82aebc3cda2ae9638f0922eea646288b45c72'/>
<id>48b82aebc3cda2ae9638f0922eea646288b45c72</id>
<content type='text'>
connection to be returned might get inadvertently cleaned out during
the "cleanup" process.  Patch courtesy jd23.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
connection to be returned might get inadvertently cleaned out during
the "cleanup" process.  Patch courtesy jd23.
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed bug in association proxy where assigning an empty slice</title>
<updated>2014-03-04T15:59:27+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-03-04T15:59:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=d6e8d5eddbca7154d008f7ef49efdc62dded7794'/>
<id>d6e8d5eddbca7154d008f7ef49efdc62dded7794</id>
<content type='text'>
(e.g. ``x[:] = [...]``) would fail on Py3k.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(e.g. ``x[:] = [...]``) would fail on Py3k.
</pre>
</div>
</content>
</entry>
</feed>
