| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add multivalued insert context for defaultsreview/mike_bayer/ticket_4075 | Mike Bayer | 2017-09-16 | 1 | -21/+40 |
| * | Ensure custom ops have consistent typing behavior, boolean support | Mike Bayer | 2017-09-01 | 2 | -6/+21 |
| * | include a note about the importance of type coerce for custom ops | Mike Bayer | 2017-09-01 | 1 | -2/+12 |
| * | - modernize the mysql connection timeout docs | Mike Bayer | 2017-08-22 | 1 | -0/+2 |
| * | - remove intersphinx usage, the overhead of re-fetching | Mike Bayer | 2017-07-09 | 1 | -1/+1 |
| * | Flatten operator precedence for comparison operators | Michael Birtwell | 2017-05-25 | 1 | -4/+4 |
| * | Repair formatting throughout documentation | Kataev Denis | 2017-05-22 | 15 | -50/+50 |
| * | - fix broken link | Mike Bayer | 2017-05-16 | 1 | -2/+2 |
| * | - big rewrite of the Sequence documentation: | Mike Bayer | 2017-05-05 | 1 | -70/+148 |
| * | Double percent signs based on paramstyle, not dialect | Mike Bayer | 2017-04-05 | 1 | -3/+3 |
| * | Integrate "pre-ping" into connection pool. | Mike Bayer | 2017-03-20 | 1 | -89/+126 |
| * | Fix typos ('expicit' -> 'explicit') | Jamie Alessio | 2017-03-14 | 1 | -1/+1 |
| * | - bump minimum python version to 2.7 | Mike Bayer | 2017-03-10 | 1 | -2/+2 |
| * | - document ForeignKeyConstraint columns / elements, fixes #2904 | Mike Bayer | 2017-03-07 | 1 | -1/+0 |
| * | - cte() has moved to HasCTE(), since SelectBase is referred to | Mike Bayer | 2017-01-28 | 1 | -0/+1 |
| * | Merge branch 'fix-example-re' of https://github.com/demoray/sqlalchemy | Mike Bayer | 2017-01-24 | 1 | -1/+1 |
| |\ |
|
| | * | fix example re such that the listen modifier example works | Brian | 2016-12-17 | 1 | -1/+1 |
| * | | Improve server-side Sequence documentation | Mike Bayer | 2017-01-19 | 1 | -11/+59 |
| |/ |
|
| * | Remove the use of the word "fundamental" to describe ColumnElements | Mike Bayer | 2016-10-17 | 1 | -5/+10 |
| * | spelling: Postgis -> PostGIS | Ville Skyttä | 2016-10-08 | 1 | -2/+2 |
| * | spelling: Postgresql -> PostgreSQL | Ville Skyttä | 2016-10-08 | 8 | -24/+24 |
| * | Spelling fixes | Ville Skyttä | 2016-10-08 | 1 | -1/+1 |
| * | - some documentation hits | Mike Bayer | 2016-10-01 | 1 | -5/+0 |
| * | - clarify documentation on timezone flag, since Oracle has both | Mike Bayer | 2016-09-22 | 1 | -0/+1 |
| * | Add additional documentation re: JSONEncodedDict | Mike Bayer | 2016-07-07 | 1 | -15/+92 |
| * | fixed typopr/288 | Kristian Perkins | 2016-07-03 | 1 | -1/+1 |
| * | - update alembic link | Mike Bayer | 2016-06-18 | 2 | -2/+2 |
| * | Merge "Add TABLESAMPLE clause support." | mike bayer | 2016-06-15 | 1 | -0/+6 |
| |\ |
|
| | * | Add TABLESAMPLE clause support. | saarni | 2016-06-15 | 1 | -0/+6 |
| * | | Interpret lateral, alias as from clauses | Mike Bayer | 2016-06-15 | 1 | -0/+2 |
| |/ |
|
| * | Support range specification in window function | Phillip Cloud | 2016-06-07 | 1 | -3/+26 |
| * | Convert readthedocs link for their .org -> .io migration for hosted projectspr/278 | Adam Chainz | 2016-05-29 | 2 | -2/+2 |
| * | Support "blank" schema when MetaData.schema is set | Mike Bayer | 2016-05-18 | 1 | -0/+17 |
| * | Add close_with_result to pessimistic connection example | Mike Bayer | 2016-05-12 | 1 | -0/+8 |
| * | Adds parentheses around print statements in docs.pr/268 | Jeffrey Finkelstein | 2016-05-03 | 7 | -20/+20 |
| * | - Added :meth:`.Select.lateral` and related constructs to allow | Mike Bayer | 2016-03-29 | 2 | -0/+72 |
| * | - CTE functionality has been expanded to support all DML, allowing | Mike Bayer | 2016-02-11 | 1 | -0/+3 |
| * | fix %x string format to compatible with Python 3.5 | Ruilin Huang | 2016-01-27 | 1 | -1/+1 |
| * | fix %x string format to compatible with Python 3.5 | xghrl | 2016-01-27 | 1 | -1/+1 |
| * | - A deep improvement to the recently added :meth:`.TextClause.columns` | Mike Bayer | 2016-01-14 | 2 | -43/+119 |
| * | - fix link to types in metadata, fixes #3618 | Mike Bayer | 2016-01-10 | 2 | -2/+2 |
| * | Merge remote-tracking branch 'origin/pr/225' | Mike Bayer | 2016-01-10 | 1 | -1/+1 |
| |\ |
|
| | * | Update SQLAlchemy-Migrate link to the new repopr/225 | Jeff Widman | 2015-12-24 | 1 | -1/+1 |
| * | | - Multi-tenancy schema translation for :class:`.Table` objects is added. | Mike Bayer | 2016-01-08 | 1 | -0/+63 |
| * | | - Added a new entrypoint system to the engine to allow "plugins" to | Mike Bayer | 2016-01-06 | 1 | -0/+3 |
| * | | - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type provides | Mike Bayer | 2016-01-06 | 1 | -8/+15 |
| |/ |
|
| * | Make docs listing of param order for event.listen match the codepr/224 | Jeff Widman | 2015-12-17 | 1 | -3/+3 |
| * | - hyperlink default-related parameters | Mike Bayer | 2015-12-15 | 1 | -10/+10 |
| * | - a few tweaks to allow "server_defaults" to be a little more linkable; | Mike Bayer | 2015-12-14 | 2 | -5/+2 |
| * | - The ORM and Core tutorials, which have always been in doctest format, | Mike Bayer | 2015-12-10 | 1 | -96/+96 |