summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* update quoted_name docMike Bayer2022-08-041-1/+2
* update Numeric/Float docstringsMike Bayer2022-04-141-41/+22
* replace "e.g.::" with more context regarding attribute events exampleMike Bayer2022-01-251-2/+4
* support utf8mb3 char encoding fully for mysqlclient, othersMike Bayer2021-10-021-0/+1
* add attribute sphinx is breaking onMike Bayer2021-09-171-1/+2
* Add note regarding encryption-related pragmasFederico Caselli2021-06-071-13/+8
* fix mapper._primary_key_propkeysMike Bayer2021-04-291-2/+2
* apply **kw to SchemaEventTarget._set_parentMike Bayer2021-04-151-1/+1
* Fix error in documentation of DDLElementFederico Caselli2021-04-111-2/+2
* update .Unicode documentationMike Bayer2021-04-101-44/+42
* Table arguments name and metadata are positional onlyFederico Caselli2021-04-061-2/+5
* Correct for Variant + ARRAY cases in psycopg2Mike Bayer2021-04-014-15/+28
* dont import typing on Python 3.4Mike Bayer2021-03-311-1/+4
* Version 1.3.25 placeholderMike Bayer2021-03-301-1/+1
* Refine domain nullable rules for PostgreSQL reflectionMike Bayer2021-03-301-2/+3
* TypeDecorator passes "outer" flag to itself for set_parent accountingMike Bayer2021-03-293-13/+15
* Allow dropping a schema with a sequence shared by more than one table.Federico Caselli2021-03-201-5/+17
* CAST the elements in ARRAYs when using psycopg2Federico Caselli2021-03-168-12/+74
* Fix named CHECK constraint name omitted on repeated createsGord Thompson2021-03-064-40/+12
* ensure composite refresh handler synced w/ mutable compositeMike Bayer2021-03-041-7/+27
* Fix aggregate_order_by issueGord Thompson2021-03-041-0/+1
* Remove passive_deletes warning for many-to-oneMike Bayer2021-03-031-7/+0
* document TypeDecorator schemes for MONEYMike Bayer2021-02-221-1/+35
* Extract table names when comparing to nrte errorMike Bayer2021-02-181-3/+6
* Add emphasis to URL documentation re: URL encodingMike Bayer2021-02-141-2/+7
* Add identifier_preparer per-execution context for schema translatesMike Bayer2021-02-088-9/+94
* Precede sp_columns with EXECMike Bayer2021-02-051-2/+2
* Fix broken link to cx_Oracle documentationPaul Lettich2021-02-051-1/+1
* Accommodate column-based naming conventions for pk constraintMike Bayer2021-02-044-12/+54
* Version 1.3.24 placeholderMike Bayer2021-02-011-1/+1
* set identifier length for MySQL constraints to 64Mike Bayer2021-01-306-8/+233
* Use schema._copy_expression() fully in column collection constraintsGord Thompson2021-01-293-11/+31
* Clarify Column.index / Column.unique parametersMike Bayer2021-01-291-12/+113
* Allow Oracle CLOB/NCLOB/BLOB in returningMike Bayer2021-01-282-3/+74
* Merge "remove __allowlist__" into rel_1_3mike bayer2021-01-231-4/+0
|\
| * remove __allowlist__Mike Bayer2021-01-231-4/+0
* | Merge "include negation symbol in numeric default match" into rel_1_3mike bayer2021-01-231-2/+2
|\ \ | |/ |/|
| * include negation symbol in numeric default matchMike Bayer2021-01-231-2/+2
* | Removed some legacy terms in favor of modern equivalents. (D&I)jonathan vanasco2021-01-231-1/+1
|/
* Merge "Add mssql+turbodbc to external dialect list" into rel_1_3mike bayer2021-01-151-0/+10
|\
| * Add mssql+turbodbc to external dialect listGord Thompson2021-01-131-0/+10
* | Use UnsupportedCompilationError for no default compilerMike Bayer2021-01-142-9/+13
|/
* Merge "Remove special rule for TypeDecorator of TypeDecorator" into rel_1_3mike bayer2021-01-071-4/+1
|\
| * Remove special rule for TypeDecorator of TypeDecoratorMike Bayer2021-01-051-4/+1
* | Update connect args for pymysql 1.0.0; aiomysql fixesMike Bayer2021-01-072-4/+14
|/
* Check for column expr in Oracle RETURNING checkMike Bayer2021-01-041-0/+1
* happy new yearMike Bayer2021-01-04178-178/+178
* Support casting to ``FLOAT`` in MySQL and MariaDb.Federico Caselli2020-12-301-1/+17
* narrow the check for double-paren exprs in mysql create_indexMike Bayer2020-12-261-4/+6
* test fixes for oracle 18c, for rel_1_3Mike Bayer2020-12-265-5/+35