| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge "propose emulated setinputsizes embedded in the compiler" into main | mike bayer | 2021-11-25 | 1 | -0/+8 |
|\ |
|
| * | propose emulated setinputsizes embedded in the compiler | Mike Bayer | 2021-11-23 | 1 | -0/+8 |
* | | Clean up most py3k compat | Federico Caselli | 2021-11-24 | 1 | -2/+1 |
|/ |
|
* | Remove object in class definition | Federico Caselli | 2021-11-22 | 1 | -3/+3 |
* | Deprecate create_engine.implicit_returning | jonathan vanasco | 2021-11-09 | 1 | -7/+24 |
* | fully implement future engine and remove legacy | Mike Bayer | 2021-11-07 | 1 | -4/+7 |
* | rewrite _extra_criteria in selectinload; propagate correctly to Load | Mike Bayer | 2021-08-17 | 1 | -3/+21 |
* | Replace all http:// links to https:// | Federico Caselli | 2021-07-04 | 1 | -1/+1 |
* | Support DEFAULT VALUES and VALUES(DEFAULT) individually | Mike Bayer | 2021-04-14 | 1 | -1/+5 |
* | happy new year | Mike Bayer | 2021-01-04 | 1 | -1/+1 |
* | make URL immutable | Mike Bayer | 2020-08-25 | 1 | -1/+1 |
* | Merge "normalize execute style for events, 2.0" | mike bayer | 2020-08-20 | 1 | -2/+4 |
|\ |
|
| * | normalize execute style for events, 2.0 | Mike Bayer | 2020-08-20 | 1 | -2/+4 |
* | | Implement DDL visitor for PG ENUM with schema translate support | Mike Bayer | 2020-08-19 | 1 | -2/+2 |
|/ |
|
* | ORM executemany returning | Mike Bayer | 2020-06-27 | 1 | -0/+8 |
* | Default psycopg2 executemany mode to "values_only" | Mike Bayer | 2020-06-25 | 1 | -1/+1 |
* | Turn on caching everywhere, add logging | Mike Bayer | 2020-06-10 | 1 | -3/+3 |
* | Create initial 2.0 engine implementation | Mike Bayer | 2020-04-16 | 1 | -1/+3 |
* | Deprecate add of columns in order by with distinct | Federico Caselli | 2020-03-25 | 1 | -3/+6 |
* | Convert schema_translate to a post compile | Mike Bayer | 2020-03-24 | 1 | -7/+9 |
* | happy new year | Mike Bayer | 2020-01-01 | 1 | -1/+1 |
* | Test fixture improvements | Mike Bayer | 2019-11-11 | 1 | -4/+11 |
* | Remove unnecessary util.callable usage | Steven Loria | 2019-09-09 | 1 | -1/+1 |
* | Render LIMIT/OFFSET conditions after compile on select dialects | Mike Bayer | 2019-08-30 | 1 | -3/+2 |
* | happy new year | Mike Bayer | 2019-01-11 | 1 | -1/+1 |
* | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -6/+7 |
* | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -68/+80 |
* | happy new year | Mike Bayer | 2018-01-12 | 1 | -1/+1 |
* | selectin polymorphic loading | Mike Bayer | 2017-06-05 | 1 | -13/+35 |
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
* | - reorganize schema_translate_map to be succinct and gain the performance | Mike Bayer | 2016-01-11 | 1 | -2/+2 |
* | - Multi-tenancy schema translation for :class:`.Table` objects is added. | Mike Bayer | 2016-01-08 | 1 | -2/+7 |
* | - Fixed bug in :meth:`.Update.return_defaults` which would cause all | Mike Bayer | 2015-12-14 | 1 | -3/+14 |
* | - repair a regression caused by #3282, where we no longer were | Mike Bayer | 2015-04-22 | 1 | -2/+8 |
* | - Fixed a long-standing bug where the :class:`.Enum` type as used | Mike Bayer | 2015-04-04 | 1 | -1/+1 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - rework assertsql system, fixes #3293 | Mike Bayer | 2015-01-18 | 1 | -283/+237 |
* | - rework the assert_sql system so that we have a context manager to work with, | Mike Bayer | 2014-12-07 | 1 | -25/+67 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -20/+26 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - add a new assertsql construct "Or", so that we can test for a UOW flush | Mike Bayer | 2014-05-30 | 1 | -1/+20 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - add copyright to source files missing it | Mike Bayer | 2013-10-26 | 1 | -0/+5 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -5/+5 |
* | - Fixed bug in unit of work whereby a joined-inheritance | Mike Bayer | 2013-04-01 | 1 | -0/+2 |
* | - preparing for #695, modernize constraint/index tests | Mike Bayer | 2013-01-16 | 1 | -4/+9 |
* | just a pep8 pass of lib/sqlalchemy/testing/ | Diana Clarke | 2012-11-19 | 1 | -1/+8 |
* | - more tests, move some tests out of test_reflection, test_query | Mike Bayer | 2012-09-27 | 1 | -8/+6 |
* | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -0/+316 |