summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Minor grammatical improvements in doc/build/intro.rst.pr/310Randy Barlow2016-10-051-5/+5
* Check for __clause_element__() in ORM insert/updateMike Bayer2016-10-056-7/+54
* Check row for None with implicit returning PK to accommodate ON CONFLICTMike Bayer2016-10-043-13/+111
* Merge "Enhance "raise" strategy to include "raise_on_sql" option"mike bayer2016-10-0410-82/+171
|\
| * Enhance "raise" strategy to include "raise_on_sql" optionMike Bayer2016-10-0410-82/+171
* | Merge "Honor additional row coming in with value of None"mike bayer2016-10-043-14/+75
|\ \
| * | Honor additional row coming in with value of NoneMike Bayer2016-10-043-14/+75
| |/
* | - add a few more changes and try to break some out intoMike Bayer2016-10-042-120/+158
* | - add a note to baked documentation indicating it is notMike Bayer2016-10-041-3/+6
* | Use schema_name() for SQL Server default schemaMike Bayer2016-10-042-10/+18
* | Use SQL Server SERVERPROPERTY for version info w/ pyodbcMike Bayer2016-10-044-13/+36
|/
* Ensure strong ref to obj before calling persistent_to_deleted, othersMike Bayer2016-10-034-6/+95
* Add "eager_parenthesis" late-compilation rule, use w/ PG JSON/HSTOREMike Bayer2016-10-018-28/+118
* - some documentation hitsMike Bayer2016-10-014-10/+25
* Remove extra "return" statement in orm.ext.declared_attr.cascading examplesDmitry Bogun2016-10-013-20/+13
* Escape literal string values passed to server_defaultMike Bayer2016-09-304-1/+66
* Enable include_table for ON CONFLICT whereclausesMike Bayer2016-09-283-8/+31
* Merge "Handle BaseException in all _handle_dbapi_error"mike bayer2016-09-268-33/+223
|\
| * Handle BaseException in all _handle_dbapi_errorMike Bayer2016-09-218-33/+223
* | - improve documentation for SessionTransaction re: parentMike Bayer2016-09-242-10/+111
* | - clarify documentation on timezone flag, since Oracle has bothMike Bayer2016-09-222-5/+37
* | Ensure mapper.polymorphic_on is polymorphic_prop.columns[0]Mike Bayer2016-09-213-12/+93
|/
* Merge "Add exclude_tablespaces argument to Oracle"mike bayer2016-09-202-12/+82
|\
| * Add exclude_tablespaces argument to OracleDavid Fraser2016-09-202-12/+82
* | Merge "Add the "triggering mapper" to the configure_mappers error message."mike bayer2016-09-204-9/+21
|\ \ | |/ |/|
| * Add the "triggering mapper" to the configure_mappers error message.John Perkins2016-09-204-9/+21
* | - disable two phase testing for mysql entirely, build serversMike Bayer2016-09-201-2/+3
* | Merge "Allow SQL expressions to be set on PK columns"mike bayer2016-09-204-9/+98
|\ \
| * | Allow SQL expressions to be set on PK columnsMike Bayer2016-09-204-9/+98
| |/
* | Merge "Exclude eq and ne from associative operators"mike bayer2016-09-203-1/+19
|\ \
| * | Exclude eq and ne from associative operatorsJohn Passaro2016-09-193-1/+19
| |/
* | Merge "Support bindparam() with callable for primaryjoin"mike bayer2016-09-205-5/+75
|\ \
| * | Support bindparam() with callable for primaryjoinMike Bayer2016-09-195-5/+75
| |/
* | Merge "Fix ArgumentError access in Session._add_bind"mike bayer2016-09-193-6/+32
|\ \
| * | Fix ArgumentError access in Session._add_bindMike Bayer2016-09-193-6/+32
| |/
* | Merge "Additions to support HAAlchemy plugin"mike bayer2016-09-1911-60/+232
|\ \ | |/ |/|
| * Additions to support HAAlchemy pluginMike Bayer2016-09-1611-60/+232
* | Add "message 20017" (unexpected EOF from the server) to mssql.Ken Robbins2016-09-192-0/+10
|/
* - latest mysql 5.7 also crashing on XA recovery, disableMike Bayer2016-09-162-5/+6
* Repair foreign_keys population for Join._refresh_for_new_columnMike Bayer2016-09-154-2/+100
* - placeholder for 1.0.16 within 1.0 changelogMike Bayer2016-09-151-0/+3
* Merge branch 'keeyipchan/fix-typo-in-comment-1473614966363' of https://bitbuc...Mike Bayer2016-09-131-2/+2
|\
| * Fix typo in commentkeeyip chan2016-09-111-2/+2
* | - also caveats for update() / delete() regarding singleMike Bayer2016-09-121-0/+10
* | - add caveat for bulk deletes that they are generally not feasibleMike Bayer2016-09-121-0/+26
|/
* Merge "Allow stringify compiler to render unnamed column"mike bayer2016-09-023-5/+28
|\
| * Allow stringify compiler to render unnamed columnMike Bayer2016-09-023-5/+28
* | Repair clauselist comparison to account for clause orderingMike Bayer2016-09-026-7/+186
|/
* - add 1.0.15 release dateMike Bayer2016-09-011-0/+1
* Support all MySQL/Connector int/bool argumentsMike Bayer2016-09-012-0/+25