mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-27 11:01:44 -04:00
e28b448137
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
7 lines
106 B
Python
7 lines
106 B
Python
"""
|
|
Examples illustrating modifications to SQLAlchemy's attribute management
|
|
system.
|
|
|
|
.. autosource::
|
|
|
|
""" |