<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git, branch rel_0_3</title>
<subtitle>github.com: zzzeek/sqlalchemy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/'/>
<entry>
<title>closing out 0.3 maint.</title>
<updated>2010-03-09T17:01:31+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2010-03-09T17:01:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=6a20f764e298f6433786c22a14057f3eb3ffa076'/>
<id>6a20f764e298f6433786c22a14057f3eb3ffa076</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- tables with schemas can still be used in sqlite, firebird,</title>
<updated>2007-12-05T21:13:36+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2007-12-05T21:13:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=e0fa592169e9f1bb3d263d3cd8967e0925ca9733'/>
<id>e0fa592169e9f1bb3d263d3cd8967e0925ca9733</id>
<content type='text'>
schema name just gets dropped [ticket:890]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
schema name just gets dropped [ticket:890]
</pre>
</div>
</content>
</entry>
<entry>
<title>  - func. objects can be pickled/unpickled [ticket:844]</title>
<updated>2007-11-04T22:03:40+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2007-11-04T22:03:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=7aead4d40f5236bfe34857aba412fdac761839c0'/>
<id>7aead4d40f5236bfe34857aba412fdac761839c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- query.get() and related functions (like many-to-one lazyloading)</title>
<updated>2007-10-16T16:00:37+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2007-10-16T16:00:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=c262a3b9e5bf621bd30806c13d43eb9871d9805b'/>
<id>c262a3b9e5bf621bd30806c13d43eb9871d9805b</id>
<content type='text'>
generate randomly-generated bind parameter names, to prevent
name conflicts with bind parameters that already exist in the
mapped selectable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
generate randomly-generated bind parameter names, to prevent
name conflicts with bind parameters that already exist in the
mapped selectable.
</pre>
</div>
</content>
</entry>
<entry>
<title>removed default schema test; this is supported in 0.4</title>
<updated>2007-10-14T19:15:11+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2007-10-14T19:15:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=d12392c38d570b4a3c14a02c75e2ea9476c34ffb'/>
<id>d12392c38d570b4a3c14a02c75e2ea9476c34ffb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- backref remove object operation doesn't fail if the other-side</title>
<updated>2007-10-14T18:01:37+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2007-10-14T18:01:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=bd941d126e19879319336f867f1a57ec40e30119'/>
<id>bd941d126e19879319336f867f1a57ec40e30119</id>
<content type='text'>
collection doesn't contain the item, supports noload collections
[ticket:813]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
collection doesn't contain the item, supports noload collections
[ticket:813]
</pre>
</div>
</content>
</entry>
<entry>
<title>   - removed LONG_STRING, LONG_BINARY from "binary" types, so type objects</title>
<updated>2007-10-14T16:58:48+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2007-10-14T16:58:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=6741cc58cf7d9dcdcc0eb7955c6f15cb57ed1340'/>
<id>6741cc58cf7d9dcdcc0eb7955c6f15cb57ed1340</id>
<content type='text'>
      don't try to read their values as LOB [ticket:622], [ticket:751]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
      don't try to read their values as LOB [ticket:622], [ticket:751]
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed reflection of Column's nullable property [firebird]</title>
<updated>2007-10-06T11:10:56+00:00</updated>
<author>
<name>Roger Demetrescu</name>
<email>roger.demetrescu@gmail.com</email>
</author>
<published>2007-10-06T11:10:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=84017b1e0b7428e5b06a3497ed74e2a0fbf45ca9'/>
<id>84017b1e0b7428e5b06a3497ed74e2a0fbf45ca9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some fixes on reflection tests (firebird):</title>
<updated>2007-10-02T04:43:19+00:00</updated>
<author>
<name>Roger Demetrescu</name>
<email>roger.demetrescu@gmail.com</email>
</author>
<published>2007-10-02T04:43:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=3707c9a757385fe54572a5afdeba471571692cd8'/>
<id>3707c9a757385fe54572a5afdeba471571692cd8</id>
<content type='text'>
 * firebird doesn't support create table tablename (columnname type NULL)" syntax (only NOT NULL)
 * firebird doesn't support schemas
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * firebird doesn't support create table tablename (columnname type NULL)" syntax (only NOT NULL)
 * firebird doesn't support schemas
</pre>
</div>
</content>
</entry>
<entry>
<title>firebird doesn't support sane rowcount.</title>
<updated>2007-09-28T02:43:07+00:00</updated>
<author>
<name>Roger Demetrescu</name>
<email>roger.demetrescu@gmail.com</email>
</author>
<published>2007-09-28T02:43:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlalchemy.git/commit/?id=f2814d9e1f80adca2fcee16f3265d2807c6e5c71'/>
<id>f2814d9e1f80adca2fcee16f3265d2807c6e5c71</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
