<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/lib/sqlalchemy/orm/persistence.py, branch pr/153</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>- add an option for bulk_save -&gt; update to not do history</title>
<updated>2014-12-08T01:36:01+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-12-08T01:36:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=07cc9e054ae4d5bb9cfc3c1d807b2a0d58a95b69'/>
<id>07cc9e054ae4d5bb9cfc3c1d807b2a0d58a95b69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- fix inheritance persistence</title>
<updated>2014-12-08T01:21:20+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-12-08T01:21:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=c42b8f8eb8f4c324e2469bf3baaa316c214abce5'/>
<id>c42b8f8eb8f4c324e2469bf3baaa316c214abce5</id>
<content type='text'>
- start writing docs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- start writing docs
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into ticket_3100</title>
<updated>2014-11-06T22:43:01+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-11-06T22:43:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=68f1bcc9da191fc72a943f2353c8d80a39bdb76a'/>
<id>68f1bcc9da191fc72a943f2353c8d80a39bdb76a</id>
<content type='text'>
Conflicts:
	lib/sqlalchemy/orm/persistence.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	lib/sqlalchemy/orm/persistence.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into ticket_3100</title>
<updated>2014-11-06T22:15:30+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-11-06T22:15:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=590498bf844e7dcdcf41d3ac786b4cccbebd2d43'/>
<id>590498bf844e7dcdcf41d3ac786b4cccbebd2d43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Small improvement on FlushError can't update error message</title>
<updated>2014-11-06T20:14:17+00:00</updated>
<author>
<name>Paulo Bu</name>
<email>pbu_98@yahoo.com</email>
</author>
<published>2014-11-06T20:14:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=4b09f1423b382336f29722490bab3a4c8c8607ea'/>
<id>4b09f1423b382336f29722490bab3a4c8c8607ea</id>
<content type='text'>
Output in the error message the table name and the column name.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Output in the error message the table name and the column name.
</pre>
</div>
</content>
</entry>
<entry>
<title>Small improvement on FlushError can't delete error message</title>
<updated>2014-11-05T12:23:03+00:00</updated>
<author>
<name>Paulo Bu</name>
<email>pbu_98@yahoo.com</email>
</author>
<published>2014-11-05T12:15:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=ea637cef2d9ec54b14fac3620b1cfd47da723f3f'/>
<id>ea637cef2d9ec54b14fac3620b1cfd47da723f3f</id>
<content type='text'>
Output in the error message the table name and the column name.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Output in the error message the table name and the column name.
</pre>
</div>
</content>
</entry>
<entry>
<title>- The :meth:`.Query.update` method will now convert string key</title>
<updated>2014-10-16T18:36:56+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-10-16T18:36:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=61a4a89d993eda1d3168b501ba9ed8d94ea9b5f8'/>
<id>61a4a89d993eda1d3168b501ba9ed8d94ea9b5f8</id>
<content type='text'>
names in the given dictionary of values into mapped attribute names
against the mapped class being updated.  Previously, string names
were taken in directly and passed to the core update statement without
any means to resolve against the mapped entity.  Support for synonyms
and hybrid attributes as the subject attributes of
:meth:`.Query.update` are also supported.
fixes #3228
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
names in the given dictionary of values into mapped attribute names
against the mapped class being updated.  Previously, string names
were taken in directly and passed to the core update statement without
any means to resolve against the mapped entity.  Support for synonyms
and hybrid attributes as the subject attributes of
:meth:`.Query.update` are also supported.
fixes #3228
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into ticket_3100</title>
<updated>2014-09-05T20:29:08+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-09-05T20:29:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=d39daa43fe79c40419adf4babc5ae04f814461b7'/>
<id>d39daa43fe79c40419adf4babc5ae04f814461b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- tiny refactors #1-#5</title>
<updated>2014-09-05T20:28:20+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-09-05T18:50:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=356d6659b17d199c1a5ecc4241e7ee3edc6a754e'/>
<id>356d6659b17d199c1a5ecc4241e7ee3edc6a754e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- add options to get back pk defaults for inserts.</title>
<updated>2014-09-02T23:23:09+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2014-09-02T23:23:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=ccfd26d96916cc7953f1fefa8abed53d4f696c4c'/>
<id>ccfd26d96916cc7953f1fefa8abed53d4f696c4c</id>
<content type='text'>
times spent start getting barely different...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
times spent start getting barely different...
</pre>
</div>
</content>
</entry>
</feed>
