<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/test/orm/inheritance.py, branch main</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>merging 0.4 branch to trunk.  see CHANGES for details.  0.3 moves to maintenance branch in branches/rel_0_3.</title>
<updated>2007-07-27T04:08:53+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2007-07-27T04:08:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=ed4fc64bb0ac61c27bc4af32962fb129e74a36bf'/>
<id>ed4fc64bb0ac61c27bc4af32962fb129e74a36bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- added friendlier error checking for query.get() with too-short pk</title>
<updated>2007-07-15T15:11:05+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2007-07-15T15:11:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=5804e82215dcdedea11b1c9a4f1310b341836b34'/>
<id>5804e82215dcdedea11b1c9a4f1310b341836b34</id>
<content type='text'>
- more docs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- more docs
</pre>
</div>
</content>
</entry>
<entry>
<title>- more docs</title>
<updated>2007-07-15T05:23:32+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2007-07-15T05:23:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=d92489fd2a4b39a133597c0ec5c28acc4db996fe'/>
<id>d92489fd2a4b39a133597c0ec5c28acc4db996fe</id>
<content type='text'>
- some more query tests
- removed warnings from testbase to appease the buildbots
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- some more query tests
- removed warnings from testbase to appease the buildbots
</pre>
</div>
</content>
</entry>
<entry>
<title>- test module turns warnings into exceptions so they can be tested for</title>
<updated>2007-07-14T23:06:57+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2007-07-14T23:06:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=5c752ee1499bf8e4bff7b2663655d9dd4099593d'/>
<id>5c752ee1499bf8e4bff7b2663655d9dd4099593d</id>
<content type='text'>
- the two mapper PK tests should actually warn on the id column collision
- reverted abc_inheritance back to normal
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- the two mapper PK tests should actually warn on the id column collision
- reverted abc_inheritance back to normal
</pre>
</div>
</content>
</entry>
<entry>
<title>- improved ability to get the "correct" and most minimal set of primary key</title>
<updated>2007-07-14T21:57:51+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2007-07-14T21:57:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=8889d2c1bc7c527271909c0896e5d053c6aa369e'/>
<id>8889d2c1bc7c527271909c0896e5d053c6aa369e</id>
<content type='text'>
  columns from a join, equating foreign keys and otherwise equated columns.
  this is also mostly to help inheritance scenarios formulate the best
  choice of primary key columns.  [ticket:185]
- added 'bind' argument to Sequence.create()/drop(), ColumnDefault.execute()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  columns from a join, equating foreign keys and otherwise equated columns.
  this is also mostly to help inheritance scenarios formulate the best
  choice of primary key columns.  [ticket:185]
- added 'bind' argument to Sequence.create()/drop(), ColumnDefault.execute()
</pre>
</div>
</content>
</entry>
<entry>
<title>- a warning is issued by Mapper when two primary key columns of the</title>
<updated>2007-07-13T08:12:30+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2007-07-13T08:12:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=17ac26272402d9e92dfeb80ad0996eb0e9aff29f'/>
<id>17ac26272402d9e92dfeb80ad0996eb0e9aff29f</id>
<content type='text'>
same name are munged into a single attribute.  this happens frequently
when mapping to joins (or inheritance).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
same name are munged into a single attribute.  this happens frequently
when mapping to joins (or inheritance).
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed two bad __init__ calls</title>
<updated>2007-05-27T21:04:15+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2007-05-27T21:04:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=954724101205f56d426772d0018d4d581c3c5732'/>
<id>954724101205f56d426772d0018d4d581c3c5732</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- fixes [ticket:185], join object determines primary key and removes</title>
<updated>2007-03-27T22:06:36+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2007-03-27T22:06:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=de4c25cd028d242eaf0adbba89731f1e791e1dfe'/>
<id>de4c25cd028d242eaf0adbba89731f1e791e1dfe</id>
<content type='text'>
columns that are FK's to other columns in the primary key collection.
- removed workaround code from query.py get()
- removed obsolete inheritance test from mapper
- added new get() test to inheritance.py for this particular issue
- ColumnCollection has nicer string method
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
columns that are FK's to other columns in the primary key collection.
- removed workaround code from query.py get()
- removed obsolete inheritance test from mapper
- added new get() test to inheritance.py for this particular issue
- ColumnCollection has nicer string method
</pre>
</div>
</content>
</entry>
<entry>
<title>- added a standardized test harness for ORM tests</title>
<updated>2007-01-27T22:31:39+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2007-01-27T22:31:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=1b4e9a922128bdcd9645783427a72fe869cbfcb8'/>
<id>1b4e9a922128bdcd9645783427a72fe869cbfcb8</id>
<content type='text'>
- added three-level mapping test.  needed some massaging for postgres
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- added three-level mapping test.  needed some massaging for postgres
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed some imports, transaction hanging open</title>
<updated>2006-10-22T19:10:44+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2006-10-22T19:10:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=0be0131a448f43aa4969792aa0158551163ce499'/>
<id>0be0131a448f43aa4969792aa0158551163ce499</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
