summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix pooling typorel_1_0Mike Bayer2019-03-051-4/+4
* Note for history methods that history is reset per-flush.Mike Bayer2019-02-092-2/+37
* mention no_autoflush in the flush section of the docsMike Bayer2019-02-081-2/+5
* Use declarative mapping for the embedded SQL expressions exampleMike Bayer2019-02-071-4/+7
* Remove all occurrences of the word "password" from all examples and tutorialsMike Bayer2019-02-055-122/+122
* Add example of password URL encodingMike Bayer2019-01-181-3/+15
* commit 1b774808c926665047bf353222ecd191679a95d1Lele Gaifax2018-12-306-7/+7
* Add missing disambiguation to non-primary mapper exampleMike Bayer2018-12-281-4/+12
* - remove non-working dialects some of which are 404'sMike Bayer2018-12-242-45/+13
* Rewrite the convert_unicode docs and add tons of dragonsMike Bayer2018-12-212-36/+75
* Add versioned_update_old_row exampleMike Bayer2018-12-071-0/+279
* - fix formatting on examples to list the description first, some flake8Mike Bayer2018-12-0716-126/+107
* All sphinx dependencies move under the github sqlalchemy organizationMike Bayer2018-12-031-3/+3
* typoRaphael2018-11-301-1/+1
* Move links etc. to github, new alembic linksMike Bayer2018-11-268-101/+9
* - remove @HEAD indicator from docs requirements, fixes #4375Mike Bayer2018-11-261-3/+3
* Improve documentation re: Session.binds and partitioning strategiesMike Bayer2018-11-063-35/+175
* Add additional documentation for ORM fetched defaultsMike Bayer2018-10-021-13/+84
* Add link to Code of ConductMike Bayer2018-09-291-23/+31
* Remove unnecessary unicode and raw string prefixDenis Kataev2018-09-281-2/+2
* Fix doc typeWouter Overmeire2018-09-171-1/+1
* Fix links and update verbiage for reset_on_returnMike Bayer2018-08-282-20/+18
* Document binary_prefix for mysqlclient and PyMySQLMike Bayer2018-08-171-37/+42
* Correct for the INSERT statement, typosMike Bayer2018-08-091-5/+6
* Write a much better section about server defaultsMike Bayer2018-08-093-39/+217
* Replace 'with' with 'which'Kevin Horn2018-07-311-1/+1
* - add some context to the declarative section indicating this is notMike Bayer2018-07-054-2/+25
* - fix linking for the query.rst pageMike Bayer2018-07-041-3/+8
* Remove stale ON UPDATE/ON DELETE comment.Andrew Gaul2018-06-191-3/+2
* Fix enable_relationship_loading() works fine w/ one-to-manyMike Bayer2018-03-021-3/+5
* Fix typo in python exampleAnton Vlasenko2018-02-271-1/+1
* Fixed link to Flask-SQLAlchemy in documentationTim Shaffer2018-02-141-1/+1
* - fix formattingMike Bayer2018-02-081-1/+1
* - ensure it's clear that all DDLEvents can be associatedMike Bayer2018-02-021-12/+58
* - don't scare off developers with the word "advanced" hereMike Bayer2018-01-311-3/+6
* Add a new FAQ section explaining how to ensure parenthesisMike Bayer2018-01-251-0/+95
* Add note to FAQ that IN behavior is modernized in 1.2.Mike Bayer2018-01-251-0/+4
* Further refine map_column verbiageMike Bayer2018-01-251-5/+10
* Rework synonym, synonym_for documentationMike Bayer2018-01-242-31/+82
* Allow for the database to produce a UUID instanceMartijn Pieters2017-12-151-1/+3
* Fix import in Inspector.reflecttable docJacob Hayes2017-12-151-1/+1
* Fix a typo in basic_relationships.rst.Randy Barlow2017-12-011-1/+1
* - fix loop logic that was leaving out 10K items fromMike Bayer2017-11-091-24/+22
* Fix as many RST parse warnings as possible.Mike Bayer2017-11-034-21/+18
* - add more dragons to session.begin() / autocommit docsMike Bayer2017-09-282-42/+72
* - tweak the handle_error docs a bitMike Bayer2017-09-281-4/+21
* Document and test __table_cls__review/mike_bayer/ticket_4082_10Mike Bayer2017-09-262-4/+90
* - pin on cx_Oracle 6.0.1 for the moment while we wait forMike Bayer2017-09-261-1/+2
* Fixed a typo in before_execute doc.Michael Smirnov2017-09-251-1/+1
* Add InternalError for mysqlclient disconnectMike Bayer2017-09-012-1/+11