summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-084-5/+5
* Spelling fixesVille Skyttä2016-10-087-8/+8
* Change autoincrement compileerror to a warningMike Bayer2016-10-074-89/+136
* Propagate execution_options at compile stageMike Bayer2016-10-052-1/+41
* Check for __clause_element__() in ORM insert/updateMike Bayer2016-10-052-0/+33
* Check row for None with implicit returning PK to accommodate ON CONFLICTMike Bayer2016-10-041-12/+97
* Merge "Enhance "raise" strategy to include "raise_on_sql" option"mike bayer2016-10-042-3/+59
|\
| * Enhance "raise" strategy to include "raise_on_sql" optionMike Bayer2016-10-042-3/+59
* | Honor additional row coming in with value of NoneMike Bayer2016-10-041-1/+50
|/
* Ensure strong ref to obj before calling persistent_to_deleted, othersMike Bayer2016-10-031-1/+64
* Add "eager_parenthesis" late-compilation rule, use w/ PG JSON/HSTOREMike Bayer2016-10-012-9/+47
* Escape literal string values passed to server_defaultMike Bayer2016-09-301-0/+28
* Enable include_table for ON CONFLICT whereclausesMike Bayer2016-09-281-6/+22
* Merge "Handle BaseException in all _handle_dbapi_error"mike bayer2016-09-261-3/+91
|\
| * Handle BaseException in all _handle_dbapi_errorMike Bayer2016-09-211-3/+91
* | Ensure mapper.polymorphic_on is polymorphic_prop.columns[0]Mike Bayer2016-09-211-1/+76
|/
* Merge "Add exclude_tablespaces argument to Oracle"mike bayer2016-09-201-0/+35
|\
| * Add exclude_tablespaces argument to OracleDavid Fraser2016-09-201-0/+35
* | Merge "Add the "triggering mapper" to the configure_mappers error message."mike bayer2016-09-202-7/+10
|\ \ | |/ |/|
| * Add the "triggering mapper" to the configure_mappers error message.John Perkins2016-09-202-7/+10
* | - 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-202-0/+69
|\ \
| * | Allow SQL expressions to be set on PK columnsMike Bayer2016-09-202-0/+69
| |/
* | Merge "Exclude eq and ne from associative operators"mike bayer2016-09-201-0/+8
|\ \
| * | Exclude eq and ne from associative operatorsJohn Passaro2016-09-191-0/+8
| |/
* | Merge "Support bindparam() with callable for primaryjoin"mike bayer2016-09-202-3/+61
|\ \
| * | Support bindparam() with callable for primaryjoinMike Bayer2016-09-192-3/+61
| |/
* | Merge "Fix ArgumentError access in Session._add_bind"mike bayer2016-09-191-0/+18
|\ \
| * | Fix ArgumentError access in Session._add_bindMike Bayer2016-09-191-0/+18
| |/
* | Additions to support HAAlchemy pluginMike Bayer2016-09-163-39/+78
|/
* - latest mysql 5.7 also crashing on XA recovery, disableMike Bayer2016-09-162-5/+6
* Repair foreign_keys population for Join._refresh_for_new_columnMike Bayer2016-09-152-1/+89
* Merge "Allow stringify compiler to render unnamed column"mike bayer2016-09-021-2/+11
|\
| * Allow stringify compiler to render unnamed columnMike Bayer2016-09-021-2/+11
* | Repair clauselist comparison to account for clause orderingMike Bayer2016-09-022-1/+146
|/
* Check for supports_execution at ClauseElement baseMike Bayer2016-08-311-0/+20
* Provide more informative error when joining with no entitiespr/304Michael Williamson2016-08-281-0/+13
* Raise when two validators conflictMike Bayer2016-08-261-1/+38
* Merge "Add docstring to declarative_base"mike bayer2016-08-221-0/+9
|\
| * Add docstring to declarative_baseFrazer McLean2016-08-061-0/+9
* | Merge remote-tracking branch 'origin/pr/299'Mike Bayer2016-08-163-4/+4
|\ \
| * | Spelling fixespr/299Ville Skyttä2016-08-083-4/+4
| |/
* | Rework _apply_joins(), _prep_for_joins() totallyMike Bayer2016-08-151-0/+159
* | Ensure final link in subqueryload join is correctMike Bayer2016-08-121-12/+45
* | - fix this test which did not allow for the A/ ASub to be loadedMike Bayer2016-08-121-7/+15
|/
* Build string/int processors for JSONIndexType, JSONPathTypeMike Bayer2016-08-041-0/+71
* Propagate kwargs to all MySQL CAST pathsMike Bayer2016-08-041-0/+35
* Ensure post-__clause_element__() expression are used in IndexMike Bayer2016-07-311-0/+14
* Merge "Index should extract __clause_element__() early"mike bayer2016-07-301-1/+23
|\
| * Index should extract __clause_element__() earlyMike Bayer2016-07-301-1/+23