summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/naming.py
Commit message (Expand)AuthorAgeFilesLines
* happy new year 2023Mike Bayer2023-01-031-1/+1
* update for mypy 1.0 devFederico Caselli2022-11-291-1/+1
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+1
* pep-484 for sqlalchemy.event; use future annotationsMike Bayer2022-02-151-0/+2
* establish mypy / typing approach for v2.0Mike Bayer2022-02-131-1/+1
* happy new year 2022Mike Bayer2022-01-061-1/+1
* Remove object in class definitionFederico Caselli2021-11-221-1/+1
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Fix named CHECK constraint name omitted on repeated createsGord Thompson2021-03-061-6/+5
* Accommodate column-based naming conventions for pk constraintMike Bayer2021-02-041-8/+37
* happy new yearMike Bayer2021-01-041-1/+1
* Reorganize core event modules to avoid import cyclesMike Bayer2020-01-211-1/+1
* happy new yearMike Bayer2020-01-011-1/+1
* Use separate label generator for column_label naming conventionMike Bayer2019-10-141-1/+1
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-13/+15
* Run black -l 79 against all source filesMike Bayer2019-01-061-17/+30
* Add new "all columns" naming convention tokensMike Bayer2018-11-101-11/+32
* happy new yearMike Bayer2018-01-121-1/+1
* 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