summaryrefslogtreecommitdiff
path: root/doc/build/core
Commit message (Expand)AuthorAgeFilesLines
* Remove the use of the word "fundamental" to describe ColumnElementsMike Bayer2016-10-171-5/+10
* spelling: Postgis -> PostGISVille Skyttä2016-10-081-2/+2
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-088-24/+24
* Spelling fixesVille Skyttä2016-10-081-1/+1
* - some documentation hitsMike Bayer2016-10-011-5/+0
* - clarify documentation on timezone flag, since Oracle has bothMike Bayer2016-09-221-0/+1
* Add additional documentation re: JSONEncodedDictMike Bayer2016-07-071-15/+92
* fixed typopr/288Kristian Perkins2016-07-031-1/+1
* - update alembic linkMike Bayer2016-06-182-2/+2
* Merge "Add TABLESAMPLE clause support."mike bayer2016-06-151-0/+6
|\
| * Add TABLESAMPLE clause support.saarni2016-06-151-0/+6
* | Interpret lateral, alias as from clausesMike Bayer2016-06-151-0/+2
|/
* Support range specification in window functionPhillip Cloud2016-06-071-3/+26
* Convert readthedocs link for their .org -> .io migration for hosted projectspr/278Adam Chainz2016-05-292-2/+2
* Support "blank" schema when MetaData.schema is setMike Bayer2016-05-181-0/+17
* Add close_with_result to pessimistic connection exampleMike Bayer2016-05-121-0/+8
* Adds parentheses around print statements in docs.pr/268Jeffrey Finkelstein2016-05-037-20/+20
* - Added :meth:`.Select.lateral` and related constructs to allowMike Bayer2016-03-292-0/+72
* - CTE functionality has been expanded to support all DML, allowingMike Bayer2016-02-111-0/+3
* fix %x string format to compatible with Python 3.5Ruilin Huang2016-01-271-1/+1
* fix %x string format to compatible with Python 3.5xghrl2016-01-271-1/+1
* - A deep improvement to the recently added :meth:`.TextClause.columns`Mike Bayer2016-01-142-43/+119
* - fix link to types in metadata, fixes #3618Mike Bayer2016-01-102-2/+2
* Merge remote-tracking branch 'origin/pr/225'Mike Bayer2016-01-101-1/+1
|\
| * Update SQLAlchemy-Migrate link to the new repopr/225Jeff Widman2015-12-241-1/+1
* | - Multi-tenancy schema translation for :class:`.Table` objects is added.Mike Bayer2016-01-081-0/+63
* | - Added a new entrypoint system to the engine to allow "plugins" toMike Bayer2016-01-061-0/+3
* | - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type providesMike Bayer2016-01-061-8/+15
|/
* Make docs listing of param order for event.listen match the codepr/224Jeff Widman2015-12-171-3/+3
* - hyperlink default-related parametersMike Bayer2015-12-151-10/+10
* - a few tweaks to allow "server_defaults" to be a little more linkable;Mike Bayer2015-12-142-5/+2
* - The ORM and Core tutorials, which have always been in doctest format,Mike Bayer2015-12-101-96/+96
* Merge remote-tracking branch 'origin/pr/217'Mike Bayer2015-11-301-1/+1
|\
| * Fix a typo in the disconnect handling code examplepr/217Hugh Cole-Baker2015-11-281-1/+1
* | - make inserted_primary_key a link and be more clear what happens hereMike Bayer2015-11-301-3/+7
* | - Added support for parameter-ordered SET clauses in an UPDATEMike Bayer2015-11-281-0/+47
|/
* - cross-linking for pool recycle featureMike Bayer2015-10-301-0/+2
* - update the pool pessimistic invalidation recipe to refer to theMike Bayer2015-10-221-38/+57
* - The :func:`.type_coerce` construct is now a fully fledged CoreMike Bayer2015-09-161-0/+3
* - add new documentation that applies to all modern SQLA versions,ticket_2677_preMike Bayer2015-09-021-4/+0
* - Added support for "set-aggregate" functions of the formticket_3516Mike Bayer2015-08-261-0/+5
* - build out a new base type for Array, as well as new any/all operatorsMike Bayer2015-08-252-0/+7
* - rework the "controlling DDL sequences" documentation toMike Bayer2015-08-211-116/+124
* - merge of ticket_3499 indexed access branchMike Bayer2015-08-171-1/+3
* - work to bridge between core/ORM tutorials regarding the text() constructMike Bayer2015-07-261-3/+28
* - Organize the tree for 1.1Mike Bayer2015-07-241-2/+2
* - try to note under insert.values(), if you needMike Bayer2015-07-081-1/+5
* - more edits, references #3461Mike Bayer2015-06-191-16/+25
* - fix the bulletsMike Bayer2015-06-192-19/+26
* - add explciit section on engine disposal, fixes #3461Mike Bayer2015-06-191-0/+54