summaryrefslogtreecommitdiff
path: root/doc/build/core
Commit message (Expand)AuthorAgeFilesLines
...
* Merge "generalize cache_ok to UserDefinedType" into mainmike bayer2021-11-192-0/+4
|\
| * generalize cache_ok to UserDefinedTypeMike Bayer2021-11-172-0/+4
* | Merge "fully support isolation_level parameter in base dialect" into mainmike bayer2021-11-181-21/+58
|\ \
| * | fully support isolation_level parameter in base dialectMike Bayer2021-11-181-21/+58
| |/
* | Add new sections regarding schemas and reflectionjonathan vanasco2021-11-173-14/+256
|/
* pass through docs for 2.0 styleMike Bayer2021-11-112-0/+17
* Merge "change the POSTCOMPILE/ SCHEMA symbols to not conflict w mssql quoting...mike bayer2021-11-091-5/+5
|\
| * change the POSTCOMPILE/ SCHEMA symbols to not conflict w mssql quotingMike Bayer2021-11-091-5/+5
* | De-emphasize notion of "default driver" (DBAPI)Gord Thompson2021-11-096-19/+19
|/
* connection doc updates for futureMike Bayer2021-11-081-247/+208
* fully implement future engine and remove legacyMike Bayer2021-11-073-228/+21
* de-link LegacyRow, LegacyCursorResultMike Bayer2021-11-011-6/+0
* 2.0 removals: LegacyRow, connectionless execution, close_with_resultMike Bayer2021-10-311-8/+0
* initial 2.0 setupMike Bayer2021-10-302-2615/+0
* add sections for ORM use with UNIONMike Bayer2021-10-251-0/+1
* fix paragraphs that didn't get completedMike Bayer2021-10-051-9/+11
* Add new section clarifying DBAPI autocommit more fullyMike Bayer2021-10-051-12/+162
* Merge "Fixes: #2937"mike bayer2021-09-281-0/+5
|\
| * Fixes: #2937jonathan vanasco2021-09-281-0/+5
* | Fixes: #7051jonathan vanasco2021-09-241-4/+32
|/
* Surface driver connection object when using a proxied dialectFederico Caselli2021-09-173-1/+10
* fix: typos in doc/build/core and doc/build/errors (#7006)Kevin Kirsche2021-09-081-2/+2
* standardizing docs #6821jonathan vanasco2021-08-2310-127/+127
* Replace all http:// links to https://Federico Caselli2021-07-043-5/+5
* document missing ColumnCollection methodsMike Bayer2021-06-131-1/+17
* Add missing method :meth:`_engine.Row._asdict`.Federico Caselli2021-06-041-1/+1
* Suggest ``literal_column`` instead of ``text`` for column elementsFederico Caselli2021-05-171-4/+8
* Merge "don't cache TypeDecorator by default"mike bayer2021-05-061-0/+9
|\
| * don't cache TypeDecorator by defaultMike Bayer2021-05-061-0/+9
* | Parenthesize for empty not inMike Bayer2021-05-051-2/+2
|/
* add some cross-linking for orderby/groupby docs + label examplesMike Bayer2021-04-191-0/+5
* Default caching to opt-out for 3rd party dialectsMike Bayer2021-04-011-0/+41
* Add documentation for connecting to Azure SQL instances with managed identitiesAlex Lowe2021-03-181-0/+24
* Document NestedTransactionMike Bayer2021-03-141-0/+6
* typoMike Bayer2021-03-121-1/+1
* Clarify ORM server side resultsMike Bayer2021-03-111-13/+31
* Fix typo in docsVasilis Gerakaris2021-03-081-1/+1
* Replace reset_agent with direct call from connectionMike Bayer2021-03-061-20/+49
* doc clarification re: schema translateMike Bayer2021-03-011-0/+15
* Add emphasis to URL documentation re: URL encodingMike Bayer2021-02-141-4/+8
* Merge "Implement support for functions as FROM with columns clause support"mike bayer2021-02-032-2/+7
|\
| * Implement support for functions as FROM with columns clause supportMike Bayer2021-02-032-2/+7
* | Implement per-connection logging tokenMike Bayer2021-02-031-0/+54
|/
* Clarify Column.index / Column.unique parametersMike Bayer2021-01-291-8/+24
* Merge "Replace with_labels() and apply_labels() in ORM/Core"mike bayer2021-01-262-5/+30
|\
| * Replace with_labels() and apply_labels() in ORM/CoreGord Thompson2021-01-262-5/+30
* | Add more docs on engine connecting w/ URL parametersMike Bayer2021-01-251-12/+71
|/
* Revert "Implement support for functions as FROM with columns clause support"Mike Bayer2021-01-211-4/+0
* Implement support for functions as FROM with columns clause supportMike Bayer2021-01-201-0/+4
* Create explicit GC ordering between ConnectionFairy/ConnectionRecordMike Bayer2021-01-152-0/+10