summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* Update the Column.nullable docstring for the primary_key=True casepr/312Matt Riedemann2016-10-101-1/+2
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-0828-135/+135
* Spelling fixesVille Skyttä2016-10-088-10/+10
* Change autoincrement compileerror to a warningMike Bayer2016-10-071-5/+5
* Catch DBAPIError instead of ProgrammingError for pyodbc failMike Bayer2016-10-071-2/+3
* - set up for 1.1.1Mike Bayer2016-10-051-1/+1
* Propagate execution_options at compile stageMike Bayer2016-10-052-2/+17
* Check for __clause_element__() in ORM insert/updateMike Bayer2016-10-052-5/+9
* Check row for None with implicit returning PK to accommodate ON CONFLICTMike Bayer2016-10-041-1/+5
* Merge "Enhance "raise" strategy to include "raise_on_sql" option"mike bayer2016-10-046-72/+83
|\
| * Enhance "raise" strategy to include "raise_on_sql" optionMike Bayer2016-10-046-72/+83
* | Merge "Honor additional row coming in with value of None"mike bayer2016-10-041-13/+13
|\ \
| * | Honor additional row coming in with value of NoneMike Bayer2016-10-041-13/+13
| |/
* | Use schema_name() for SQL Server default schemaMike Bayer2016-10-041-10/+6
* | Use SQL Server SERVERPROPERTY for version info w/ pyodbcMike Bayer2016-10-043-13/+27
|/
* Ensure strong ref to obj before calling persistent_to_deleted, othersMike Bayer2016-10-032-5/+23
* Add "eager_parenthesis" late-compilation rule, use w/ PG JSON/HSTOREMike Bayer2016-10-015-19/+60
* - some documentation hitsMike Bayer2016-10-012-5/+24
* Remove extra "return" statement in orm.ext.declared_attr.cascading examplesDmitry Bogun2016-10-011-8/+5
* Escape literal string values passed to server_defaultMike Bayer2016-09-301-1/+2
* Enable include_table for ON CONFLICT whereclausesMike Bayer2016-09-281-2/+1
* Merge "Handle BaseException in all _handle_dbapi_error"mike bayer2016-09-265-30/+50
|\
| * Handle BaseException in all _handle_dbapi_errorMike Bayer2016-09-215-30/+50
* | - improve documentation for SessionTransaction re: parentMike Bayer2016-09-242-10/+111
* | - clarify documentation on timezone flag, since Oracle has bothMike Bayer2016-09-221-5/+36
* | Ensure mapper.polymorphic_on is polymorphic_prop.columns[0]Mike Bayer2016-09-211-11/+8
|/
* Merge "Add exclude_tablespaces argument to Oracle"mike bayer2016-09-201-12/+47
|\
| * Add exclude_tablespaces argument to OracleDavid Fraser2016-09-201-12/+47
* | Merge "Add the "triggering mapper" to the configure_mappers error message."mike bayer2016-09-201-2/+3
|\ \ | |/ |/|
| * Add the "triggering mapper" to the configure_mappers error message.John Perkins2016-09-201-2/+3
* | Merge "Allow SQL expressions to be set on PK columns"mike bayer2016-09-201-9/+19
|\ \
| * | Allow SQL expressions to be set on PK columnsMike Bayer2016-09-201-9/+19
| |/
* | Merge "Exclude eq and ne from associative operators"mike bayer2016-09-201-1/+1
|\ \
| * | Exclude eq and ne from associative operatorsJohn Passaro2016-09-191-1/+1
| |/
* | Merge "Support bindparam() with callable for primaryjoin"mike bayer2016-09-202-2/+3
|\ \
| * | Support bindparam() with callable for primaryjoinMike Bayer2016-09-192-2/+3
| |/
* | Merge "Fix ArgumentError access in Session._add_bind"mike bayer2016-09-191-6/+4
|\ \
| * | Fix ArgumentError access in Session._add_bindMike Bayer2016-09-191-6/+4
| |/
* | Merge "Additions to support HAAlchemy plugin"mike bayer2016-09-198-21/+154
|\ \ | |/ |/|
| * Additions to support HAAlchemy pluginMike Bayer2016-09-168-21/+154
* | Add "message 20017" (unexpected EOF from the server) to mssql.Ken Robbins2016-09-191-0/+1
|/
* Repair foreign_keys population for Join._refresh_for_new_columnMike Bayer2016-09-151-1/+1
* 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-021-3/+8
|\
| * Allow stringify compiler to render unnamed columnMike Bayer2016-09-021-3/+8
* | Repair clauselist comparison to account for clause orderingMike Bayer2016-09-023-6/+25
|/
* Support all MySQL/Connector int/bool argumentsMike Bayer2016-09-011-0/+14