summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
* Add support for CACHE and ORDER to sequencesDavid Moore2017-07-051-0/+12
* Return given type when it matches the adaptationMike Bayer2017-06-261-2/+24
* Coerce float Python type to Float; ensure Python float coming backMike Bayer2017-06-261-0/+17
* Repair WithinGroup.get_children()Mike Bayer2017-06-161-0/+10
* Merge "Raise if ForeignKeyConstraint created with different numbers of local ...mike bayer2017-05-251-0/+23
|\
| * Raise if ForeignKeyConstraint created with different numbers ofMike Bayer2017-05-251-0/+23
* | Flatten operator precedence for comparison operatorsMichael Birtwell2017-05-251-0/+7
|/
* Enforce boolean result type for all eq_, is_, isnot, comparisonMike Bayer2017-04-271-0/+10
* Add _negate() to Label to negate inner elementMike Bayer2017-04-211-1/+15
* Add new "expanding" feature to bindparam()Mike Bayer2017-04-073-5/+87
* Double percent signs based on paramstyle, not dialectMike Bayer2017-04-053-30/+43
* Apply SQL compilation to sqltext for column-level CHECK constraintMike Bayer2017-04-041-0/+13
* ResultProxy won't autoclose connection until state flag is setMike Bayer2017-04-031-0/+44
* Merge "Use consistent method signature for Alias.self_group()"mike bayer2017-04-031-0/+14
|\
| * Use consistent method signature for Alias.self_group()Mike Bayer2017-04-031-0/+14
* | Return self when Variant.coerce_compared_value would return implMike Bayer2017-04-011-2/+72
|/
* Apply type processing to untyped preexec default clauseMike Bayer2017-03-301-8/+27
* Treat collation names as identifiersMike Bayer2017-03-232-8/+25
* Merge branch 'master' of https://bitbucket.org/jalessio/sqlalchemyMike Bayer2017-03-181-1/+1
|\
| * Fix typos ('expicit' -> 'explicit')Jamie Alessio2017-03-141-1/+1
* | Implement comments for tables, columnsFrazer McLean2017-03-171-1/+28
|/
* Add "empty in" strategies; default to "static"Mike Bayer2017-03-143-32/+108
* Enable sane_multi_rowcount for cx_OracleMike Bayer2017-03-141-3/+31
* add autoescape option to startswith, endswith, and containsDiana Clarke2017-03-141-13/+111
* 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