summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pin sphinx-copybutton and change configrel_1_3Mike Bayer2023-02-092-1/+7
* remove nonsensical noteMike Bayer2022-08-181-8/+0
* update quoted_name docMike Bayer2022-08-041-1/+2
* remove insanely old note from 12 years agoMike Bayer2022-05-231-14/+0
* update Numeric/Float docstringsMike Bayer2022-04-141-41/+22
* further simplify pool-sharing docMike Bayer2022-03-111-18/+9
* dispose session outside of child procMike Bayer2022-03-111-11/+30
* add copybuttonMike Bayer2022-03-112-0/+8
* replace "e.g.::" with more context regarding attribute events exampleMike Bayer2022-01-251-2/+4
* scoped_session adjustmentsMike Bayer2021-11-301-0/+17
* pin pytest < 7Mike Bayer2021-11-291-1/+1
* support utf8mb3 char encoding fully for mysqlclient, othersMike Bayer2021-10-025-17/+48
* add attribute sphinx is breaking onMike Bayer2021-09-171-1/+2
* Encourage primary_key for secondary tablesMike Bayer2021-07-201-12/+29
* Docs: fixed typo in "Cascades"Chris2021-07-071-1/+1
* Added netezza in external dialects in documentationAbhishek Jog2021-06-161-0/+3
* Add note regarding encryption-related pragmasFederico Caselli2021-06-072-13/+14
* remove outdated integrityerror exampleMike Bayer2021-05-261-16/+4
* fix typoMike Bayer2021-04-291-1/+1
* fix mapper._primary_key_propkeysMike Bayer2021-04-293-6/+45
* dont use context from other sectionsMike Bayer2021-04-291-9/+14
* Remove session.begin() example that was for 1.4Mike Bayer2021-04-291-3/+13
* apply **kw to SchemaEventTarget._set_parentMike Bayer2021-04-152-1/+11
* Merge "Update wheel workflow to match 1.4" into rel_1_3mike bayer2021-04-121-80/+52
|\
| * Update wheel workflow to match 1.4Federico Caselli2021-04-091-80/+52
* | Fix error in documentation of DDLElementFederico Caselli2021-04-111-2/+2
* | update .Unicode documentationMike Bayer2021-04-101-44/+42
|/
* change sql to schemaMike Bayer2021-04-061-4/+4
* Table arguments name and metadata are positional onlyFederico Caselli2021-04-063-2/+33
* Bug fix for code exampleEdward Betts2021-04-051-1/+1
* Correct for Variant + ARRAY cases in psycopg2Mike Bayer2021-04-017-22/+73
* dont import typing on Python 3.4Mike Bayer2021-03-312-1/+10
* Version 1.3.25 placeholderMike Bayer2021-03-302-1/+5
* - 1.3.24rel_1_3_24Mike Bayer2021-03-3014-132/+144
* Adjust version numbers for some changes, tagsMike Bayer2021-03-303-2/+10
* Refine domain nullable rules for PostgreSQL reflectionMike Bayer2021-03-303-2/+29
* TypeDecorator passes "outer" flag to itself for set_parent accountingMike Bayer2021-03-296-38/+52
* Allow dropping a schema with a sequence shared by more than one table.Federico Caselli2021-03-204-16/+83
* Remove unneeded importMike Bayer2021-03-161-5/+0
* CAST the elements in ARRAYs when using psycopg2Federico Caselli2021-03-1612-42/+415
* documentation updatesMike Bayer2021-03-157-4/+12
* Added import of synonym in example code in Synonym portion of docsAndres Torres2021-03-091-0/+2
* Fix named CHECK constraint name omitted on repeated createsGord Thompson2021-03-066-67/+52
* ensure composite refresh handler synced w/ mutable compositeMike Bayer2021-03-043-7/+71
* Fix aggregate_order_by issueGord Thompson2021-03-043-3/+29
* use zimports 0.3Mike Bayer2021-03-041-1/+1
* Remove passive_deletes warning for many-to-oneMike Bayer2021-03-033-9/+13
* As of 1.1, there are five object statesJohn Whitlock2021-03-011-1/+2
* doc clarification re: schema translateMike Bayer2021-03-011-0/+15
* document TypeDecorator schemes for MONEYMike Bayer2021-02-221-1/+35