summaryrefslogtreecommitdiff
path: root/test/sql/test_compiler.py
Commit message (Expand)AuthorAgeFilesLines
* Allow for multiple FOLLOWING/PRECEDING in a window rangeMike Bayer2017-08-251-12/+18
* Add new "expanding" feature to bindparam()Mike Bayer2017-04-071-0/+12
* Add "empty in" strategies; default to "static"Mike Bayer2017-03-141-3/+5
* Only use schema_translate_map on SchemaItem subclassesMike Bayer2017-02-281-1/+45
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-2/+1
* Support python3.6Mike Bayer2017-01-131-2/+2
* Tighten rules for order_by(Label) resolutionMike Bayer2017-01-061-0/+50
* Propagate execution_options at compile stageMike Bayer2016-10-051-0/+33
* Allow stringify compiler to render unnamed columnMike Bayer2016-09-021-2/+11
* Spelling fixespr/299Ville Skyttä2016-08-081-1/+1
* Don't reorder PrimaryKeyConstraint columns if explicitMike Bayer2016-06-201-1/+17
* Add DDLCompiler.create_table_suffix()Mark Sandan2016-06-161-0/+16
* Support range specification in window functionPhillip Cloud2016-06-071-0/+67
* - 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-211-0/+15
* - move out unconsumed names tests from test_compiler out to test_insert, test...Mike Bayer2016-03-021-42/+0
* - 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-201-0/+23
* - 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
* - calling str() on a core sql construct has been made more "friendly",Mike Bayer2016-01-191-4/+69
* - Multi-tenancy schema translation for :class:`.Table` objects is added.Mike Bayer2016-01-081-0/+127
* - Fixed bug where CREATE TABLE with a no-column table, but a constraintMike Bayer2015-12-011-1/+25
* - The system by which a :class:`.Column` considers itself to be anMike Bayer2015-10-071-0/+15
* - The :func:`.type_coerce` construct is now a fully fledged CoreMike Bayer2015-09-161-2/+4
* - The behavior of the :func:`.union` construct and related constructsMike Bayer2015-08-121-4/+63
* - changelog for #3459, fixes #3459Mike Bayer2015-07-191-0/+2
* - Fixed a regression that was incorrectly fixed in 1.0.0b4Mike Bayer2015-04-241-0/+13
* - Fixed support for "literal_binds" mode when using limit/offsetMike Bayer2015-04-231-3/+3
* - Fixed issue where a straight SELECT EXISTS query would fail toMike Bayer2015-04-201-3/+3
* PEP8 cleanup in /test/sqlEric Streeper2015-03-181-4/+0
* - rename _select_wrapsMike Bayer2015-03-081-0/+61
* fooMike Bayer2015-03-081-9/+9
* - the refactor of the visit_alias() method in Oracle revealedMike Bayer2014-12-041-1/+1
* - Fixed issue where the columns from a SELECT embedded in anMike Bayer2014-11-111-0/+29
* - The :attr:`.Column.key` attribute is now used as the source ofMike Bayer2014-11-101-0/+13
* - ensure kwargs are passed for limit clause on a compound select as well,Mike Bayer2014-10-311-0/+16
* - changelog, migration for pr github:134Mike Bayer2014-10-041-91/+0
* Merge remote-tracking branch 'origin/pr/134' into pr134Mike Bayer2014-10-041-0/+91
|\
| * allow windowing filtered functionsIlja Everilä2014-09-111-0/+27
| * renamed aggregatefilter to funcfilter, since it is thatIlja Everilä2014-09-111-1/+1
| * tests for <aggregate_fun> FILTER (WHERE ...)Ilja Everilä2014-09-101-0/+64
* | - Added new method :meth:`.Select.with_statement_hint` and ORMMike Bayer2014-09-181-0/+17
|/
* - rework the previous "order by" system in terms of the new one,Mike Bayer2014-09-081-0/+21
* - ensure literal_binds works with LIMIT clause, FOR UPDATEMike Bayer2014-09-031-1/+1
* - The :func:`~.expression.column` and :func:`~.expression.table`Mike Bayer2014-09-011-14/+19
* - update the flake8 rules againMike Bayer2014-07-181-863/+968
* - more tests, including backend testsMike Bayer2014-05-161-0/+53
* - Fixed bug where :meth:`.Table.update` and :meth:`.Table.delete`Mike Bayer2014-05-081-0/+9
* - Fixed bug where the combination of "limit" rendering asMike Bayer2014-04-301-0/+29