summaryrefslogtreecommitdiff
path: root/doc/alphaimplementation.html
blob: 204092493dcecfde6bf7843d6745a8492f0a0cf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<head>
    <link href="style.css" rel="stylesheet" type="text/css"></link>
    <link href="docs.css" rel="stylesheet" type="text/css"></link>
    <script src="scripts.js"></script>
    <title>SQLAlchemy Documentation</title>
</head>
<body>
    <h3>What is an Alpha Implementation Feature?</h3>
<p><b>Alpha Implementation</b> indicates a feature where developer confidence in its functionality has not yet been firmly established.  This typically includes brand new features for which adequate unit tests have not been completed, and/or features whose scope is broad enough that its not clear what additional unit tests might be needed.</p>

<p>Alpha implementation is not meant to discourage the usage of a feature, it is only meant to indicate that some difficulties in getting full functionality from the feature may occur, and to encourage the reporting of these difficulties either via the mailing list or through <a href="http://www.sqlalchemy.org/trac/newticket" target="_blank">submitting a ticket</a>.</p>
    
<center><input type="button" value="close window" onclick="window.close()"></center>
</body>
</html>