| Commit message (Expand) | Author | Age | Files | Lines |
| * | - The MySQL dialect now supports CAST on types that are constructed | Mike Bayer | 2015-02-09 | 1 | -3/+6 |
| * | - add a fix to MySQL re: #3074 tests, make sure we check table is present | Mike Bayer | 2015-02-09 | 1 | -1/+2 |
| * | - A warning is emitted when :func:`.cast` is used with the MySQL | Mike Bayer | 2015-02-09 | 1 | -0/+7 |
| * | - add versionadded for service_name | Mike Bayer | 2015-02-08 | 1 | -0/+2 |
| * | - cx_Oracle.makedsn can now be passed service_name; squash | Sławek Ehlert | 2014-04-02 | 1 | -2/+20 |
| * | - The MySQL dialect now renders TIMESTAMP with NULL / NOT NULL in | Mike Bayer | 2015-02-05 | 1 | -48/+40 |
| * | - Repaired support for Postgresql UUID types in conjunction with | Mike Bayer | 2015-02-01 | 1 | -3/+35 |
| * | - Added support for the :class:`postgresql.JSONB` datatype when | Mike Bayer | 2015-01-31 | 1 | -10/+16 |
| * | Merge remote-tracking branch 'origin/pr/145' into pr145 | Mike Bayer | 2015-01-31 | 1 | -2/+14 |
| |\ |
|
| | * | Psycopg2 JSONB support.pr/145 | Mateusz Susik | 2014-10-24 | 1 | -2/+14 |
| * | | - additional test adjustments for pypy / psycopg2cffi. This | Mike Bayer | 2015-01-26 | 1 | -3/+6 |
| * | | Added psycopg2cffi dialect | Shaun Stanworth | 2015-01-26 | 3 | -4/+61 |
| * | | - Added new user-space accessors for viewing transaction isolation | Mike Bayer | 2015-01-20 | 3 | -2/+4 |
| * | | - Custom dialects that implement :class:`.GenericTypeCompiler` can | Mike Bayer | 2015-01-16 | 7 | -170/+176 |
| * | | - Fixed bug where Postgresql dialect would fail to render an | Mike Bayer | 2015-01-16 | 1 | -2/+7 |
| * | | - clean up default comparator which doesn't need to be a class, | Mike Bayer | 2015-01-04 | 2 | -7/+9 |
| * | | - use a different bitwise approach here that doesn't require iterating | Mike Bayer | 2015-01-03 | 1 | -5/+6 |
| * | | - The :class:`.mysql.SET` type has been overhauled to no longer | Mike Bayer | 2015-01-03 | 1 | -49/+114 |
| * | | - restate sort_tables in terms of a more fine grained | Mike Bayer | 2015-01-01 | 2 | -2/+14 |
| * | | corrections | Mike Bayer | 2014-12-27 | 1 | -1/+1 |
| * | | - corrections | Mike Bayer | 2014-12-27 | 2 | -6/+7 |
| * | | - ouch, this needs to be in dbapi, not module level! | Mike Bayer | 2014-12-19 | 1 | -7/+8 |
| * | | - make the google deprecation messages more specific, use full URL | Mike Bayer | 2014-12-19 | 2 | -4/+15 |
| * | | Merge branch 'update-gaerdbms-docs' of https://bitbucket.org/rob_b/sqlalchemy... | Mike Bayer | 2014-12-19 | 1 | -0/+12 |
| |\ \ |
|
| | * | | Update gaerdbms to highlight improved connection method | Rob Berry | 2014-12-18 | 1 | -0/+12 |
| * | | | Maul the evaulate & friends typo | Priit Laes | 2014-12-19 | 1 | -1/+1 |
| |/ / |
|
| * | | - squash-merge the improve_toc branch, which moves all the Sphinx styling | Mike Bayer | 2014-12-17 | 1 | -3/+3 |
| * | | - Added a version check to the MySQLdb dialect surrounding the | Mike Bayer | 2014-12-16 | 1 | -6/+7 |
| * | | - rework sqlite FK and unique constraint system to combine both PRAGMA | Mike Bayer | 2014-12-13 | 1 | -112/+187 |
| * | | - fix unique constraint parsing for sqlite -- may return '' for name, however | Jon Nelson | 2014-12-13 | 1 | -1/+1 |
| * | | - SQL Server 2012 now recommends VARCHAR(max), NVARCHAR(max), | Mike Bayer | 2014-12-06 | 1 | -9/+96 |
| * | | - The SQLite dialect, when using the :class:`.sqlite.DATE`, | Mike Bayer | 2014-12-05 | 1 | -1/+59 |
| * | | - New Oracle DDL features for tables, indexes: COMPRESS, BITMAP. | Mike Bayer | 2014-12-04 | 1 | -9/+156 |
| * | | - Added support for CTEs under Oracle. This includes some tweaks | Mike Bayer | 2014-12-04 | 1 | -15/+6 |
| * | | - Updated the "supports_unicode_statements" flag to True for MySQLdb | Mike Bayer | 2014-12-04 | 2 | -3/+2 |
| * | | - The :meth:`.Operators.match` operator is now handled such that the | Mike Bayer | 2014-12-04 | 1 | -0/+9 |
| * | | - The :meth:`.PGDialect.has_table` method will now query against | Mike Bayer | 2014-12-04 | 1 | -1/+2 |
| * | | - The behavioral contract of the :attr:`.ForeignKeyConstraint.columns` | Mike Bayer | 2014-11-25 | 1 | -2/+2 |
| * | | - don't do inline string interpolation when logging | Jon Nelson | 2014-11-11 | 1 | -1/+1 |
| * | | - in lieu of adding a new system of translating bound parameter names | Mike Bayer | 2014-11-10 | 1 | -0/+49 |
| * | | - added new backend for pysqlcipher, as we will probably get | Mike Bayer | 2014-10-29 | 2 | -1/+117 |
| |/ |
|
| * | - Mysqlconnector as of version 2.0, probably as a side effect of | Mike Bayer | 2014-10-12 | 1 | -6/+40 |
| * | Merge remote-tracking branch 'origin/pr/140' into pr140 | Mike Bayer | 2014-10-11 | 3 | -4/+4 |
| |\ |
|
| | * | cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140 | ndparker | 2014-10-02 | 3 | -12/+4 |
| | * | improve exception vs. exit handling | ndparker | 2014-09-23 | 3 | -0/+8 |
| * | | - Fixed long-standing bug in Oracle dialect where bound parameter | Mike Bayer | 2014-10-11 | 1 | -1/+2 |
| * | | - clean up unicode docs and clarify that client_encoding | Mike Bayer | 2014-10-07 | 1 | -13/+53 |
| * | | - use provide_metadata for new unique constraint / index tests | Mike Bayer | 2014-10-04 | 2 | -12/+63 |
| * | | Merge branch 'reflect-unique-constraints' of https://bitbucket.org/jerdfelt/s... | Mike Bayer | 2014-10-04 | 2 | -6/+15 |
| |\ \ |
|
| | * | | Reflect unique constraints when reflecting a Table object | Johannes Erdfelt | 2014-09-17 | 2 | -6/+15 |