<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/examples, branch ticket_4073</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>modernize and repair inheritance examples</title>
<updated>2017-05-16T13:51:06+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2017-05-16T13:51:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=5329fc481ed1dcea0e922fd63def3094bda12c91'/>
<id>5329fc481ed1dcea0e922fd63def3094bda12c91</id>
<content type='text'>
remarkably, the examples for concrete and single were still
using classical mappings.    Ensure all three examples use
modern declarative patterns, each illustrate the identical set
of query operations.  Use back_populates, flat=True for joins,
etc. ensure flake8 linting, correct links and add a link back
from newly reworked inheritance documentation.

Change-Id: I8465a9badbb0eda804f457ccac599f051ee3c27c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remarkably, the examples for concrete and single were still
using classical mappings.    Ensure all three examples use
modern declarative patterns, each illustrate the identical set
of query operations.  Use back_populates, flat=True for joins,
etc. ensure flake8 linting, correct links and add a link back
from newly reworked inheritance documentation.

Change-Id: I8465a9badbb0eda804f457ccac599f051ee3c27c
</pre>
</div>
</content>
</entry>
<entry>
<title>fix pep8 errors in association example</title>
<updated>2017-03-18T18:42:48+00:00</updated>
<author>
<name>Paul Brown</name>
<email>paul90brown@gmail.com</email>
</author>
<published>2017-03-17T05:24:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=a40467152cbbc7e65d629dafbcc04ad1c85d3025'/>
<id>a40467152cbbc7e65d629dafbcc04ad1c85d3025</id>
<content type='text'>
(cherry picked from commit 6aad7fb4217ef294f68f693be5b3137c28184949)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 6aad7fb4217ef294f68f693be5b3137c28184949)
</pre>
</div>
</content>
</entry>
<entry>
<title>fix pep8 errors in adjacency_list example</title>
<updated>2017-03-18T18:42:43+00:00</updated>
<author>
<name>Paul Brown</name>
<email>paul90brown@gmail.com</email>
</author>
<published>2017-03-17T05:23:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=8dad0f93e8a7f1dcd79ff5c3640c997667d06248'/>
<id>8dad0f93e8a7f1dcd79ff5c3640c997667d06248</id>
<content type='text'>
(cherry picked from commit ff230f1862892eb2b479ed85e6858a82159b435f)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit ff230f1862892eb2b479ed85e6858a82159b435f)
</pre>
</div>
</content>
</entry>
<entry>
<title>Set autoincrement to False; use sqlite_autoincrement in versioned_history</title>
<updated>2017-01-09T23:00:33+00:00</updated>
<author>
<name>Carlos García Montoro</name>
<email>TrilceAC@gmail.com</email>
</author>
<published>2017-01-09T22:46:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=c703b9ce89483b6f44b97d1fbf56f8df8b14305a'/>
<id>c703b9ce89483b6f44b97d1fbf56f8df8b14305a</id>
<content type='text'>
Ensure that the history table sets autoincrement=False, since these values
are copied in all cases; the flag will emit an error as of 1.1 if the
primary key is composite.   Additionally, use the sqlite_autoincrement flag
so that SQLite uses unique primary key identifiers for new rows even if
some rows have been deleted.

Fixes: #3872
Change-Id: I65912eb394b3b69d7f4e3c098f4f948b0a7a5374
Pull-request: https://bitbucket.org/zzzeek/sqlalchemy/pull-requests/93
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure that the history table sets autoincrement=False, since these values
are copied in all cases; the flag will emit an error as of 1.1 if the
primary key is composite.   Additionally, use the sqlite_autoincrement flag
so that SQLite uses unique primary key identifiers for new rows even if
some rows have been deleted.

Fixes: #3872
Change-Id: I65912eb394b3b69d7f4e3c098f4f948b0a7a5374
Pull-request: https://bitbucket.org/zzzeek/sqlalchemy/pull-requests/93
</pre>
</div>
</content>
</entry>
<entry>
<title>spelling: Postgis -&gt; PostGIS</title>
<updated>2016-10-08T17:42:50+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2016-10-07T10:20:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=e5a063a87ce50552cb451075386563a38a7e2666'/>
<id>e5a063a87ce50552cb451075386563a38a7e2666</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an init_scalar event for attributes</title>
<updated>2016-06-02T18:41:31+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2015-06-11T03:38:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=e28b44813721f258bf76fb7c85bf5559ecd219ec'/>
<id>e28b44813721f258bf76fb7c85bf5559ecd219ec</id>
<content type='text'>
This allows us to build default-setting recipes such
as one that allows us to actively read column-level
defaults.  An example suite is also added.

Change-Id: I7b022d52cc89526132d5bc4201ac27fea4cf088d
Fixes: #1311
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows us to build default-setting recipes such
as one that allows us to actively read column-level
defaults.  An example suite is also added.

Change-Id: I7b022d52cc89526132d5bc4201ac27fea4cf088d
Fixes: #1311
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert readthedocs link for their .org -&gt; .io migration for hosted projects</title>
<updated>2016-05-29T13:28:55+00:00</updated>
<author>
<name>Adam Chainz</name>
<email>adam@adamj.eu</email>
</author>
<published>2016-05-29T13:28:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=513a045395b4cb5d8e1a9deb69bc9761d79eee37'/>
<id>513a045395b4cb5d8e1a9deb69bc9761d79eee37</id>
<content type='text'>
As per their email ‘Changes to project subdomains’:

&gt; Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.

Test Plan: Manually visited all the links I’ve modified.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As per their email ‘Changes to project subdomains’:

&gt; Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.

Test Plan: Manually visited all the links I’ve modified.
</pre>
</div>
</content>
</entry>
<entry>
<title>Repair dictlike-polymorphic</title>
<updated>2016-05-24T20:25:53+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2016-05-24T20:23:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=4cec791774b859a4800ed6e607bfa6838b1ab6af'/>
<id>4cec791774b859a4800ed6e607bfa6838b1ab6af</id>
<content type='text'>
dictlike-polymorphic was broken by the change
in 1714e0d6ef28411e9c6633018564af1cae58c3d9.  Use the new
style of inheritance.

Fixes: #3704

Change-Id: I3509ef4bf7772dd6994daf600accf4a2c5eb6973
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
dictlike-polymorphic was broken by the change
in 1714e0d6ef28411e9c6633018564af1cae58c3d9.  Use the new
style of inheritance.

Fixes: #3704

Change-Id: I3509ef4bf7772dd6994daf600accf4a2c5eb6973
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify directed graph example</title>
<updated>2016-04-27T00:01:22+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2016-04-27T00:00:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=84ba09a7d7b0160d8e3e52269519d0df0cd175ac'/>
<id>84ba09a7d7b0160d8e3e52269519d0df0cd175ac</id>
<content type='text'>
Changed the "directed graph" example to no longer consider
integer identifiers of nodes as significant; the "higher" / "lower"
references now allow mutual edges in both directions.

Change-Id: Ibfd5b420f0451a6fc746f0bcbbbb062f8f88dc1d
Fixes: #3698
(cherry picked from commit c3de4061fd490adcd8b75c79685f4a831b869f9e)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changed the "directed graph" example to no longer consider
integer identifiers of nodes as significant; the "higher" / "lower"
references now allow mutual edges in both directions.

Change-Id: Ibfd5b420f0451a6fc746f0bcbbbb062f8f88dc1d
Fixes: #3698
(cherry picked from commit c3de4061fd490adcd8b75c79685f4a831b869f9e)
</pre>
</div>
</content>
</entry>
<entry>
<title>Docstring Fix</title>
<updated>2016-03-30T20:45:40+00:00</updated>
<author>
<name>Patrick</name>
<email>patrick.dobbs@supplierselect.com</email>
</author>
<published>2016-03-30T20:45:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=4a3205df84b737f5fe55914fe22eef7264f20764'/>
<id>4a3205df84b737f5fe55914fe22eef7264f20764</id>
<content type='text'>
Change the docstring in short_selects example to match the code
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change the docstring in short_selects example to match the code
</pre>
</div>
</content>
</entry>
</feed>
