| Commit message (Expand) | Author | Age | Files | Lines |
* | happy new year 2023 | Mike Bayer | 2023-01-03 | 1 | -1/+1 |
* | Rewrite positional handling, test for "numeric" | Federico Caselli | 2022-12-05 | 1 | -9/+17 |
* | Try running pyupgrade on the code | Federico Caselli | 2022-11-16 | 1 | -6/+6 |
* | implement write-only colletions, typing for dynamic | Mike Bayer | 2022-10-06 | 1 | -0/+4 |
* | ORM bulk insert via execute | Mike Bayer | 2022-09-24 | 1 | -1/+12 |
* | Generalize RETURNING and suppor for MariaDB / SQLite | Daniel Black | 2022-06-02 | 1 | -8/+14 |
* | inline mypy config; files ignoring type errors for the moment | Mike Bayer | 2022-04-28 | 1 | -0/+2 |
* | pep484: schema API | Mike Bayer | 2022-04-15 | 1 | -2/+2 |
* | pep-484 for sqlalchemy.event; use future annotations | Mike Bayer | 2022-02-15 | 1 | -0/+2 |
* | happy new year 2022 | Mike Bayer | 2022-01-06 | 1 | -1/+1 |
* | 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 |