summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/naming.py
Commit message (Expand)AuthorAgeFilesLines
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - The :class:`.CheckConstraint` construct now supports namingMike Bayer2015-01-301-4/+6
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-9/+13
* - wrestle with conv() and tests some moreMike Bayer2014-07-141-42/+5
* - allow the compilation rule that gets the formatted nameMike Bayer2014-07-141-0/+2
* - Fix bug in naming convention feature where using a checkMike Bayer2014-07-141-15/+23
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - Liberalized the contract for :class:`.Index` a bit in that you canMike Bayer2014-04-191-5/+6
* - Added a new feature :func:`.schema.conv`, the purpose of which is toMike Bayer2014-03-121-5/+45
* :paramref:`.MetaData.naming_convention` feature will now alsoMike Bayer2014-03-121-2/+9
* - Fixed bug in new :paramref:`.MetaData.naming_convention` featureMike Bayer2014-03-121-1/+1
* Add naming convention support when using schema in the metadata.pr/67Tom Farvour2014-02-051-2/+10
* - Added a new feature which allows automated naming conventions to beMike Bayer2014-02-011-0/+110