summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Ensure .mapper is set on _ColumnEntityMike Bayer2016-10-211-0/+9
* Don't set pg autoincrement if type affinity is not IntegerMike Bayer2016-10-201-0/+12
* Merge "Convert expression type for concat + Enum"mike bayer2016-10-201-0/+11
|\
| * Convert expression type for concat + EnumMike Bayer2016-10-201-0/+11
* | Document Enum.enums is now a listMike Bayer2016-10-201-0/+7
|/
* Ensure TypeDecorator delegates _set_parent_with_dispatchMike Bayer2016-10-201-0/+12
* - open for 1.1.3Mike Bayer2016-10-201-0/+3
* Rewrite migration notes for [ticket:3514]Mike Bayer2016-10-191-23/+92
* - 1.1.2rel_1_1_2Mike Bayer2016-10-172-2/+3
* - correct ticket link markupMike Bayer2016-10-171-3/+3
* Merge "Add a qualifying character to multi INSERT..VALUES parameter names"mike bayer2016-10-171-0/+10
|\
| * Add a qualifying character to multi INSERT..VALUES parameter namesMike Bayer2016-10-171-0/+10
* | Remove the use of the word "fundamental" to describe ColumnElementsMike Bayer2016-10-171-5/+10
|/
* Add explicit copy() to EnumMike Bayer2016-10-171-0/+13
* Memoize load_path in all cases, run quick populators for path changeMike Bayer2016-10-171-0/+11
* Assemble "don't joinedload other side" rule using query._current_pathMike Bayer2016-10-171-0/+8
* Check for __module__ not present in util.wrap_callable()Mike Bayer2016-10-141-0/+11
* Fix a minor grammatical error in the ORM tutorial.Randy Barlow2016-10-131-2/+2
* - setup for next versionMike Bayer2016-10-131-0/+3
* 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