summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into fdbsql-testsScott Dugas2014-11-039-32/+445
|\
| * - ensure kwargs are passed for limit clause on a compound select as well,Mike Bayer2014-10-311-0/+16
| * - changelog for pullreq github:139Mike Bayer2014-10-211-0/+36
| * Merge remote-tracking branch 'origin/pr/139' into pr139Mike Bayer2014-10-211-0/+44
| |\
| | * add simple tests for new name argument for Table.tometadata()pr/139ndparker2014-10-041-0/+44
| * | - Reversing a change that was made in 0.9, the "singleton" natureMike Bayer2014-10-191-1/+20
| * | - Exception messages have been spiffed up a bit. The SQL statementMike Bayer2014-10-171-4/+3
| * | - additional issues fixed in mysqlconnector 2.0.1Mike Bayer2014-10-131-15/+0
| * | - Mysqlconnector as of version 2.0, probably as a side effect ofMike Bayer2014-10-121-6/+0
| * | - :meth:`.Insert.from_select` now includes Python and SQL-expressionMike Bayer2014-10-102-2/+145
| * | - Fixed bug where a fair number of SQL elements withinMike Bayer2014-10-091-0/+24
| * | - changelog, migration for pr github:134Mike Bayer2014-10-042-92/+111
| * | Merge remote-tracking branch 'origin/pr/134' into pr134Mike Bayer2014-10-042-0/+96
| |\ \
| | * | allow windowing filtered functionsIlja Everilä2014-09-111-0/+27
| | * | renamed aggregatefilter to funcfilter, since it is thatIlja Everilä2014-09-112-2/+2
| | * | add ClauseTest for aggregatefilterIlja Everilä2014-09-101-0/+5
| | * | tests for <aggregate_fun> FILTER (WHERE ...)Ilja Everilä2014-09-101-0/+64
| * | | - "column already assigned" message has been updated in 7f82c55fMike Bayer2014-09-251-1/+1
| | |/ | |/|
| * | - Added new method :meth:`.Select.with_statement_hint` and ORMMike Bayer2014-09-181-0/+17
| * | - use compat.u for python3.2, fixes #3198Mike Bayer2014-09-151-2/+2
| |/
| * - rework the previous "order by" system in terms of the new one,Mike Bayer2014-09-081-0/+21
* | Added requirement for temporary tablesScott Dugas2014-10-301-0/+1
* | Set the length for MyType implementationScott Dugas2014-10-291-1/+1
* | require check constraints for testsScott Dugas2014-10-232-0/+2
|/
* - rework ColumnAdapter and ORMAdapter to only provide the featuresticket_3148Mike Bayer2014-09-072-2/+269
* - enhance ClauseAdapter / ColumnAdapter to have new behaviors with labels.Mike Bayer2014-09-072-5/+85
* wip for #3148Mike Bayer2014-09-061-1/+27
* - tiny refactors #1-#5Mike Bayer2014-09-051-2/+45
* - ensure literal_binds works with LIMIT clause, FOR UPDATEMike Bayer2014-09-031-1/+1
* - add logic to compiler such that if stack is empty, we justMike Bayer2014-09-021-0/+5
* - The :func:`~.expression.column` and :func:`~.expression.table`Mike Bayer2014-09-016-70/+281
* - optional 'b' here for py3kMike Bayer2014-08-311-1/+1
* - A new style of warning can be emitted which will "filter" up toMike Bayer2014-08-311-2/+3
* - The INSERT...FROM SELECT construct now implies ``inline=True``Mike Bayer2014-08-202-2/+114
* - pep8Mike Bayer2014-08-201-16/+29
* - don't add the parent attach event within _on_table_attachMike Bayer2014-08-151-0/+14
* - The ``info`` parameter has been added to the constructor forMike Bayer2014-08-131-0/+65
* - Fixed bug in CTE where ``literal_binds`` compiler argument would notMike Bayer2014-08-021-0/+38
* - ensure all tests are named test_*Mike Bayer2014-07-301-1/+1
* - Fixed 0.9.7 regression caused by :ticket:`3067` in conjunction withMike Bayer2014-07-291-2/+2
* - find the remaining not cleaning up correctly testMike Bayer2014-07-281-1/+2
* - add support for tags, including include/exclude support.Mike Bayer2014-07-271-3/+0
* - scale up for mysql, sqliteMike Bayer2014-07-261-3/+3
* - Added a supported :meth:`.FunctionElement.alias` method to functions,Mike Bayer2014-07-241-0/+51
* - update some SQL server tests, supportMike Bayer2014-07-222-3/+9
* - update the flake8 rules againMike Bayer2014-07-1825-3570/+4237
* - Fixed a SQLite join rewriting issue where a subquery that is embeddedMike Bayer2014-07-151-1/+43
* - wrestle with conv() and tests some moreMike Bayer2014-07-141-4/+24
* - allow the compilation rule that gets the formatted nameMike Bayer2014-07-141-0/+19
* - Fix bug in naming convention feature where using a checkMike Bayer2014-07-141-6/+80