| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Merge remote-tracking branch 'origin/pr/217' | Mike Bayer | 2015-11-30 | 1 | -1/+1 |
| |\ |
|
| | * | Fix a typo in the disconnect handling code examplepr/217 | Hugh Cole-Baker | 2015-11-28 | 1 | -1/+1 |
| * | | - make inserted_primary_key a link and be more clear what happens here | Mike Bayer | 2015-11-30 | 1 | -3/+7 |
| * | | - Added support for parameter-ordered SET clauses in an UPDATE | Mike Bayer | 2015-11-28 | 1 | -0/+47 |
| |/ |
|
| * | - cross-linking for pool recycle feature | Mike Bayer | 2015-10-30 | 1 | -0/+2 |
| * | - update the pool pessimistic invalidation recipe to refer to the | Mike Bayer | 2015-10-22 | 1 | -38/+57 |
| * | - The :func:`.type_coerce` construct is now a fully fledged Core | Mike Bayer | 2015-09-16 | 1 | -0/+3 |
| * | - add new documentation that applies to all modern SQLA versions,ticket_2677_pre | Mike Bayer | 2015-09-02 | 1 | -4/+0 |
| * | - Added support for "set-aggregate" functions of the formticket_3516 | Mike Bayer | 2015-08-26 | 1 | -0/+5 |
| * | - build out a new base type for Array, as well as new any/all operators | Mike Bayer | 2015-08-25 | 2 | -0/+7 |
| * | - rework the "controlling DDL sequences" documentation to | Mike Bayer | 2015-08-21 | 1 | -116/+124 |
| * | - merge of ticket_3499 indexed access branch | Mike Bayer | 2015-08-17 | 1 | -1/+3 |
| * | - work to bridge between core/ORM tutorials regarding the text() construct | Mike Bayer | 2015-07-26 | 1 | -3/+28 |
| * | - Organize the tree for 1.1 | Mike Bayer | 2015-07-24 | 1 | -2/+2 |
| * | - try to note under insert.values(), if you need | Mike Bayer | 2015-07-08 | 1 | -1/+5 |
| * | - more edits, references #3461 | Mike Bayer | 2015-06-19 | 1 | -16/+25 |
| * | - fix the bullets | Mike Bayer | 2015-06-19 | 2 | -19/+26 |
| * | - add explciit section on engine disposal, fixes #3461 | Mike Bayer | 2015-06-19 | 1 | -0/+54 |