summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
* - The MySQL dialect now supports CAST on types that are constructedMike Bayer2015-02-091-3/+6
* - add a fix to MySQL re: #3074 tests, make sure we check table is presentMike Bayer2015-02-091-1/+2
* - A warning is emitted when :func:`.cast` is used with the MySQLMike Bayer2015-02-091-0/+7
* - add versionadded for service_nameMike Bayer2015-02-081-0/+2
* - cx_Oracle.makedsn can now be passed service_name; squashSławek Ehlert2014-04-021-2/+20
* - The MySQL dialect now renders TIMESTAMP with NULL / NOT NULL inMike Bayer2015-02-051-48/+40
* - Repaired support for Postgresql UUID types in conjunction withMike Bayer2015-02-011-3/+35
* - Added support for the :class:`postgresql.JSONB` datatype whenMike Bayer2015-01-311-10/+16
* Merge remote-tracking branch 'origin/pr/145' into pr145Mike Bayer2015-01-311-2/+14
|\
| * Psycopg2 JSONB support.pr/145Mateusz Susik2014-10-241-2/+14
* | - additional test adjustments for pypy / psycopg2cffi. ThisMike Bayer2015-01-261-3/+6
* | Added psycopg2cffi dialectShaun Stanworth2015-01-263-4/+61
* | - Added new user-space accessors for viewing transaction isolationMike Bayer2015-01-203-2/+4
* | - Custom dialects that implement :class:`.GenericTypeCompiler` canMike Bayer2015-01-167-170/+176
* | - Fixed bug where Postgresql dialect would fail to render anMike Bayer2015-01-161-2/+7
* | - clean up default comparator which doesn't need to be a class,Mike Bayer2015-01-042-7/+9
* | - use a different bitwise approach here that doesn't require iteratingMike Bayer2015-01-031-5/+6
* | - The :class:`.mysql.SET` type has been overhauled to no longerMike Bayer2015-01-031-49/+114
* | - restate sort_tables in terms of a more fine grainedMike Bayer2015-01-012-2/+14
* | correctionsMike Bayer2014-12-271-1/+1
* | - correctionsMike Bayer2014-12-272-6/+7
* | - ouch, this needs to be in dbapi, not module level!Mike Bayer2014-12-191-7/+8
* | - make the google deprecation messages more specific, use full URLMike Bayer2014-12-192-4/+15
* | Merge branch 'update-gaerdbms-docs' of https://bitbucket.org/rob_b/sqlalchemy...Mike Bayer2014-12-191-0/+12
|\ \
| * | Update gaerdbms to highlight improved connection methodRob Berry2014-12-181-0/+12
* | | Maul the evaulate & friends typoPriit Laes2014-12-191-1/+1
|/ /
* | - squash-merge the improve_toc branch, which moves all the Sphinx stylingMike Bayer2014-12-171-3/+3
* | - Added a version check to the MySQLdb dialect surrounding theMike Bayer2014-12-161-6/+7
* | - rework sqlite FK and unique constraint system to combine both PRAGMAMike Bayer2014-12-131-112/+187
* | - fix unique constraint parsing for sqlite -- may return '' for name, howeverJon Nelson2014-12-131-1/+1
* | - SQL Server 2012 now recommends VARCHAR(max), NVARCHAR(max),Mike Bayer2014-12-061-9/+96
* | - The SQLite dialect, when using the :class:`.sqlite.DATE`,Mike Bayer2014-12-051-1/+59
* | - New Oracle DDL features for tables, indexes: COMPRESS, BITMAP.Mike Bayer2014-12-041-9/+156
* | - Added support for CTEs under Oracle. This includes some tweaksMike Bayer2014-12-041-15/+6
* | - Updated the "supports_unicode_statements" flag to True for MySQLdbMike Bayer2014-12-042-3/+2
* | - The :meth:`.Operators.match` operator is now handled such that theMike Bayer2014-12-041-0/+9
* | - The :meth:`.PGDialect.has_table` method will now query againstMike Bayer2014-12-041-1/+2
* | - The behavioral contract of the :attr:`.ForeignKeyConstraint.columns`Mike Bayer2014-11-251-2/+2
* | - don't do inline string interpolation when loggingJon Nelson2014-11-111-1/+1
* | - in lieu of adding a new system of translating bound parameter namesMike Bayer2014-11-101-0/+49
* | - added new backend for pysqlcipher, as we will probably getMike Bayer2014-10-292-1/+117
|/
* - Mysqlconnector as of version 2.0, probably as a side effect ofMike Bayer2014-10-121-6/+40
* Merge remote-tracking branch 'origin/pr/140' into pr140Mike Bayer2014-10-113-4/+4
|\
| * cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140ndparker2014-10-023-12/+4
| * improve exception vs. exit handlingndparker2014-09-233-0/+8
* | - Fixed long-standing bug in Oracle dialect where bound parameterMike Bayer2014-10-111-1/+2
* | - clean up unicode docs and clarify that client_encodingMike Bayer2014-10-071-13/+53
* | - use provide_metadata for new unique constraint / index testsMike Bayer2014-10-042-12/+63
* | Merge branch 'reflect-unique-constraints' of https://bitbucket.org/jerdfelt/s...Mike Bayer2014-10-042-6/+15
|\ \
| * | Reflect unique constraints when reflecting a Table objectJohannes Erdfelt2014-09-172-6/+15