summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
* Allow for multiple FOLLOWING/PRECEDING in a window rangeMike Bayer2017-08-251-12/+18
* - a few mysql fixes, more to comeMike Bayer2017-08-211-7/+11
* Add support for CACHE and ORDER to sequencesDavid Moore2017-07-051-0/+12
* Repair WithinGroup.get_children()Mike Bayer2017-06-161-0/+10
* Raise if ForeignKeyConstraint created with different numbers ofMike Bayer2017-05-251-0/+23
* ResultProxy won't autoclose connection until state flag is setMike Bayer2017-04-031-0/+44
* Return self when Variant.coerce_compared_value would return implMike Bayer2017-04-011-2/+72
* Fix typos ('expicit' -> 'explicit')Jamie Alessio2017-03-181-1/+1
* Allow SchemaType and Variant to work togetherMike Bayer2017-03-072-10/+97
* Repair missing "checkfirst" for test suiteMike Bayer2017-03-071-0/+1
* Only use schema_translate_map on SchemaItem subclassesMike Bayer2017-02-281-1/+45
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-0723-183/+199
* Merge "Support python3.6"mike bayer2017-01-137-16/+18
|\
| * Support python3.6Mike Bayer2017-01-137-16/+18
* | Pass **kw to bound params in multi valuesMike Bayer2017-01-091-0/+12
|/
* Tighten rules for order_by(Label) resolutionMike Bayer2017-01-061-0/+50
* Call nextval() on sequence when doing INSERT from SELECTMike Bayer2016-12-211-1/+20
* Ensure Variant passes along impl right-hand typeMike Bayer2016-11-221-1/+21
* Count columns using PrimaryKeyConstraint.__len__ directlyMike Bayer2016-11-121-0/+17
* 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-171-85/+85
* Add explicit copy() to EnumMike Bayer2016-10-171-6/+41
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-082-2/+2
* Spelling fixesVille Skyttä2016-10-083-4/+4
* Change autoincrement compileerror to a warningMike Bayer2016-10-072-41/+60
* Propagate execution_options at compile stageMike Bayer2016-10-052-1/+41
* Check for __clause_element__() in ORM insert/updateMike Bayer2016-10-051-0/+10
* Add "eager_parenthesis" late-compilation rule, use w/ PG JSON/HSTOREMike Bayer2016-10-011-2/+27
* Escape literal string values passed to server_defaultMike Bayer2016-09-301-0/+28
* 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
* | Support bindparam() with callable for primaryjoinMike Bayer2016-09-191-2/+31
|/
* Repair foreign_keys population for Join._refresh_for_new_columnMike Bayer2016-09-151-0/+38
* 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-021-0/+78
|/
* Spelling fixespr/299Ville Skyttä2016-08-081-1/+1
* Build string/int processors for JSONIndexType, JSONPathTypeMike Bayer2016-08-041-0/+71
* Ensure post-__clause_element__() expression are used in IndexMike Bayer2016-07-311-0/+14
* Index should extract __clause_element__() earlyMike Bayer2016-07-301-1/+23
* - Consoliate test/sql/test_constraint ConstraintAPITestMike Bayer2016-07-302-371/+370
* Allow Table._reset_exported to silently passMike Bayer2016-07-241-0/+15
* - a variety of test adjustments to accomodate for MySQL 5.7Mike Bayer2016-07-241-7/+7
* Ensure DML provides named_with_column for CTE(Alias)Mike Bayer2016-07-131-0/+32
* Work w/ prefetch even for selects, if presentMike Bayer2016-07-121-0/+87
* Preserve type for math negationMike Bayer2016-07-011-0/+6
* Make boolean processors consistent between Py/C; coerce to 1/0Mike Bayer2016-06-231-0/+31
* Don't reorder PrimaryKeyConstraint columns if explicitMike Bayer2016-06-201-1/+17
* Disable Enum string validation by defaultMike Bayer2016-06-201-6/+65