summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
* - start trying to move things into __slots__. This seems to reduce theslotsMike Bayer2015-01-041-7/+9
* - restate sort_tables in terms of a more fine grainedMike Bayer2015-01-012-27/+247
* - Added a new accessor :attr:`.Table.foreign_key_constraints`Mike Bayer2015-01-011-0/+40
* - Fixed bug where using a :class:`.TypeDecorator` that implementedMike Bayer2014-12-191-0/+25
* - enhance only_on() to work with compound specsMike Bayer2014-12-061-1/+2
* - the refactor of the visit_alias() method in Oracle revealedMike Bayer2014-12-041-1/+1
* - Added support for CTEs under Oracle. This includes some tweaksMike Bayer2014-12-041-0/+30
* - The :meth:`.Operators.match` operator is now handled such that theMike Bayer2014-12-041-1/+27
* Merge remote-tracking branch 'origin/pr/151' into pr151Mike Bayer2014-12-013-1/+4
|\
| * Merge branch 'master' into fdbsql-testsScott Dugas2014-11-039-32/+445
| |\
| * | 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
* | | - Fixed bug in :meth:`.Table.tometadata` method where theMike Bayer2014-11-291-0/+40
* | | - The behavioral contract of the :attr:`.ForeignKeyConstraint.columns`Mike Bayer2014-11-251-0/+44
* | | - Fixed issue where the columns from a SELECT embedded in anMike Bayer2014-11-112-0/+62
* | | - The :attr:`.Column.key` attribute is now used as the source ofMike Bayer2014-11-101-0/+13
* | | - Fixed bug regarding expression mutations which could expressMike Bayer2014-11-052-1/+37
| |/ |/|
* | - 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
|/
* - 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