summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* | Tighten rules for order_by(Label) resolutionMike Bayer2017-01-061-0/+50
|/
* Ensure session.no_autoflush uses finallyplumSemPy2017-01-041-1/+12
* Call nextval() on sequence when doing INSERT from SELECTMike Bayer2016-12-211-1/+20
* - these two tests require sane rowcount at the baseMike Bayer2016-12-211-0/+2
* Use session for exec checkMike Bayer2016-12-211-2/+6
* Add real .entities to _BundleEntityMike Bayer2016-12-191-17/+103
* Add _extend_on deduplicating set for metadata.reflect()Mike Bayer2016-11-232-1/+39
* Allow the value 0 for Postgresql TIME/TIMESTAMP precisionIonuț Ciocîrlan2016-11-231-0/+4
* Ensure Variant passes along impl right-hand typeMike Bayer2016-11-221-1/+21
* Disable single-inheritance critera on the outside of UNIONMike Bayer2016-11-181-0/+50
* Port lower case quoted name fix to firebirdMike Bayer2016-11-161-23/+0
* Add missing items to collection.__getstate__Mike Bayer2016-11-141-0/+31
* Count columns using PrimaryKeyConstraint.__len__ directlyMike Bayer2016-11-121-0/+17
* Quote URL tokens with semicolons for pyodbc, adodbapiMike Bayer2016-11-111-1/+44
* Use configured props for mapper.attrs, mapper.all_orm_descriptorsMike Bayer2016-11-101-0/+28
* Consider version_id_prop when emitting bulk UPDATEMike Bayer2016-11-101-0/+51
* Add support for server side cursors to mysqldb and pymysqlRoman Podoliaka2016-11-101-133/+0
* Ensure attribute keys used for bulk update pk setMike Bayer2016-11-101-0/+103
* Put include_table=True for DO UPDATE..WHERE, but not ON CONFLICTMike Bayer2016-11-072-6/+50
* Move setup functionality into _register_attributeMike Bayer2016-11-061-1/+49
* Add check for blank string coming from MySQL's enumMike Bayer2016-10-281-0/+24
* Restore object to the identity_map upon delete() unconditionallyMike Bayer2016-10-272-1/+52
* Ensure .mapper is set on _ColumnEntityMike Bayer2016-10-211-0/+30
* Don't set pg autoincrement if type affinity is not IntegerMike Bayer2016-10-201-0/+16
* Convert expression type for concat + EnumMike Bayer2016-10-201-0/+19
* Ensure TypeDecorator delegates _set_parent_with_dispatchMike Bayer2016-10-201-0/+67
* Add a qualifying character to multi INSERT..VALUES parameter namesMike Bayer2016-10-173-85/+141
* Add explicit copy() to EnumMike Bayer2016-10-171-6/+41
* Memoize load_path in all cases, run quick populators for path changeMike Bayer2016-10-173-1/+90
* Assemble "don't joinedload other side" rule using query._current_pathMike Bayer2016-10-172-2/+107
* Check for __module__ not present in util.wrap_callable()Mike Bayer2016-10-141-0/+13
* 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
|\ \ | |/ |/|