summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* Actively unset reset agent in discard transactionMike Bayer2020-05-141-15/+3
* Merge "Assert reset agent always set correctly and is active"mike bayer2020-05-132-5/+39
|\
| * Assert reset agent always set correctly and is activeMike Bayer2020-05-132-5/+39
* | Load external firebird or sybase dialect if availableGord Thompson2020-05-111-3/+9
|/
* Merge "Use cx_oracle.LONG_STRING /LONG_BINARY for CLOB/BLOB"mike bayer2020-05-092-8/+27
|\
| * Use cx_oracle.LONG_STRING /LONG_BINARY for CLOB/BLOBMike Bayer2020-05-082-8/+27
* | Merge "Warn when sorted_tables is not actually sorting"mike bayer2020-05-093-25/+81
|\ \
| * | Warn when sorted_tables is not actually sortingMike Bayer2020-05-073-25/+81
| |/
* | Merge "Add sync_backref flag in a relationship"mike bayer2020-05-082-26/+77
|\ \ | |/ |/|
| * Add sync_backref flag in a relationshipFederico Caselli2020-05-052-26/+77
* | Merge "Add warn_deprecated_limited feature"mike bayer2020-05-061-0/+11
|\ \
| * | Add warn_deprecated_limited featureGord Thompson2020-05-011-0/+11
* | | Merge "fixes #4212 raise an error if selectable and flat/aliased are sent to ...mike bayer2020-05-061-0/+7
|\ \ \
| * | | fixes #4212 raise an error if selectable and flat/aliased are sent to with_po...RamonWill2020-04-281-0/+7
* | | | Clarify create_engine encoding; update cx_OracleMike Bayer2020-05-063-71/+105
* | | | Consider aliased=True, from_joinpoint as legacyMike Bayer2020-05-042-171/+179
* | | | Merge "Don't apply sets or similar to objects in IdentitySet"mike bayer2020-05-041-44/+27
|\ \ \ \
| * | | | Don't apply sets or similar to objects in IdentitySetMike Bayer2020-05-031-44/+27
* | | | | Baked query needs to spoil fully on uncachable optionMike Bayer2020-05-041-2/+2
|/ / / /
* | | | Fix links in future engine to refer to engine.ResultMike Bayer2020-05-021-4/+4
* | | | Integrate new Result into ORM queryMike Bayer2020-05-025-93/+117
| |_|/ |/| |
* | | Merge "Capitalize documentation for relationship params"mike bayer2020-05-021-21/+21
|\ \ \
| * | | Capitalize documentation for relationship paramsFederico Caselli2020-04-281-21/+21
* | | | Merge "Handle non-string, non column expression in index for deferred attach"mike bayer2020-05-021-2/+3
|\ \ \ \
| * | | | Handle non-string, non column expression in index for deferred attachMike Bayer2020-05-011-2/+3
* | | | | Documentation updates for ResultProxy -> ResultMike Bayer2020-05-0120-47/+111
|/ / / /
* | | | Merge "Propose Result as immediate replacement for ResultProxy"mike bayer2020-05-0118-1919/+2752
|\ \ \ \ | |_|_|/ |/| | |
| * | | Propose Result as immediate replacement for ResultProxyMike Bayer2020-05-0118-1919/+2752
* | | | Merge "Enable loading of external Firebird dialect, if available"Gord Thompson2020-05-011-1/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Enable loading of external Firebird dialect, if availableGord Thompson2020-04-301-1/+8
| | |/ | |/|
* | | Deprecate unsupported dialects and dbapiFederico Caselli2020-04-2913-94/+88
* | | Restore a line break that is needed for a clean mergeMike Bayer2020-04-291-0/+1
| |/ |/|
* | Alias the onclause if ORM join is to same polymorphic selectableMike Bayer2020-04-272-2/+4
|/
* Merge "Fix regression when reflecting tables in MSSQL"mike bayer2020-04-221-12/+29
|\
| * Fix regression when reflecting tables in MSSQLFederico Caselli2020-04-221-12/+29
* | Merge "Add ColumnProperty.Comparator.expressions"mike bayer2020-04-211-1/+29
|\ \
| * | Add ColumnProperty.Comparator.expressionsMike Bayer2020-04-201-1/+29
* | | Fix typo in pymssql documentation; minor clarificationGord Thompson2020-04-201-2/+3
| |/ |/|
* | Merge "Deprecate ``DISTINCT ON`` when not targeting PostgreSQL"mike bayer2020-04-2010-22/+54
|\ \
| * | Deprecate ``DISTINCT ON`` when not targeting PostgreSQLFederico Caselli2020-04-2010-22/+54
* | | Merge "Support `ARRAY` of `Enum`, `JSON` or `JSONB`"mike bayer2020-04-205-54/+91
|\ \ \ | |_|/ |/| |
| * | Support `ARRAY` of `Enum`, `JSON` or `JSONB`Federico Caselli2020-04-205-54/+91
| |/
* | Merge "Raise informative error when non-object m2o comparison used"mike bayer2020-04-201-1/+12
|\ \
| * | Raise informative error when non-object m2o comparison usedMike Bayer2020-04-191-1/+12
| |/
* | Merge "Update pymssql information for mssql dialect"mike bayer2020-04-201-5/+18
|\ \
| * | Update pymssql information for mssql dialectGord Thompson2020-04-201-5/+18
| |/
* | Merge "Rename py.test to pytest"mike bayer2020-04-205-7/+7
|\ \
| * | Rename py.test to pytestGord Thompson2020-04-165-7/+7
| |/
* | Add @requirements.schemas to test_create_table_schemaGord Thompson2020-04-181-0/+1
|/
* Create initial 2.0 engine implementationMike Bayer2020-04-1631-209/+1225