summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix test that incorrectly used ; as query separatorFederico Caselli2021-02-181-1/+1
* Extract table names when comparing to nrte errorMike Bayer2021-02-183-3/+66
* Update declarative_mixins.rstserzey2021-02-161-1/+1
* zzzeeksphinx 1.2.1 needed w/ sphinx 3.5.0Mike Bayer2021-02-151-1/+1
* Bumy SphinxSam Bull2021-02-151-1/+1
* Add emphasis to URL documentation re: URL encodingMike Bayer2021-02-142-6/+15
* Add identifier_preparer per-execution context for schema translatesMike Bayer2021-02-089-9/+103
* Precede sp_columns with EXECMike Bayer2021-02-052-2/+11
* Fix broken link to cx_Oracle documentationPaul Lettich2021-02-051-1/+1
* Accommodate column-based naming conventions for pk constraintMike Bayer2021-02-046-12/+133
* Version 1.3.24 placeholderMike Bayer2021-02-012-1/+5
* - 1.3.23rel_1_3_23Mike Bayer2021-02-0113-100/+111
* set identifier length for MySQL constraints to 64Mike Bayer2021-01-309-10/+313
* Use schema._copy_expression() fully in column collection constraintsGord Thompson2021-01-296-12/+147
* Clarify Column.index / Column.unique parametersMike Bayer2021-01-292-20/+137
* Allow Oracle CLOB/NCLOB/BLOB in returningMike Bayer2021-01-284-4/+153
* Add more docs on engine connecting w/ URL parametersMike Bayer2021-01-251-12/+71
* un-ignore mike's favorite testing filenamesMike Bayer2021-01-241-5/+1
* Merge "Set upper bound to pg8000 version" into rel_1_3mike bayer2021-01-242-1/+8
|\
| * Set upper bound to pg8000 versionGiuseppe Lumia2021-01-232-1/+8
* | 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-233-89/+58
|\ \ \ | |/ / |/| |
| * | include negation symbol in numeric default matchMike Bayer2021-01-233-89/+58
| |/
* | Removed some legacy terms in favor of modern equivalents. (D&I)jonathan vanasco2021-01-234-5/+5
|/
* Merge "Add mssql+turbodbc to external dialect list" into rel_1_3mike bayer2021-01-152-0/+13
|\
| * Add mssql+turbodbc to external dialect listGord Thompson2021-01-132-0/+13
* | Use UnsupportedCompilationError for no default compilerMike Bayer2021-01-144-11/+49
|/
* provide FAQ entry for percent sign escaping in SQL compilerMike Bayer2021-01-131-0/+55
* Merge "Remove special rule for TypeDecorator of TypeDecorator" into rel_1_3mike bayer2021-01-073-6/+224
|\
| * Remove special rule for TypeDecorator of TypeDecoratorMike Bayer2021-01-053-6/+224
* | Update connect args for pymysql 1.0.0; aiomysql fixesMike Bayer2021-01-076-6/+28
|/
* Check for column expr in Oracle RETURNING checkMike Bayer2021-01-043-56/+149
* happy new yearMike Bayer2021-01-04181-181/+181
* Support casting to ``FLOAT`` in MySQL and MariaDb.Federico Caselli2020-12-303-4/+51
* narrow the check for double-paren exprs in mysql create_indexMike Bayer2020-12-263-4/+58
* test fixes for oracle 18c, for rel_1_3Mike Bayer2020-12-267-23/+56
* Version 1.3.23 placeholderMike Bayer2020-12-182-1/+5
* - 1.3.22rel_1_3_22Mike Bayer2020-12-183-18/+19
* Gracefully degrade on v$transaction not readableMike Bayer2020-12-185-5/+155
* Version 1.3.22 placeholderMike Bayer2020-12-172-1/+5
* - 1.3.21rel_1_3_21Mike Bayer2020-12-1716-133/+147
* fix changelog linksMike Bayer2020-12-174-9/+13
* Check explicitly for mapped class as secondaryMike Bayer2020-12-155-10/+147
* Use .expression accessor for hybrid exampleMike Bayer2020-12-152-1/+9
* Implement Oracle SERIALIZABLE + real read of isolation levelMike Bayer2020-12-096-34/+129
* Fixed compile for mssql dialectGord Thompson2020-12-093-8/+41
* Merge "Reflect decimal points in MariaDB non-quoted numeric defaults" into re...mike bayer2020-12-033-2/+31
|\
| * Reflect decimal points in MariaDB non-quoted numeric defaultsMike Bayer2020-12-033-2/+31
* | Fix documentation link in query with_for_updateFederico Caselli2020-12-021-1/+1
|/