| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | - rework assertsql system, fixes #3293 | Mike Bayer | 2015-01-18 | 1 | -6/+6 |
| * | | - Custom dialects that implement :class:`.GenericTypeCompiler` can | Mike Bayer | 2015-01-16 | 1 | -0/+63 |
| * | | - The multi-values version of :meth:`.Insert.values` has been | Mike Bayer | 2015-01-13 | 2 | -29/+129 |
| * | | repair formatting | Mike Bayer | 2015-01-12 | 1 | -1/+4 |
| * | | Add native_enum flag to Enum's repr() result | Dimitris Theodorou | 2015-01-12 | 1 | -2/+2 |
| * | | - add a close here | Mike Bayer | 2015-01-06 | 1 | -0/+1 |
| * | | - start trying to move things into __slots__. This seems to reduce theslots | Mike Bayer | 2015-01-04 | 1 | -7/+9 |
| * | | - restate sort_tables in terms of a more fine grained | Mike Bayer | 2015-01-01 | 2 | -27/+247 |
| * | | - Added a new accessor :attr:`.Table.foreign_key_constraints` | Mike Bayer | 2015-01-01 | 1 | -0/+40 |
| * | | - Fixed bug where using a :class:`.TypeDecorator` that implemented | Mike Bayer | 2014-12-19 | 1 | -0/+25 |
| * | | - enhance only_on() to work with compound specs | Mike Bayer | 2014-12-06 | 1 | -1/+2 |
| * | | - the refactor of the visit_alias() method in Oracle revealed | Mike Bayer | 2014-12-04 | 1 | -1/+1 |
| * | | - Added support for CTEs under Oracle. This includes some tweaks | Mike Bayer | 2014-12-04 | 1 | -0/+30 |
| * | | - The :meth:`.Operators.match` operator is now handled such that the | Mike Bayer | 2014-12-04 | 1 | -1/+27 |
| * | | Merge remote-tracking branch 'origin/pr/151' into pr151 | Mike Bayer | 2014-12-01 | 3 | -1/+4 |
| |\ \ |
|
| | * \ | Merge branch 'master' into fdbsql-tests | Scott Dugas | 2014-11-03 | 9 | -32/+445 |
| | |\ \ |
|
| | * | | | Added requirement for temporary tables | Scott Dugas | 2014-10-30 | 1 | -0/+1 |
| | * | | | Set the length for MyType implementation | Scott Dugas | 2014-10-29 | 1 | -1/+1 |
| | * | | | require check constraints for tests | Scott Dugas | 2014-10-23 | 2 | -0/+2 |
| * | | | | - Fixed bug in :meth:`.Table.tometadata` method where the | Mike Bayer | 2014-11-29 | 1 | -0/+40 |
| * | | | | - The behavioral contract of the :attr:`.ForeignKeyConstraint.columns` | Mike Bayer | 2014-11-25 | 1 | -0/+44 |
| | |_|/
|/| | |
|
| * | | | - Fixed issue where the columns from a SELECT embedded in an | Mike Bayer | 2014-11-11 | 2 | -0/+62 |
| * | | | - The :attr:`.Column.key` attribute is now used as the source of | Mike Bayer | 2014-11-10 | 1 | -0/+13 |
| * | | | - Fixed bug regarding expression mutations which could express | Mike Bayer | 2014-11-05 | 2 | -1/+37 |
| | |/
|/| |
|
| * | | - ensure kwargs are passed for limit clause on a compound select as well, | Mike Bayer | 2014-10-31 | 1 | -0/+16 |
| * | | - changelog for pullreq github:139 | Mike Bayer | 2014-10-21 | 1 | -0/+36 |
| * | | Merge remote-tracking branch 'origin/pr/139' into pr139 | Mike Bayer | 2014-10-21 | 1 | -0/+44 |
| |\ \ |
|
| | * | | add simple tests for new name argument for Table.tometadata()pr/139 | ndparker | 2014-10-04 | 1 | -0/+44 |
| * | | | - Reversing a change that was made in 0.9, the "singleton" nature | Mike Bayer | 2014-10-19 | 1 | -1/+20 |
| * | | | - Exception messages have been spiffed up a bit. The SQL statement | Mike Bayer | 2014-10-17 | 1 | -4/+3 |
| * | | | - additional issues fixed in mysqlconnector 2.0.1 | Mike Bayer | 2014-10-13 | 1 | -15/+0 |
| * | | | - Mysqlconnector as of version 2.0, probably as a side effect of | Mike Bayer | 2014-10-12 | 1 | -6/+0 |
| * | | | - :meth:`.Insert.from_select` now includes Python and SQL-expression | Mike Bayer | 2014-10-10 | 2 | -2/+145 |
| * | | | - Fixed bug where a fair number of SQL elements within | Mike Bayer | 2014-10-09 | 1 | -0/+24 |
| * | | | - changelog, migration for pr github:134 | Mike Bayer | 2014-10-04 | 2 | -92/+111 |
| * | | | Merge remote-tracking branch 'origin/pr/134' into pr134 | Mike Bayer | 2014-10-04 | 2 | -0/+96 |
| |\ \ \ |
|
| | * | | | allow windowing filtered functions | Ilja Everilä | 2014-09-11 | 1 | -0/+27 |
| | * | | | renamed aggregatefilter to funcfilter, since it is that | Ilja Everilä | 2014-09-11 | 2 | -2/+2 |
| | * | | | add ClauseTest for aggregatefilter | Ilja Everilä | 2014-09-10 | 1 | -0/+5 |
| | * | | | tests for <aggregate_fun> FILTER (WHERE ...) | Ilja Everilä | 2014-09-10 | 1 | -0/+64 |
| * | | | | - "column already assigned" message has been updated in 7f82c55f | Mike Bayer | 2014-09-25 | 1 | -1/+1 |
| | |/ /
|/| | |
|
| * | | | - Added new method :meth:`.Select.with_statement_hint` and ORM | Mike Bayer | 2014-09-18 | 1 | -0/+17 |
| * | | | - use compat.u for python3.2, fixes #3198 | Mike Bayer | 2014-09-15 | 1 | -2/+2 |
| |/ / |
|
| * | | - rework the previous "order by" system in terms of the new one, | Mike Bayer | 2014-09-08 | 1 | -0/+21 |
| |/ |
|
| * | - rework ColumnAdapter and ORMAdapter to only provide the featuresticket_3148 | Mike Bayer | 2014-09-07 | 2 | -2/+269 |
| * | - enhance ClauseAdapter / ColumnAdapter to have new behaviors with labels. | Mike Bayer | 2014-09-07 | 2 | -5/+85 |
| * | wip for #3148 | Mike Bayer | 2014-09-06 | 1 | -1/+27 |
| * | - tiny refactors #1-#5 | Mike Bayer | 2014-09-05 | 1 | -2/+45 |
| * | - ensure literal_binds works with LIMIT clause, FOR UPDATE | Mike Bayer | 2014-09-03 | 1 | -1/+1 |
| * | - add logic to compiler such that if stack is empty, we just | Mike Bayer | 2014-09-02 | 1 | -0/+5 |