summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Replace uses of the phrase "comprised of" in docspr/314Adam Szatrowski2016-10-122-2/+2
* Update the Column.nullable docstring for the primary_key=True caseMatt Riedemann2016-10-101-4/+8
* spelling: Mysql -> MySQLpr/311Ville Skyttä2016-10-082-3/+3
* spelling: Postgis -> PostGISVille Skyttä2016-10-083-5/+5
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-0860-311/+311
* Spelling fixesVille Skyttä2016-10-0823-30/+30
* - 1.1.1rel_1_1_1Mike Bayer2016-10-072-2/+3
* Change autoincrement compileerror to a warningMike Bayer2016-10-077-96/+155
* Catch DBAPIError instead of ProgrammingError for pyodbc failMike Bayer2016-10-072-2/+14
* - set up for 1.1.1Mike Bayer2016-10-052-1/+4
* - 1.1.0rel_1_1_0Mike Bayer2016-10-052-2/+3
* Merge "Propagate execution_options at compile stage"mike bayer2016-10-055-3/+69
|\
| * Propagate execution_options at compile stageMike Bayer2016-10-055-3/+69
* | 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