| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | Remove unused import | Dobes Vandermeer | 2014-04-25 | 1 | -1/+1 |
| | * | Remove unused import | Dobes Vandermeer | 2014-04-25 | 1 | -1/+0 |
| | * | Use _offset_clause and _limit_clause, which are always Visitable and usually ... | Dobes Vandermeer | 2014-04-25 | 2 | -18/+48 |
| | * | Proof-of-concept implementation of supporting bindparam for offset and limit ... | Dobes Vandermeer | 2014-04-24 | 2 | -6/+15 |
| * | | Documentation fix-up: "its" vs. "it's"pr/91 | Matthias Urlichs | 2014-05-11 | 5 | -5/+5 |
| * | | - Fixed bug where :meth:`.Table.update` and :meth:`.Table.delete` | Mike Bayer | 2014-05-08 | 1 | -3/+6 |
| * | | - Fixed bug where the combination of "limit" rendering as | Mike Bayer | 2014-04-30 | 1 | -13/+14 |
| * | | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 7 | -18/+18 |
| |/ |
|
| * | - The "primaryjoin" model has been stretched a bit further to allow | Mike Bayer | 2014-04-19 | 1 | -1/+1 |
| * | - Liberalized the contract for :class:`.Index` a bit in that you can | Mike Bayer | 2014-04-19 | 3 | -12/+41 |
| * | - Fixed bug in new :meth:`.DialectKWArgs.argument_for` method where | Mike Bayer | 2014-04-15 | 1 | -0/+2 |
| * | - Fixed regression introduced in 0.9 where new "ORDER BY <labelname>" | Mike Bayer | 2014-04-10 | 1 | -1/+1 |
| * | - Restored the import for :class:`.Function` to the ``sqlalchemy.sql.expressi... | Mike Bayer | 2014-04-05 | 1 | -1/+1 |
| * | escape backslash | Mike Bayer | 2014-04-02 | 1 | -1/+1 |
| * | - reverse order of columns in sample CTEs as this is a UNION and the cols nee... | Mike Bayer | 2014-04-02 | 1 | -3/+1 |
| * | - back off the callcounts a bit for the boolean fix | Mike Bayer | 2014-04-01 | 1 | -3/+4 |
| * | - Fixes to the newly enhanced boolean coercion in :ticket:`2804` where | Mike Bayer | 2014-04-01 | 1 | -2/+2 |
| * | - 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 |