| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - Added new flag :paramref:`.expression.between.symmetric`, when set to True | Mike Bayer | 2014-03-30 | 4 | -9/+36 |
| * | - add further coverage for join_condition to make sure we get this case where | Mike Bayer | 2014-03-28 | 1 | -1/+1 |
| * | - fix set syntax supposed to be dict | Mike Bayer | 2014-03-28 | 1 | -1/+1 |
| * | - fix py3k bug re: dictionary values(), fixes #3005 | Mike Bayer | 2014-03-28 | 1 | -1/+1 |
| * | - Improved the check for "how to join from A to B" such that when | Mike Bayer | 2014-03-27 | 1 | -16/+34 |
| * | Merge branch 'fix_table_registration' of https://github.com/malor/sqlalchemy ... | Mike Bayer | 2014-03-22 | 1 | -1/+1 |
| |\ |
|
| | * | Remove tables from metadata when autoload failspr/78 | Roman Podoliaka | 2014-03-12 | 1 | -1/+1 |
| * | | - Added support for literal rendering of boolean values, e.g. | Mike Bayer | 2014-03-13 | 1 | -0/+9 |
| |/ |
|
| * | - Added a new feature :func:`.schema.conv`, the purpose of which is to | Mike Bayer | 2014-03-12 | 1 | -5/+45 |
| * | :paramref:`.MetaData.naming_convention` feature will now also | Mike Bayer | 2014-03-12 | 1 | -2/+9 |
| * | - Fixed bug in new :paramref:`.MetaData.naming_convention` feature | Mike Bayer | 2014-03-12 | 2 | -3/+3 |
| * | - Support has been added for pytest to run tests. This runner | Mike Bayer | 2014-03-03 | 1 | -1/+1 |
| * | - get util.get_callable_argspec() to be completely bulletproof for 2.6-3.4, | Mike Bayer | 2014-03-02 | 1 | -27/+3 |
| * | - Fixed some test/feature failures occurring in Python 3.4, | Mike Bayer | 2014-03-02 | 1 | -1/+8 |
| * | - Fixed bug in :func:`.tuple_` construct where the "type" of essentially | Mike Bayer | 2014-02-27 | 1 | -5/+6 |
| * | restore the contracts of update/extend to the degree that the same column ide... | Mike Bayer | 2014-02-27 | 1 | -3/+5 |
| * | - Adjusted the logic which applies names to the .c collection when | Mike Bayer | 2014-02-26 | 1 | -6/+9 |
| * | - Some changes to how the :attr:`.FromClause.c` collection behaves | Mike Bayer | 2014-02-26 | 2 | -32/+54 |
| * | - Fixed issue in new :meth:`.TextClause.columns` method where the ordering | Mike Bayer | 2014-02-26 | 1 | -7/+7 |
| * | - use MutableMapping to make this more succinct, complete | Mike Bayer | 2014-02-26 | 1 | -47/+35 |
| * | docs | Mike Bayer | 2014-02-25 | 1 | -3/+10 |
| * | - The new dialect-level keyword argument system for schema-level | Mike Bayer | 2014-02-25 | 1 | -13/+156 |
| * | - More fixes to SQLite "join rewriting"; the fix from :ticket:`2967` | Mike Bayer | 2014-02-20 | 2 | -12/+28 |
| * | - re: #2967, also fixed a somewhat related issue where join rewriting would fail | Mike Bayer | 2014-02-19 | 1 | -0/+5 |
| * | - Fixed bug in SQLite "join rewriting" where usage of an exists() construct | Mike Bayer | 2014-02-19 | 1 | -3/+3 |
| * | - Fixed bug where calling :meth:`.Insert.values` with an empty list | Mike Bayer | 2014-02-19 | 1 | -0/+1 |
| * | - Fixed bug where :meth:`.in_()` would go into an endless loop if | Mike Bayer | 2014-02-13 | 1 | -3/+7 |
| * | - for TextAsFrom, put the "inner" columns in the result map directly. | Mike Bayer | 2014-02-10 | 1 | -4/+3 |
| * | - More issues with [ticket:2932] first resolved in 0.9.2 where | Mike Bayer | 2014-02-05 | 1 | -2/+2 |
| * | Add naming convention support when using schema in the metadata.pr/67 | Tom Farvour | 2014-02-05 | 1 | -2/+10 |
| * | - Fixed bug where so-called "literal render" of :func:`.bindparam` | Mike Bayer | 2014-02-05 | 1 | -2/+2 |
| * | - Fixed bug which prevented MySQLdb-based dialects (e.g. | Mike Bayer | 2014-02-03 | 1 | -1/+0 |
| * | - Added :paramref:`.MetaData.reflect.**dialect_kwargs` | Mike Bayer | 2014-02-02 | 1 | -1/+12 |
| * | - The behavior of :meth:`.Table.tometadata` has been adjusted such that | Mike Bayer | 2014-02-02 | 1 | -18/+67 |
| * | - Fixed bug in new :class:`.TextAsFrom` construct where :class:`.Column`- | Mike Bayer | 2014-02-02 | 2 | -2/+11 |
| * | - Added a new feature which allows automated naming conventions to be | Mike Bayer | 2014-02-01 | 3 | -8/+189 |
| * | - Added a new parameter :paramref:`.Operators.op.is_comparison`. This | Mike Bayer | 2014-01-31 | 1 | -4/+17 |
| * | - Fixed bug whereby SQLite compiler failed to propagate compiler arguments | Mike Bayer | 2014-01-31 | 2 | -2/+4 |
| * | - Fixed regression whereby the "annotation" system used by the ORM was leaking | Mike Bayer | 2014-01-29 | 1 | -9/+9 |
| * | - docs | Mike Bayer | 2014-01-26 | 1 | -37/+115 |
| * | updates | Mike Bayer | 2014-01-26 | 1 | -52/+87 |
| * | tweak text | Mike Bayer | 2014-01-25 | 1 | -2/+16 |
| * | seealsos in the tutorial | Mike Bayer | 2014-01-25 | 1 | -0/+4 |
| * | case | Mike Bayer | 2014-01-25 | 1 | -47/+139 |
| * | - start building out very comprehensive docstrings for core functions | Mike Bayer | 2014-01-25 | 2 | -103/+459 |
| * | lets document join() | Mike Bayer | 2014-01-24 | 1 | -20/+94 |
| * | - Fixed an 0.9 regression where the automatic aliasing applied by | Mike Bayer | 2014-01-23 | 1 | -2/+11 |
| * | - update docs for Numeric/Float, in particular warn against using mismatched | Mike Bayer | 2014-01-21 | 1 | -32/+41 |
| * | - Fixed the multiple-table "UPDATE..FROM" construct, only usable on | Mike Bayer | 2014-01-20 | 1 | -30/+80 |
| * | - further refine this so that the ordering of columns is maintained as | Mike Bayer | 2014-01-20 | 1 | -8/+17 |