summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fetch first support"mike bayer2020-10-051-0/+7
|\
| * Fetch first supportFederico Caselli2020-10-021-0/+7
* | Merge "Improve some documentations"mike bayer2020-10-051-5/+6
|\ \ | |/ |/|
| * Improve some documentationsFederico Caselli2020-09-291-5/+6
* | raise on lower-case column shared to multiple tablesMike Bayer2020-09-301-0/+8
* | Merge "Support for multiple hosts in PostgreSQL connection string"mike bayer2020-09-301-0/+7
|\ \
| * | Support for multiple hosts in PostgreSQL connection stringRamonWill2020-09-231-0/+7
* | | Scan for tables without relying upon whereclauseMike Bayer2020-09-291-0/+11
| |/ |/|
* | Add reflection for Identity columnsFederico Caselli2020-09-285-1/+32
* | Add deprecation warning for .join().alias()Gord Thompson2020-09-281-0/+8
* | Accommodate for same base class multiple times in inherits listMike Bayer2020-09-271-0/+7
* | formatting fixes, some content additionMike Bayer2020-09-251-15/+29
* | new docs WIPMike Bayer2020-09-2415-1029/+1720
|/
* Deprecate negative slice indexesMike Bayer2020-09-221-0/+11
* Raise if unique() not applied to 2.0 joined eager load resultsMike Bayer2020-09-212-0/+22
* Merge "Stringify correctly for non-str exception argument"mike bayer2020-09-201-0/+8
|\
| * Stringify correctly for non-str exception argumentAndrzej BartosiƄski2020-09-201-0/+8
* | Fix has_table() for mssql temporary tablesGord Thompson2020-09-191-0/+6
|/
* Add support for Azure authentication optionsGord Thompson2020-09-171-0/+8
* Create a framework to allow all SQLALCHEMY_WARN_20 to passMike Bayer2020-09-161-78/+26
* Merge "Make :class:`_orm.registry` ``bind`` a private parameter."mike bayer2020-09-165-11/+12
|\
| * Make :class:`_orm.registry` ``bind`` a private parameter.Federico Caselli2020-09-155-11/+12
* | Remove silent ignore for skip_locked w/ unsupported backendsGord Thompson2020-09-152-0/+21
|/
* Merge "Rename Core expression isnot, not_in_"mike bayer2020-09-143-6/+23
|\
| * Rename Core expression isnot, not_in_jonathan vanasco2020-09-143-6/+23
* | Pass all pool parameters in recreate()Mike Bayer2020-09-141-0/+9
|/
* Deprecate engine-wise ss cursors; repair mariadbconnectorMike Bayer2020-09-132-0/+96
* Merge "Improve handling of covering indexes"mike bayer2020-09-121-0/+8
|\
| * Improve handling of covering indexesGord Thompson2020-09-121-0/+8
* | Merge "Raname ``mustexit`` to ``must_exist``"mike bayer2020-09-121-0/+5
|\ \
| * | Raname ``mustexit`` to ``must_exist``Federico Caselli2020-09-031-0/+5
* | | Merge "Reflect mssql/postgresql filtered/partial indexes"mike bayer2020-09-121-0/+10
|\ \ \
| * | | Reflect mssql/postgresql filtered/partial indexesRamonWill2020-09-121-0/+10
* | | | Merge "Emit deprecation warning for **kw passed to session.execute()"mike bayer2020-09-121-0/+9
|\ \ \ \
| * | | | Emit deprecation warning for **kw passed to session.execute()Mike Bayer2020-09-111-0/+9
* | | | | fix typosMike Bayer2020-09-111-2/+2
* | | | | Build out new declarative systems; deprecate mapper()Mike Bayer2020-09-1033-1473/+2371
|/ / / /
* | | | Add 3rd party integration issues FAQ; add numpyMike Bayer2020-09-102-0/+76
* | | | Add more docs for populate_existing(); link with_for_updateMike Bayer2020-09-103-4/+90
* | | | Repair documentation issuesMike Bayer2020-09-092-5/+5
* | | | Update select usage to use the new 1.4 formatFederico Caselli2020-09-0813-53/+50
| |_|/ |/| |
* | | Merge "Create connection characteristics API; implement postgresql flags"mike bayer2020-09-081-0/+13
|\ \ \
| * | | Create connection characteristics API; implement postgresql flagsMike Bayer2020-09-081-0/+13
| | |/ | |/|
* | | PostgreSQL dialect-level isolation_level parameter is legacyMike Bayer2020-09-081-18/+29
|/ /
* | Merge "Add new MySQL reserved words: `cube`, `lateral`."mike bayer2020-09-031-0/+10
|\ \
| * | Add new MySQL reserved words: `cube`, `lateral`.StefanosChaliasos2020-08-301-0/+10
* | | Add caveat re: with_expression and already-loaded objectMike Bayer2020-09-021-1/+14
* | | Merge "Improve reflection for mssql temporary tables"mike bayer2020-09-011-0/+7
|\ \ \
| * | | Improve reflection for mssql temporary tablesGord Thompson2020-09-011-0/+7
* | | | Merge "Add support for classical mapping of dataclasses"mike bayer2020-09-012-0/+90
|\ \ \ \