summaryrefslogtreecommitdiff
path: root/doc
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-052-2/+12
* Check row for None with implicit returning PK to accommodate ON CONFLICTMike Bayer2016-10-041-0/+9
* Merge "Enhance "raise" strategy to include "raise_on_sql" option"mike bayer2016-10-042-7/+29
|\
| * Enhance "raise" strategy to include "raise_on_sql" optionMike Bayer2016-10-042-7/+29
* | Merge "Honor additional row coming in with value of None"mike bayer2016-10-041-0/+12
|\ \
| * | Honor additional row coming in with value of NoneMike Bayer2016-10-041-0/+12
| |/
* | - 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-041-0/+12
* | Use SQL Server SERVERPROPERTY for version info w/ pyodbcMike Bayer2016-10-041-0/+9
|/
* Ensure strong ref to obj before calling persistent_to_deleted, othersMike Bayer2016-10-031-0/+8
* Add "eager_parenthesis" late-compilation rule, use w/ PG JSON/HSTOREMike Bayer2016-10-011-0/+11
* - some documentation hitsMike Bayer2016-10-012-5/+1
* Remove extra "return" statement in orm.ext.declared_attr.cascading examplesDmitry Bogun2016-10-012-12/+8
* Escape literal string values passed to server_defaultMike Bayer2016-09-302-0/+36
* Enable include_table for ON CONFLICT whereclausesMike Bayer2016-09-281-0/+8
* Merge "Handle BaseException in all _handle_dbapi_error"mike bayer2016-09-262-0/+82
|\
| * Handle BaseException in all _handle_dbapi_errorMike Bayer2016-09-212-0/+82
* | - clarify documentation on timezone flag, since Oracle has bothMike Bayer2016-09-221-0/+1
* | Ensure mapper.polymorphic_on is polymorphic_prop.columns[0]Mike Bayer2016-09-211-0/+9
|/
* Merge "Add the "triggering mapper" to the configure_mappers error message."mike bayer2016-09-201-0/+8
|\
| * Add the "triggering mapper" to the configure_mappers error message.John Perkins2016-09-201-0/+8
* | Merge "Allow SQL expressions to be set on PK columns"mike bayer2016-09-201-0/+10
|\ \
| * | Allow SQL expressions to be set on PK columnsMike Bayer2016-09-201-0/+10
| |/
* | Merge "Exclude eq and ne from associative operators"mike bayer2016-09-201-0/+10
|\ \
| * | Exclude eq and ne from associative operatorsJohn Passaro2016-09-191-0/+10
| |/
* | Merge "Support bindparam() with callable for primaryjoin"mike bayer2016-09-201-0/+11
|\ \
| * | Support bindparam() with callable for primaryjoinMike Bayer2016-09-191-0/+11
| |/
* | Fix ArgumentError access in Session._add_bindMike Bayer2016-09-191-0/+10
|/
* Add "message 20017" (unexpected EOF from the server) to mssql.Ken Robbins2016-09-191-0/+9
* Repair foreign_keys population for Join._refresh_for_new_columnMike Bayer2016-09-151-0/+10
* - placeholder for 1.0.16 within 1.0 changelogMike Bayer2016-09-151-0/+3
* Merge "Allow stringify compiler to render unnamed column"mike bayer2016-09-021-0/+9
|\
| * Allow stringify compiler to render unnamed columnMike Bayer2016-09-021-0/+9
* | Repair clauselist comparison to account for clause orderingMike Bayer2016-09-021-0/+15
|/
* - add 1.0.15 release dateMike Bayer2016-09-011-0/+1
* Support all MySQL/Connector int/bool argumentsMike Bayer2016-09-011-0/+11
* Check for supports_execution at ClauseElement baseMike Bayer2016-08-311-0/+9
* Corrects typopr/305Edouard Berthe2016-08-311-2/+2
* Raise when two validators conflictMike Bayer2016-08-261-0/+11
* Merge "Add docstring to declarative_base"mike bayer2016-08-221-0/+8
|\
| * Add docstring to declarative_baseFrazer McLean2016-08-061-0/+8
* | - fix wrong var name, credit to @RazerMMike Bayer2016-08-171-1/+1
* | Merge remote-tracking branch 'origin/pr/299'Mike Bayer2016-08-1611-21/+21
|\ \
| * | Spelling fixespr/299Ville Skyttä2016-08-0811-21/+21
| |/
* | Merge remote-tracking branch 'origin/pr/300'Mike Bayer2016-08-161-0/+1
|\ \
| * | Fix documentation basic example (missing imports)pr/300Romuald Brunet2016-08-111-0/+1
| |/
* | Rework _apply_joins(), _prep_for_joins() totallyMike Bayer2016-08-151-2/+3
* | Merge "Ensure final link in subqueryload join is correct"mike bayer2016-08-131-0/+9
|\ \