summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into oracle-servicename-optionpr/152Sławek Ehlert2015-01-2714-393/+939
|\
| * - 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
* | make service_name a URL optionSławek Ehlert2015-01-271-8/+19
* | proposal for using service_name in cx_Oracle.makedsnSławek Ehlert2014-12-031-2/+9
|/
* - 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
* | | - rework tests for attached databases into individual tests,Mike Bayer2014-09-291-3/+5
* | | - A revisit to this issue first patched in 0.9.5, apparentlyMike Bayer2014-09-291-5/+9
| |/ |/|
* | - Added support for the Oracle table option ON COMMIT. This is beingMike Bayer2014-09-171-2/+44
|/
* Merge branch 'sqlite-temp-table-reflection' of https://bitbucket.org/jerdfelt...Mike Bayer2014-09-171-10/+18
|\
| * Handle sqlite get_unique_constraints() call for temporary tablesJohannes Erdfelt2014-09-171-10/+18
* | - Added :meth:`.Inspector.get_temp_table_names` andMike Bayer2014-09-171-26/+23
* | Merge branch 'pr128'Mike Bayer2014-09-171-3/+35
|\ \ | |/ |/|