| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>
-
-
- Appendix: Copyright
- —
- SQLAlchemy 1.3 Documentation
- </title>
-
- <!-- begin iterate through site-imported + sphinx environment css_files -->
- <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
- <link rel="stylesheet" href="_static/docs.css" type="text/css" />
- <link rel="stylesheet" href="_static/changelog.css" type="text/css" />
- <link rel="stylesheet" href="_static/sphinx_paramlinks.css" type="text/css" />
- <!-- end iterate through site-imported + sphinx environment css_files -->
-
-
-
- <!-- begin layout.mako headers -->
- <link rel="index" title="Index" href="genindex.html" />
- <link rel="search" title="Search" href="search.html" />
- <link rel="copyright" title="Copyright" href="#" />
- <link rel="top" title="SQLAlchemy 1.3 Documentation" href="index.html" />
- <!-- end layout.mako headers -->
- </head>
- <body>
-
- <div id="docs-container">
- <div id="docs-top-navigation-container" class="body-background">
- <div id="docs-header">
- <div id="docs-version-header">
- Release: <span class="version-num">1.3.17</span>
- | Release Date: May 13, 2020
- </div>
- <h1>SQLAlchemy 1.3 Documentation</h1>
- </div>
- </div>
- <div id="docs-body-container">
- <div id="fixed-sidebar" class="withsidebar">
- <div id="docs-sidebar-popout">
- <h3><a href="index.html">SQLAlchemy 1.3 Documentation</a></h3>
- <p id="sidebar-topnav">
- <a href="contents.html">Contents</a> |
- <a href="genindex.html">Index</a>
- </p>
- <div id="sidebar-search">
- <form class="search" action="search.html" method="get">
- <label>
- Search terms:
- <input type="text" placeholder="search..." name="q" size="12" />
- </label>
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- </div>
- </div>
- <div id="docs-sidebar">
- <div id="sidebar-banner">
-
- </div>
- <div id="docs-sidebar-inner">
-
- <h3>
- <a href="index.html" title="SQLAlchemy 1.3 Documentation">SQLAlchemy 1.3 Documentation</a>
- </h3>
- <ul>
- <li><span class="link-container"><a class="reference external" href="intro.html">Overview</a></span></li>
- <li><span class="link-container"><a class="reference external" href="orm/index.html">SQLAlchemy ORM</a></span></li>
- <li><span class="link-container"><a class="reference external" href="core/index.html">SQLAlchemy Core</a></span></li>
- <li><span class="link-container"><a class="reference external" href="dialects/index.html">Dialects</a></span></li>
- <li><span class="link-container"><a class="reference external" href="faq/index.html">Frequently Asked Questions</a></span></li>
- <li><span class="link-container"><a class="reference external" href="errors.html">Error Messages</a></span></li>
- <li><span class="link-container"><a class="reference external" href="changelog/index.html">Changes and Migration</a></span></li>
- </ul>
- </div>
- </div>
- </div>
-
- <div id="docs-body" class="withsidebar" >
-
- <div class="section" id="appendix-copyright">
- <h1>Appendix: Copyright<a class="headerlink" href="#appendix-copyright" title="Permalink to this headline">¶</a></h1>
- <p>This is the MIT license: <a class="reference external" href="http://www.opensource.org/licenses/mit-license.php">http://www.opensource.org/licenses/mit-license.php</a></p>
- <p>Copyright (c) 2005-2020 Michael Bayer and contributors.
- SQLAlchemy is a trademark of Michael Bayer.</p>
- <p>Permission is hereby granted, free of charge, to any person obtaining a copy of this
- software and associated documentation files (the “Software”), to deal in the Software
- without restriction, including without limitation the rights to use, copy, modify, merge,
- publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
- to whom the Software is furnished to do so, subject to the following conditions:</p>
- <p>The above copyright notice and this permission notice shall be included in all copies or
- substantial portions of the Software.</p>
- <p>THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
- INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
- PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
- FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
- OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
- DEALINGS IN THE SOFTWARE.</p>
- </div>
- </div>
- </div>
- <div id="docs-bottom-navigation" class="docs-navigation-links, withsidebar">
- <div id="docs-copyright">
- © <a href="#">Copyright</a> 2007-2020, the SQLAlchemy authors and contributors.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 3.0.3.
- </div>
- </div>
- </div>
-
-
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: './',
- VERSION: '1.3.17',
- COLLAPSE_MODINDEX: false,
- FILE_SUFFIX: '.html'
- };
- </script>
- <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
- <!-- begin iterate through sphinx environment script_files -->
- <script type="text/javascript" src="_static/jquery.js"></script>
- <script type="text/javascript" src="_static/underscore.js"></script>
- <script type="text/javascript" src="_static/doctools.js"></script>
- <script type="text/javascript" src="_static/language_data.js"></script>
- <!-- end iterate through sphinx environment script_files -->
- <script type="text/javascript" src="_static/detectmobile.js"></script>
- <script type="text/javascript" src="_static/init.js"></script>
- </body>
- </html>
|