<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/test/testbase.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>- testbase is gone, replaced by testenv</title>
<updated>2008-01-12T22:03:42+00:00</updated>
<author>
<name>Jason Kirtland</name>
<email>jek@discorporate.us</email>
</author>
<published>2008-01-12T22:03:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=17d3c8764e020379e54053bca0b0a2bc71d48aa0'/>
<id>17d3c8764e020379e54053bca0b0a2bc71d48aa0</id>
<content type='text'>
- Importing testenv has no side effects- explicit functions provide similar behavior to the old immediate behavior of testbase
- testing.db has the configured db
- Fixed up the perf/* scripts
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Importing testenv has no side effects- explicit functions provide similar behavior to the old immediate behavior of testbase
- testing.db has the configured db
- Fixed up the perf/* scripts
</pre>
</div>
</content>
</entry>
<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>- 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>mssql: preliminary support for using scope_identity() with pyodbc</title>
<updated>2007-07-11T18:51:44+00:00</updated>
<author>
<name>Paul Johnston</name>
<email>paj@pajhome.org.uk</email>
</author>
<published>2007-07-11T18:51:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=33e82c0a84d9b36333c7e7276f071fd0fc64f55d'/>
<id>33e82c0a84d9b36333c7e7276f071fd0fc64f55d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData instead</title>
<updated>2007-07-06T00:58:09+00:00</updated>
<author>
<name>Jason Kirtland</name>
<email>jek@discorporate.us</email>
</author>
<published>2007-07-06T00:58:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=177d30cc011b919c9c6381027d2e5f29e17e5ea7'/>
<id>177d30cc011b919c9c6381027d2e5f29e17e5ea7</id>
<content type='text'>
- Deprecated BoundMetaData- use MetaData instead
- Removed DMD and BMD from documentation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Deprecated BoundMetaData- use MetaData instead
- Removed DMD and BMD from documentation
</pre>
</div>
</content>
</entry>
<entry>
<title>fix running tests on Windows</title>
<updated>2007-06-01T04:55:17+00:00</updated>
<author>
<name>Jonathan Ellis</name>
<email>jbellis@gmail.com</email>
</author>
<published>2007-06-01T04:55:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=96ee77cd096f94613e3f98f7b7c179167b05877a'/>
<id>96ee77cd096f94613e3f98f7b7c179167b05877a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- DB connection urls for tests can now be loaded from a configuration file</title>
<updated>2007-05-25T22:30:39+00:00</updated>
<author>
<name>Jason Kirtland</name>
<email>jek@discorporate.us</email>
</author>
<published>2007-05-25T22:30:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=ea652e9d1006eb73594e5a25b9d791b77833e196'/>
<id>ea652e9d1006eb73594e5a25b9d791b77833e196</id>
<content type='text'>
- Test runs can now --require a particular external package version
- Added some 'coerce' magic to the Oracle connection factory to support use_ansi in the dburl query string
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Test runs can now --require a particular external package version
- Added some 'coerce' magic to the Oracle connection factory to support use_ansi in the dburl query string
</pre>
</div>
</content>
</entry>
<entry>
<title>- fixed critical issue when, after options(eagerload()) is used,</title>
<updated>2007-04-18T22:33:53+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2007-04-18T22:33:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=7efd23b23cbbd1d714cc31e44e776b7e1e9af319'/>
<id>7efd23b23cbbd1d714cc31e44e776b7e1e9af319</id>
<content type='text'>
the mapper would then always apply query "wrapping" behavior
for all subsequent LIMIT/OFFSET/DISTINCT queries, even if no
eager loading was applied on those subsequent queries.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the mapper would then always apply query "wrapping" behavior
for all subsequent LIMIT/OFFSET/DISTINCT queries, even if no
eager loading was applied on those subsequent queries.
</pre>
</div>
</content>
</entry>
</feed>
