| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| | * | | Remove quote on first DATEPART paramater | Guillaume DOUMENC | 2016-01-12 | 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 | -5/+13 |
| | * | | - pg8000 fixes for json | Mike Bayer | 2016-01-07 | 1 | -0/+1 |
| | * | | - Added a new entrypoint system to the engine to allow "plugins" to | Mike Bayer | 2016-01-06 | 1 | -0/+2 |
| | * | | - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type provides | Mike Bayer | 2016-01-06 | 9 | -191/+218 |
| | * | | - break out mysql/base into modules as it's getting huge with more to come | Mike Bayer | 2016-01-04 | 4 | -1488/+1534 |
| | |/ |
|
| | * | - An adjustment to the regular expression used to parse MySQL views, | Mike Bayer | 2015-12-22 | 1 | -1/+1 |
| | * | Add new reserved words for MySQL 5.7.pr/222 | Hanno Schlichting | 2015-12-14 | 1 | -0/+2 |
| | * | - Fixed bug in MySQL reflection where the "fractional sections portion" | Mike Bayer | 2015-12-07 | 1 | -0/+5 |
| | * | - Added the error "20006: Write to the server failed" to the list | Mike Bayer | 2015-11-30 | 1 | -1/+2 |
| | * | Merge remote-tracking branch 'origin/pr/216' | Mike Bayer | 2015-11-30 | 1 | -1/+1 |
| | |\ |
|
| | | * | - Postgres: Do not prefix table with schema in: "FOR UPDATE of <table>"pr/216 | Diana Clarke | 2015-11-24 | 1 | -1/+1 |
| | * | | Merge remote-tracking branch 'origin/pr/215' | Mike Bayer | 2015-11-30 | 1 | -1/+1 |
| | |\ \ |
|
| | | * | | fix postgresql exclude contraint to check when= against None rather than __bo...pr/215 | aisch | 2015-11-23 | 1 | -1/+1 |
| | | |/ |
|
| | * | | - A descriptive ValueError is now raised in the event that SQL server | Mike Bayer | 2015-11-30 | 1 | -2/+10 |
| | |/ |
|
| | * | - Fixed the ``.python_type`` attribute of :class:`.postgresql.INTERVAL` | Mike Bayer | 2015-11-19 | 1 | -0/+6 |
| | * | - Added support for reflecting the source of materialized views | Mike Bayer | 2015-11-18 | 1 | -5/+21 |
| | * | - extend pullreq github:213 to also include DATETIMEOFFSET and TIME, | Mike Bayer | 2015-11-14 | 1 | -2/+2 |
| | * | Pass precision value to mssql.DATETIME2 when it is 0pr/213 | Jacobo de Vera | 2015-11-13 | 1 | -1/+1 |
| | * | Updated PostgreSQL links to point to "current" rather than hardcoded version | Jeff Widman | 2015-11-05 | 1 | -2/+2 |
| | * | Update links in SQLAlchemy docs that point to postgres docs to use 'devel' ra... | Jeff Widman | 2015-11-04 | 1 | -2/+2 |
| | * | - cross-linking for pool recycle feature | Mike Bayer | 2015-10-30 | 1 | -0/+5 |
| | * | Merge remote-tracking branch 'origin/pr/208' | Mike Bayer | 2015-10-08 | 1 | -1/+1 |
| | |\ |
|
| | | * | Update base.pypr/208 | Peter Demin | 2015-10-07 | 1 | -1/+1 |