| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add `sqlalchemy.ext.index` for indexed attributes for ORM | Jeong YunWon | 2016-06-15 | 1 | -0/+7 |
| * | Ensure 'options' is always present in foreign key info | Mike Bayer | 2016-06-03 | 1 | -0/+3 |
| * | Implemented CHECK constraint reflection for SQLite and PostgreSQL | Alex Grönholm | 2016-06-01 | 1 | -0/+7 |
| * | Merge remote-tracking branch 'origin/pr/230' | Mike Bayer | 2016-03-30 | 1 | -1/+1 |
| |\ |
|
| | * | sqlite: reflect primary key constraint names, fixes #3629 | Diana Clarke | 2016-01-27 | 1 | -1/+1 |
| * | | - Added basic isolation level support to the SQL Server dialects | Mike Bayer | 2016-03-15 | 1 | -1/+1 |
| * | | - revert the change first made in a6fe4dc, as we are now generalizing | Mike Bayer | 2016-01-28 | 1 | -0/+4 |
| |/ |
|
| * | - pg8000 fixes for json | Mike Bayer | 2016-01-07 | 1 | -0/+4 |
| * | - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type provides | Mike Bayer | 2016-01-06 | 1 | -0/+8 |
| * | - fix changelog for #3602 | Mike Bayer | 2015-12-08 | 1 | -0/+4 |
| * | - limit the search for schemas to not include "temp", which is sort of an imp... | Mike Bayer | 2015-09-28 | 1 | -1/+0 |
| * | - fix the postgresql_jsonb requirement to include the 9.4 requirement | Mike Bayer | 2015-08-18 | 1 | -1/+1 |
| * | - correct this, need brackets | Mike Bayer | 2015-08-15 | 1 | -1/+1 |
| * | - make these failure cases more specific to catch Oracle. | Mike Bayer | 2015-08-15 | 1 | -2/+19 |
| * | - The behavior of the :func:`.union` construct and related constructs | Mike Bayer | 2015-08-12 | 1 | -0/+9 |
| * | - Repaired some typing and test issues related to the pypy | Mike Bayer | 2015-06-05 | 1 | -4/+25 |
| * | - break out binary insert against None, disable for freetds for now | Mike Bayer | 2015-05-24 | 1 | -1/+4 |
| * | - pg8000 wants to raise a ProgrammingError for a PK violation | Mike Bayer | 2015-05-15 | 1 | -0/+4 |
| * | - Fixed support for "literal_binds" mode when using limit/offset | Mike Bayer | 2015-04-23 | 1 | -1/+1 |
| * | - Fixed bug where updated PG index reflection as a result of | Mike Bayer | 2015-04-01 | 1 | -1/+1 |
| * | - add a skip for JSONB on pg8000 if we are on 1.10.1 or earlier | Mike Bayer | 2015-03-02 | 1 | -0/+8 |
| * | - Added support for the :class:`postgresql.JSONB` datatype when | Mike Bayer | 2015-01-31 | 1 | -0/+6 |
| * | - additional test adjustments for pypy / psycopg2cffi. This | Mike Bayer | 2015-01-26 | 1 | -0/+4 |
| * | Added psycopg2cffi dialect | Shaun Stanworth | 2015-01-26 | 1 | -0/+4 |
| * | - SQL Server 2012 now recommends VARCHAR(max), NVARCHAR(max), | Mike Bayer | 2014-12-06 | 1 | -0/+12 |
| * | - enhance only_on() to work with compound specs | Mike Bayer | 2014-12-06 | 1 | -3/+9 |
| * | Merge remote-tracking branch 'origin/pr/151' into pr151 | Mike Bayer | 2014-12-01 | 1 | -0/+11 |
| |\ |
|
| | * | Merge branch 'master' into fdbsql-tests | Scott Dugas | 2014-11-03 | 1 | -2/+27 |
| | |\ |
|
| | * | | Added requirement for temporary tables | Scott Dugas | 2014-10-30 | 1 | -0/+5 |
| | * | | Added new requirement for check_constraints | Scott Dugas | 2014-10-23 | 1 | -0/+6 |
| * | | | - fix minor spelling error | Jon Nelson | 2014-11-14 | 1 | -1/+1 |
| | |/
|/| |
|
| * | | - added new backend for pysqlcipher, as we will probably get | Mike Bayer | 2014-10-29 | 1 | -2/+2 |
| * | | - Mysqlconnector as of version 2.0, probably as a side effect of | Mike Bayer | 2014-10-12 | 1 | -0/+6 |
| * | | - Added support for the Oracle table option ON COMMIT. This is being | Mike Bayer | 2014-09-17 | 1 | -1/+1 |
| * | | - Added :meth:`.Inspector.get_temp_table_names` and | Mike Bayer | 2014-09-17 | 1 | -0/+11 |
| * | | Fixing some pep8s and adding get_foreign_tables. | Rodrigo Menezes | 2014-09-03 | 1 | -1/+1 |
| * | | Merge branch 'master' of https://github.com/zzzeek/sqlalchemy into feature/po... | Rodrigo Menezes | 2014-08-26 | 1 | -11/+0 |
| |\ \
| |/ |
|
| | * | two_phase_recover, COMMIT PREPARED in transaction | Tony Locke | 2014-08-02 | 1 | -1/+0 |
| | * | With pg8000-1.9.13 passes engine/test_reconnect | Tony Locke | 2014-08-02 | 1 | -10/+0 |
| * | | Added support for postgres_relkind. | Rodrigo Menezes | 2014-08-14 | 1 | -0/+8 |
| |/ |
|
| * | - add support for tags, including include/exclude support. | Mike Bayer | 2014-07-27 | 1 | -12/+2 |
| * | - rework the exclusions system to have much better support for compound | Mike Bayer | 2014-07-26 | 1 | -12/+15 |
| * | - more pg8000 tests passing | Mike Bayer | 2014-07-25 | 1 | -0/+10 |
| * | - update some SQL server tests, support | Mike Bayer | 2014-07-22 | 1 | -2/+8 |
| * | - Fixed bug introduced in 0.9.5 by new pg8000 isolation level feature | Mike Bayer | 2014-07-21 | 1 | -0/+1 |
| * | Add postgresql+pg8000 to floats_to_four_decimals | Tony Locke | 2014-05-21 | 1 | -2/+5 |
| * | pg8000 no longer truncates decimals | Tony Locke | 2014-05-21 | 1 | -2/+0 |
| * | - Fixed ORM bug where changing the primary key of an object, then marking | Mike Bayer | 2014-03-28 | 1 | -1/+8 |
| * | - Tweaked the settings for mysql-connector-python; in Py2K, the | Mike Bayer | 2014-03-27 | 1 | -8/+10 |
| * | fix some mysqlconnector failures | Mike Bayer | 2014-03-24 | 1 | -4/+10 |