summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added support for pysqlcipher3pr/320Kevin Jurczyk2016-11-091-1/+12
* Add quotes around PRAGMA values in pysqlcipher connect.Kevin Jurczyk2016-11-082-1/+8
* Put include_table=True for DO UPDATE..WHERE, but not ON CONFLICTMike Bayer2016-11-074-6/+62
* Move setup functionality into _register_attributeMike Bayer2016-11-064-23/+74
* Add check for blank string coming from MySQL's enumMike Bayer2016-10-283-0/+46
* - 1.1.4 versioningMike Bayer2016-10-282-1/+4
* - 1.1.3rel_1_1_3Mike Bayer2016-10-272-2/+3
* Merge "Restore object to the identity_map upon delete() unconditionally"mike bayer2016-10-275-4/+76
|\
| * Restore object to the identity_map upon delete() unconditionallyMike Bayer2016-10-275-4/+76
* | Minor fixes in the ext.hybrid documentation.pr/316Randy Barlow2016-10-231-2/+2
|/
* Ensure .mapper is set on _ColumnEntityMike Bayer2016-10-213-1/+45
* Don't set pg autoincrement if type affinity is not IntegerMike Bayer2016-10-203-1/+30
* Merge "Convert expression type for concat + Enum"mike bayer2016-10-203-0/+43
|\
| * Convert expression type for concat + EnumMike Bayer2016-10-203-0/+43
* | Document Enum.enums is now a listMike Bayer2016-10-201-0/+7
|/
* Ensure TypeDecorator delegates _set_parent_with_dispatchMike Bayer2016-10-204-2/+83
* - open for 1.1.3Mike Bayer2016-10-202-1/+4
* Rewrite migration notes for [ticket:3514]Mike Bayer2016-10-194-23/+112
* - 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-175-88/+154
|\
| * Add a qualifying character to multi INSERT..VALUES parameter namesMike Bayer2016-10-175-88/+154
* | Remove the use of the word "fundamental" to describe ColumnElementsMike Bayer2016-10-171-5/+10
|/
* Add explicit copy() to EnumMike Bayer2016-10-173-6/+57
* Memoize load_path in all cases, run quick populators for path changeMike Bayer2016-10-176-15/+137
* Assemble "don't joinedload other side" rule using query._current_pathMike Bayer2016-10-176-5/+133
* Merge "Check for __module__ not present in util.wrap_callable()"mike bayer2016-10-173-1/+26
|\
| * Check for __module__ not present in util.wrap_callable()Mike Bayer2016-10-143-1/+26
* | Remove some legacy dead code from the declared_attr logicpr/315Pierre Jaury2016-10-161-3/+0
|/
* Fix a minor grammatical error in the ORM tutorial.Randy Barlow2016-10-131-2/+2
* - setup for next versionMike Bayer2016-10-132-1/+4
* 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
| |/