| Commit message (Expand) | Author | Age | Files | Lines |
| * | Disable Enum string validation by default | Mike Bayer | 2016-06-20 | 1 | -1/+3 |
| * | Add ON CONFLICT support for Postgresql | Robin Thomas | 2016-06-14 | 3 | -10/+476 |
| * | Support `postgresql_concurrently` on index dropping. | Iuri de Silvio | 2016-06-08 | 1 | -5/+36 |
| * | Merge "Support normal /materialized views in PG separately" | mike bayer | 2016-06-08 | 1 | -2/+36 |
| |\ |
|
| | * | Support normal /materialized views in PG separately | Sebastian Bank | 2016-06-06 | 1 | -2/+36 |
| * | | Add 'FOR NO KEY UPDATE' / 'FOR KEY SHARE' support for Postgresql | Sergey Skopin | 2016-06-08 | 1 | -1/+6 |
| |/ |
|
| * | Merge "Refine PG inspection methods" | mike bayer | 2016-06-06 | 1 | -94/+34 |
| |\ |
|
| | * | Refine PG inspection methods | Sebastian Bank | 2016-06-06 | 1 | -94/+34 |
| * | | Merge "Add IS (NOT) DISTINCT FROM operators" | mike bayer | 2016-06-06 | 1 | -0/+8 |
| |\ \ |
|
| | * | | Add IS (NOT) DISTINCT FROM operators | Sebastian Bank | 2016-06-06 | 1 | -0/+8 |
| | |/ |
|
| * | | Merge "Replace some uses of re.sub with str.lstrip/replace" | mike bayer | 2016-06-06 | 3 | -3/+3 |
| |\ \
| |/
|/| |
|
| | * | Replace some uses of re.sub with str.lstrip/replace | Ville Skyttä | 2016-06-06 | 3 | -3/+3 |
| * | | Allow creating explicit non-clustered keys and indexes MS SQL. | Saulius Žemaitaitis | 2016-06-06 | 1 | -12/+39 |
| |/ |
|
| * | - further adjustment to accomodate for the "ON" in "NO ACTION" | Mike Bayer | 2016-06-03 | 1 | -1/+2 |
| * | Ensure "options" present for unnamed / unlocatable FK | Mike Bayer | 2016-06-03 | 1 | -2/+2 |
| * | Ensure 'options' is always present in foreign key info | Mike Bayer | 2016-06-03 | 1 | -2/+1 |
| * | Merge "Add SKIP LOCKED support for Postgresql, Oracle" | mike bayer | 2016-06-03 | 2 | -0/+4 |
| |\ |
|
| | * | Add SKIP LOCKED support for Postgresql, Oracle | Jack Zhou | 2016-06-02 | 2 | -0/+4 |
| * | | Reflect ON DELETE and ON UPDATE for SQLite foreign keys | Michal Petrucha | 2016-06-02 | 1 | -4/+15 |
| |/ |
|
| * | Add postgresql_tablespace option on Index | beenje | 2016-06-01 | 1 | -1/+19 |
| * | Implemented CHECK constraint reflection for SQLite and PostgreSQL | Alex Grönholm | 2016-06-01 | 2 | -0/+51 |
| * | Use new mxODBC 3.3.4 varbinary null symbol | Sheila Allen | 2016-05-31 | 1 | -0/+27 |
| * | Fix TypeError during cx_Oracle connection | John Vandenberg | 2016-05-16 | 1 | -3/+7 |
| * | Handle `SSL error: decryption failed or bad record mac` | Iuri de Silvio | 2016-05-13 | 1 | -0/+1 |
| * | Fix label referencing in SQL Server OFFSET logic | Mike Bayer | 2016-05-10 | 1 | -1/+5 |
| * | Fix pymssql sample URL | Mike Bayer | 2016-04-27 | 1 | -1/+1 |
| * | - Add support for PostgreSQL with PyGreSQL | Christoph Zwerschke | 2016-04-15 | 3 | -2/+248 |
| * | Merge remote-tracking branch 'origin/pr/230' | Mike Bayer | 2016-03-30 | 1 | -1/+9 |
| |\ |
|
| | * | same logic, but without the inner functionpr/230 | Diana Clarke | 2016-01-28 | 1 | -4/+3 |
| | * | sqlite: reflect primary key constraint names, fixes #3629 | Diana Clarke | 2016-01-27 | 1 | -1/+10 |
| * | | - Added :meth:`.Select.lateral` and related constructs to allow | Mike Bayer | 2016-03-29 | 1 | -0/+1 |
| * | | - Added support for rendering "FULL OUTER JOIN" to both Core and ORM. | Mike Bayer | 2016-03-28 | 1 | -1/+8 |
| * | | ReST fix: missing backtickpr/251 | Marius Gedminas | 2016-03-21 | 1 | -1/+1 |
| * | | - Added basic isolation level support to the SQL Server dialects | Mike Bayer | 2016-03-15 | 1 | -0/+86 |
| * | | - changelog and docs for #3332, fixes #3332 | Mike Bayer | 2016-03-15 | 2 | -13/+39 |
| * | | Merge branch 'master' into pr157 | Mike Bayer | 2016-03-15 | 54 | -2645/+3635 |
| |\ \ |
|
| | * | | - add notes for pyodbc limitations with rowcount fixes #3675 | Mike Bayer | 2016-03-15 | 2 | -0/+41 |
| | * | | - py3k fix for enum feature | Mike Bayer | 2016-02-08 | 1 | -1/+4 |
| | * | | - add an impl for Enum to Oracle which has subclassing requirements | Mike Bayer | 2016-02-04 | 1 | -0/+13 |
| | * | | Merge branch 'master' of https://bitbucket.org/carlrivers/sqlalchemy | Mike Bayer | 2016-02-02 | 1 | -2/+1 |
| | |\ \ |
|
| | | * \ | Merged zzzeek/sqlalchemy into master | Carlos Rivas | 2016-01-26 | 18 | -1697/+1795 |
| | | |\ \
| | | |/ |
|
| | | * | | Removed entry that causes AttributeError (#3621) - Oracle zxJDBC fails with A... | Carlos Rivas | 2016-01-23 | 1 | -2/+1 |
| | * | | | - add changelog and migration notes for new Enum features, | Mike Bayer | 2016-02-02 | 1 | -25/+17 |
| | * | | | - The ``sqlalchemy.dialects.postgres`` module, long deprecated, is | Mike Bayer | 2016-01-29 | 2 | -18/+9 |
| | * | | | - happy new year | Mike Bayer | 2016-01-29 | 53 | -53/+53 |
| | | |/
| |/| |
|
| | * | | - The workaround for right-nested joins on SQLite, where they are rewritten | Mike Bayer | 2016-01-26 | 1 | -6/+13 |
| | * | | - documenation updates to clarify specific SQLite versions | Mike Bayer | 2016-01-21 | 1 | -2/+14 |
| | * | | - The unsupported Sybase dialect now raises ``NotImplementedError`` | Mike Bayer | 2016-01-20 | 1 | -5/+1 |
| | * | | - update oracle JDBC driver URL, fixes #3554 | Mike Bayer | 2016-01-20 | 1 | -2/+1 |
| | * | | Fix ArrayOfEnum's handling of empty arrays.pr/229 | Chase | 2016-01-19 | 1 | -1/+1 |