summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* spelling: Mysql -> MySQLpr/311Ville Skyttä2016-10-082-3/+3
* spelling: Postgis -> PostGISVille Skyttä2016-10-082-3/+3
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-0827-168/+168
* Spelling fixesVille Skyttä2016-10-088-12/+12
* - 1.1.1rel_1_1_1Mike Bayer2016-10-072-2/+3
* Change autoincrement compileerror to a warningMike Bayer2016-10-072-2/+14
* Catch DBAPIError instead of ProgrammingError for pyodbc failMike Bayer2016-10-071-0/+11
* - set up for 1.1.1Mike Bayer2016-10-051-0/+3
* - 1.1.0rel_1_1_0Mike Bayer2016-10-052-2/+3
* Merge "Propagate execution_options at compile stage"mike bayer2016-10-051-0/+11
|\
| * Propagate execution_options at compile stageMike Bayer2016-10-051-0/+11
* | 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