<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/test/ext/declarative.py, branch 2020_tutorial</title>
<subtitle>github.com: zzzeek/sqlalchemy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/'/>
<entry>
<title>- unit tests have been migrated from unittest to nose.</title>
<updated>2009-06-10T21:18:24+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2009-06-10T21:18:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=45cec095b4904ba71425d2fe18c143982dd08f43'/>
<id>45cec095b4904ba71425d2fe18c143982dd08f43</id>
<content type='text'>
See README.unittests for information on how to run
the tests.  [ticket:970]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See README.unittests for information on how to run
the tests.  [ticket:970]
</pre>
</div>
</content>
</entry>
<entry>
<title>- removed test.testing.ORMTest, test.fixtures, and all</title>
<updated>2009-06-02T21:42:14+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2009-06-02T21:42:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=31b95e6cdce83e14cd1c462c2b7d16a0f8652d19'/>
<id>31b95e6cdce83e14cd1c462c2b7d16a0f8652d19</id>
<content type='text'>
dependencies on those.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
dependencies on those.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed adding of deferred or othe column properties to a declarative class.</title>
<updated>2009-04-18T15:35:07+00:00</updated>
<author>
<name>Michael Trier</name>
<email>mtrier@gmail.com</email>
</author>
<published>2009-04-18T15:35:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=7bb91d034f2460b180381f835a487854a1d96451'/>
<id>7bb91d034f2460b180381f835a487854a1d96451</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed __repr__() and other _get_colspec() methods on</title>
<updated>2009-03-27T21:41:36+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2009-03-27T21:41:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=d65c25bcc9f6fcfb420d60332e6aba25c0995562'/>
<id>d65c25bcc9f6fcfb420d60332e6aba25c0995562</id>
<content type='text'>
ForeignKey constructed from __clause_element__() style
construct (i.e. declarative columns).  [ticket:1353]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ForeignKey constructed from __clause_element__() style
construct (i.e. declarative columns).  [ticket:1353]
</pre>
</div>
</content>
</entry>
<entry>
<title>- Declarative will accept a table-bound column as a property</title>
<updated>2009-02-22T19:35:36+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2009-02-22T19:35:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=b60185a078ec7143d44f5980043f143d53a9caf3'/>
<id>b60185a078ec7143d44f5980043f143d53a9caf3</id>
<content type='text'>
when used in conjunction with __table__, if the column is already
present in __table__.  The column will be remapped to the given
key the same way as when added to the mapper() properties dict.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when used in conjunction with __table__, if the column is already
present in __table__.  The column will be remapped to the given
key the same way as when added to the mapper() properties dict.
</pre>
</div>
</content>
</entry>
<entry>
<title>- Declarative locates the "inherits" class using a search</title>
<updated>2009-02-19T15:48:37+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2009-02-19T15:48:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=734e02c4f152cee6152c9f5bcbbccf3e33ea7e65'/>
<id>734e02c4f152cee6152c9f5bcbbccf3e33ea7e65</id>
<content type='text'>
through __bases__, to skip over mixins that are local
to subclasses.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
through __bases__, to skip over mixins that are local
to subclasses.
</pre>
</div>
</content>
</entry>
<entry>
<title>- Declarative will properly interpret the "foreign_keys" argument</title>
<updated>2009-02-17T22:09:30+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2009-02-17T22:09:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=38c9a5be50af93fe5ba4a9af4ecb594bb6ffff36'/>
<id>38c9a5be50af93fe5ba4a9af4ecb594bb6ffff36</id>
<content type='text'>
on a backref() if it's a string.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
on a backref() if it's a string.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix errant foreign key</title>
<updated>2009-01-17T19:28:46+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2009-01-17T19:28:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=2ab5b4f30c234e5301f827e335d57fa7e18896e8'/>
<id>2ab5b4f30c234e5301f827e335d57fa7e18896e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- The "clear()", "save()", "update()", "save_or_update()"</title>
<updated>2009-01-17T18:19:29+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2009-01-17T18:19:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=b996bcff52294b8d222217c839f497c992dc6483'/>
<id>b996bcff52294b8d222217c839f497c992dc6483</id>
<content type='text'>
Session methods have been deprecated, replaced by
"expunge_all()" and "add()".  "expunge_all()" has also
been added to ScopedSession.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Session methods have been deprecated, replaced by
"expunge_all()" and "add()".  "expunge_all()" has also
been added to ScopedSession.
</pre>
</div>
</content>
</entry>
<entry>
<title>- It's an error to add new Column objects to a declarative class</title>
<updated>2009-01-13T15:45:59+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2009-01-13T15:45:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=3e3f309cf99b0123be4e7295891e5531b137e1fb'/>
<id>3e3f309cf99b0123be4e7295891e5531b137e1fb</id>
<content type='text'>
that specified an existing table using __table__.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
that specified an existing table using __table__.
</pre>
</div>
</content>
</entry>
</feed>
