summaryrefslogtreecommitdiff
path: root/doc/build/core
Commit message (Expand)AuthorAgeFilesLines
* Add multivalued insert context for defaultsreview/mike_bayer/ticket_4075Mike Bayer2017-09-161-21/+40
* Ensure custom ops have consistent typing behavior, boolean supportMike Bayer2017-09-012-6/+21
* include a note about the importance of type coerce for custom opsMike Bayer2017-09-011-2/+12
* - modernize the mysql connection timeout docsMike Bayer2017-08-221-0/+2
* - remove intersphinx usage, the overhead of re-fetchingMike Bayer2017-07-091-1/+1
* Flatten operator precedence for comparison operatorsMichael Birtwell2017-05-251-4/+4
* Repair formatting throughout documentationKataev Denis2017-05-2215-50/+50
* - fix broken linkMike Bayer2017-05-161-2/+2
* - big rewrite of the Sequence documentation:Mike Bayer2017-05-051-70/+148
* Double percent signs based on paramstyle, not dialectMike Bayer2017-04-051-3/+3
* Integrate "pre-ping" into connection pool.Mike Bayer2017-03-201-89/+126
* Fix typos ('expicit' -> 'explicit')Jamie Alessio2017-03-141-1/+1
* - bump minimum python version to 2.7Mike Bayer2017-03-101-2/+2
* - document ForeignKeyConstraint columns / elements, fixes #2904Mike Bayer2017-03-071-1/+0
* - cte() has moved to HasCTE(), since SelectBase is referred toMike Bayer2017-01-281-0/+1
* Merge branch 'fix-example-re' of https://github.com/demoray/sqlalchemyMike Bayer2017-01-241-1/+1
|\
| * fix example re such that the listen modifier example worksBrian2016-12-171-1/+1
* | Improve server-side Sequence documentationMike Bayer2017-01-191-11/+59
|/
* 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