summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* Disable single-inheritance critera on the outside of UNIONMike Bayer2016-11-181-19/+11
* Port lower case quoted name fix to firebirdMike Bayer2016-11-162-1/+42
* - 1.1.5 setupMike Bayer2016-11-161-1/+1
* Add missing items to collection.__getstate__Mike Bayer2016-11-141-1/+7
* Count columns using PrimaryKeyConstraint.__len__ directlyMike Bayer2016-11-121-1/+1
* Quote URL tokens with semicolons for pyodbc, adodbapiMike Bayer2016-11-112-1/+19
* Use configured props for mapper.attrs, mapper.all_orm_descriptorsMike Bayer2016-11-101-2/+2
* Merge "Consider version_id_prop when emitting bulk UPDATE"mike bayer2016-11-101-1/+6
|\
| * Consider version_id_prop when emitting bulk UPDATEMike Bayer2016-11-101-1/+6
* | Add conditional import for pysqlcipher3Kevin Jurczyk2016-11-101-2/+16
* | Merge "Remove non-working Connection.default_schema_name() method"mike bayer2016-11-101-3/+0
|\ \ | |/ |/|
| * Remove non-working Connection.default_schema_name() methodBenjamin Dopplinger2016-11-101-3/+0
* | Add support for server side cursors to mysqldb and pymysqlRoman Podoliaka2016-11-109-43/+269
* | Ensure attribute keys used for bulk update pk setMike Bayer2016-11-102-1/+11
|/
* Add quotes around PRAGMA values in pysqlcipher connect.Kevin Jurczyk2016-11-081-1/+1
* Put include_table=True for DO UPDATE..WHERE, but not ON CONFLICTMike Bayer2016-11-071-0/+1
* Move setup functionality into _register_attributeMike Bayer2016-11-062-22/+17
* Add check for blank string coming from MySQL's enumMike Bayer2016-10-281-0/+10
* - 1.1.4 versioningMike Bayer2016-10-281-1/+1
* Merge "Restore object to the identity_map upon delete() unconditionally"mike bayer2016-10-272-3/+9
|\
| * Restore object to the identity_map upon delete() unconditionallyMike Bayer2016-10-272-3/+9
* | Minor fixes in the ext.hybrid documentation.pr/316Randy Barlow2016-10-231-2/+2
|/
* Ensure .mapper is set on _ColumnEntityMike Bayer2016-10-211-1/+6
* Don't set pg autoincrement if type affinity is not IntegerMike Bayer2016-10-201-1/+2
* Convert expression type for concat + EnumMike Bayer2016-10-201-0/+13
* Ensure TypeDecorator delegates _set_parent_with_dispatchMike Bayer2016-10-202-2/+4
* - open for 1.1.3Mike Bayer2016-10-201-1/+1
* Rewrite migration notes for [ticket:3514]Mike Bayer2016-10-193-0/+20
* Add a qualifying character to multi INSERT..VALUES parameter namesMike Bayer2016-10-171-3/+3
* Add explicit copy() to EnumMike Bayer2016-10-171-0/+3
* Memoize load_path in all cases, run quick populators for path changeMike Bayer2016-10-172-14/+36
* Assemble "don't joinedload other side" rule using query._current_pathMike Bayer2016-10-173-3/+18
* Merge "Check for __module__ not present in util.wrap_callable()"mike bayer2016-10-171-1/+2
|\
| * Check for __module__ not present in util.wrap_callable()Mike Bayer2016-10-141-1/+2
* | Remove some legacy dead code from the declared_attr logicpr/315Pierre Jaury2016-10-161-3/+0
|/
* - setup for next versionMike Bayer2016-10-131-1/+1
* Update the Column.nullable docstring for the primary_key=True caseMatt Riedemann2016-10-101-4/+8
* 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