summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/events.py
Commit message (Expand)AuthorAgeFilesLines
* happy new year 2023Mike Bayer2023-01-031-1/+1
* Merge "support create/drop events for all CREATE/DROP" into mainmike bayer2022-08-221-21/+118
|\
| * support create/drop events for all CREATE/DROPMike Bayer2022-08-201-21/+118
* | remove erroneous note about future metadataMike Bayer2022-08-171-3/+0
|/
* pep484: schema APIMike Bayer2022-04-151-2/+2
* pep484 - SQL internalsMike Bayer2022-03-241-9/+37
* pep-484 for sqlalchemy.event; use future annotationsMike Bayer2022-02-151-0/+2
* happy new year 2022Mike Bayer2022-01-061-1/+1
* Fixes: #5151jonathan vanasco2021-09-271-1/+6
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Accommodate column-based naming conventions for pk constraintMike Bayer2021-02-041-0/+6
* happy new yearMike Bayer2021-01-041-1/+1
* Implement `TypeEngine.as_generic`Gord Thompson2020-12-081-0/+3
* Allow MetaData as the target for column_reflect eventMike Bayer2020-11-181-11/+35
* improve column_reflect docsMike Bayer2020-11-181-40/+44
* Rename Table.tometadata to to_metadataGord Thompson2020-06-291-9/+9
* Run search and replace of symbolic module namesMike Bayer2020-04-141-31/+34
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-2/+3
* Reorganize core event modules to avoid import cyclesMike Bayer2020-01-211-0/+285