summaryrefslogtreecommitdiff
path: root/doc/build/core
Commit message (Expand)AuthorAgeFilesLines
...
* Repair json example in tutorial to suit non-present sqlite supportMike Bayer2019-07-051-8/+8
* Adjust JSON verbiage about "implied" datatypeMike Bayer2019-07-051-2/+4
* Rename tutorial section to "Using Aliases and Subqueries"Mike Bayer2019-07-051-11/+13
* Add tutorial section for cast(), type_coerce()Mike Bayer2019-07-041-0/+69
* A few doc tweaks for alias / order_by / group_byMike Bayer2019-07-011-0/+3
* Merge remote-tracking branch 'origin/pr/4565'Mike Bayer2019-05-231-1/+1
|\
| * doc grammar updatesMengxi Zhang2019-05-221-1/+1
* | Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-15/+16
* | Merge remote-tracking branch 'origin/pr/4626'Mike Bayer2019-05-131-1/+1
|\ \
| * | Fixes typo in core/connections.rstMichael J Ward2019-04-231-1/+1
* | | Include GenericTypeCompiler in docsBjørnar Myrheim2019-05-021-0/+5
* | | - continued 1.4 setup, somehow the commit didn't workMike Bayer2019-04-271-2/+2
|/ /
* | Improve documentation for connection pool loggingjaskiratsingh2019-04-051-8/+25
* | Enhance documentation for string compilation use casesMike Bayer2019-04-041-0/+3
* | Remove "subclass existing types" use caseMike Bayer2019-03-291-54/+13
|/
* Fix pooling typoMike Bayer2019-03-051-4/+4
* Add type stubs link to the docsIvan Levkivskyi2019-02-081-1/+0
* Remove all occurrences of the word "password" from all examples and tutorialsMike Bayer2019-02-052-4/+4
* Fix many spell glitchesLele Gaifax2019-01-253-3/+3
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-6/+12
* Feature mysqlclientMike Bayer2019-01-181-10/+9
* Add example of password URL encodingMike Bayer2019-01-181-3/+15
* Remove version directives for 0.6, 0.7, 0.8Mike Bayer2019-01-155-19/+2
* use ..deprecated directive w/ version in all casesMike Bayer2019-01-111-0/+4
* commit 1b774808c926665047bf353222ecd191679a95d1Lele Gaifax2018-12-302-2/+2
* Move links etc. to github, new alembic linksMike Bayer2018-11-262-7/+5
* Repair tutorial code example to be deterministicMike Bayer2018-11-151-7/+8
* Add new "all columns" naming convention tokensMike Bayer2018-11-101-9/+51
* Add LIFO for connection poolingTaem Park2018-09-181-0/+35
* Add ability to preserve order in MySQL ON DUPLICATE KEY UPDATE.Maxim Bublis2018-08-131-0/+5
* Write a much better section about server defaultsMike Bayer2018-08-091-37/+25
* Drop default-related structures after the Table is dropped.Mike Bayer2018-07-101-0/+3
* Refactor pool.py into a packageMike Bayer2018-07-091-49/+0
* Merge remote-tracking branch 'origin/pr/454'Mike Bayer2018-06-191-3/+2
|\
| * Remove stale ON UPDATE/ON DELETE comment.Andrew Gaul2018-06-191-3/+2
* | update client-side/server-side SQL default expression documentationMike Bayer2018-06-131-55/+60
* | Add the kwargs to the Adapt methodFokko Driesprong2018-06-041-1/+1
* | Fix bindparam type param fixes #4220Mike Bayer2018-04-011-1/+1
* | Setup master as 1.3Mike Bayer2018-03-021-2/+2
|/
* Add new errors sectionMike Bayer2017-12-221-0/+2
* Merge remote-tracking branch 'origin/pr/403'Mike Bayer2017-12-151-1/+3
|\
| * Allow for the database to produce a UUID instanceMartijn Pieters2017-11-221-1/+3
* | Allow delete where clause to refer multiple tables.inytar2017-12-051-4/+36
|/
* 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