summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add DDLCompiler.create_table_suffix()Mark Sandan2016-06-161-0/+16
* Add TABLESAMPLE clause support.saarni2016-06-151-0/+54
* Deprecate FromClause.count()Mike Bayer2016-06-143-15/+4
* Ensure CTE internals are handled during cloneMike Bayer2016-06-101-0/+17
* Support range specification in window functionPhillip Cloud2016-06-071-0/+67
* Add IS (NOT) DISTINCT FROM operatorsSebastian Bank2016-06-061-0/+66
* Skip UniqueConstraint marked by unique=True in tometadataMike Bayer2016-06-021-0/+28
* Support "blank" schema when MetaData.schema is setMike Bayer2016-05-181-1/+4
* Don't double-process ResultMetaData for BufferedColumnResultProxyMike Bayer2016-04-271-5/+47
* Fix result set handling for case insensitive dupe colsMike Bayer2016-04-211-0/+15
* - limit this to sqlite for nowMike Bayer2016-03-301-0/+1
* - move all resultproxy tests intio test_resultsetMike Bayer2016-03-301-1/+336
* - Added :meth:`.Select.lateral` and related constructs to allowMike Bayer2016-03-291-0/+134
* - Added support for rendering "FULL OUTER JOIN" to both Core and ORM.Mike Bayer2016-03-281-0/+20
* - Fixed bug where the negation of an EXISTS expression would notMike Bayer2016-03-212-0/+42
* - move out unconsumed names tests from test_compiler out to test_insert, test...Mike Bayer2016-03-023-48/+62
* Add test for inserting multiple valuesAthena Yao2016-03-021-0/+38
* - additional adjustment to the fix made in 8ad968f33100baeb3b13c7e0b724b6b79a...Mike Bayer2016-02-211-0/+40
* - reworked the way the "select_wraps_for" expression isMike Bayer2016-02-202-1/+33
* - CTE functionality has been expanded to support all DML, allowingMike Bayer2016-02-112-4/+153
* - Fixed bug in :func:`.expression.text` construct where a double-colonMike Bayer2016-02-091-0/+11
* - add literal_binds for delete() statements in addition to insert()/update()Mike Bayer2016-02-031-16/+25
* fix passing literal_binds flag through for update and insertpr/232Tim Tate2016-02-021-0/+16