summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
* - Added the ``hashable=False`` flag to the PG :class:`.HSTORE` type, whichMike Bayer2014-05-251-0/+1
* - changelog for #2785Mike Bayer2014-05-161-3/+6
* Merge branch 'zero_indexes-param-for-postgresql-ARRAY-type' of https://bitbuc...Mike Bayer2014-05-161-1/+16
|\
| * zero_indexes-param-for-postgresql-ARRAY-typeAlexey Terentev2014-05-131-1/+16
* | Merged in mineo/sqlalchemy/mineo/posgtresql-postgresql-1399232068499 (pull re...Mike Bayer2014-05-121-1/+1
|\ \
| * | Posgtresql -> PostgreSQLWieland Hoffmann2014-05-041-1/+1
* | | Merged in WSMcG/sqlalchemy (pull request #15) Mike Bayer2014-05-121-1/+1
|\ \ \ | |_|/ |/| |
| * | Added optional '=' to MySQL KEY_BLOCK_SIZE regexW. Sean McGivern2014-04-191-1/+1
* | | Documentation fix-up: "its" vs. "it's"pr/91Matthias Urlichs2014-05-114-4/+4
| |/ |/|
* | Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-267-13/+13
|/
* - Revised the query used to determine the current default schema nameMike Bayer2014-04-171-14/+8
* added an SSL related connection errorantti_haapala2014-04-111-1/+3
* - Fixed ORM bug where changing the primary key of an object, then markingMike Bayer2014-03-281-1/+4
* - Tweaked the settings for mysql-connector-python; in Py2K, theMike Bayer2014-03-271-1/+4
* - Fixed regression caused by release 0.8.5 / 0.9.3's compatibilityMike Bayer2014-03-251-1/+4
* - Added new datatype :class:`.oracle.DATE`, which is a subclass ofMike Bayer2014-03-223-4/+38
* take out the support paragraph and just put a basic introMike Bayer2014-03-091-9/+3
* Merge pull request #75 from msabramo/pymssql_update_web_sitemike bayer2014-03-091-9/+7
|\
| * dialects/mssql/pymssql.py: Remove second two paragraphs, as requested by @zzz...pr/75Marc Abramowitz2014-03-031-9/+0
| * Update pymssql dialect description, remove "limitations" sectionMarc Abramowitz2014-02-271-9/+16
| * Update URL for pymssqlMarc Abramowitz2014-02-271-1/+1
* | - changelog for pullreq github:74Mike Bayer2014-03-052-41/+91
* | Merge branch 'master' of https://github.com/Cito/sqlalchemy into tMike Bayer2014-03-051-1/+19
|\ \
| * | Restore coercion to unicode with cx_Oracle.pr/74Christoph Zwerschke2014-02-271-1/+19
| |/
* | cut out the BS as far as MySQLdb urls, put the one url everyone should be usingMike Bayer2014-03-041-22/+14
|/
* fix typorel_0_9_3Mike Bayer2014-02-191-1/+1
* - Added an additional message to psycopg2 disconnect detection,Mike Bayer2014-02-191-0/+1
* - add a topological rule here to place PARTITIONS after PARTITION_BY,Mike Bayer2014-02-191-1/+2
* - Added new MySQL-specific :class:`.mysql.DATETIME` which includesMike Bayer2014-02-191-17/+73
* Merge branch 'master' of https://bitbucket.org/50onred/sqlalchemy/overview in...Mike Bayer2014-02-191-2/+2
|\
| * Fixes MySQL dialect partitioningMarcus McCurdy2014-02-141-2/+2
* | - update mysql connector python link, #2938Mike Bayer2014-02-181-1/+1
* | - Support has been improved for Postgresql reflection behavior on very oldMike Bayer2014-02-181-22/+27
* | update docs re: cx_oracle unicode as of 0.9.2, no more outputtypehandlersMike Bayer2014-02-182-22/+33
* | - rewrite SQLite reflection tests into one consistent fixture, which testsMike Bayer2014-02-161-25/+31
* | - The SQLite dialect will now skip unsupported arguments when reflectingMike Bayer2014-02-161-1/+8
* | - changelog + documentation for pullreq github:65Mike Bayer2014-02-161-6/+57
* | Merge branch 'master' of https://github.com/eblume/sqlalchemy into tMike Bayer2014-02-162-154/+165
|\ \
| * | SQLite dialect - support relection from affinitypr/65Erich Blume2014-02-031-11/+36
| * | PEP-8 compliance for dialects/sqlite/base.pyErich Blume2014-01-302-143/+129
* | | Merge pull request #64 from LevonXXL/mastermike bayer2014-02-161-0/+4
|\ \ \
| * | | python_type for ARRAY (PGArray)pr/64Terentev2014-02-031-0/+4
* | | | - add documentation regarding native hstore flag, psycopg2Mike Bayer2014-02-161-4/+31
* | | | - expand docs on MySQL table arguments beyond just storage enginesMike Bayer2014-02-151-30/+63
* | | | - Added server version detection to the newly added dialect startupMike Bayer2014-02-141-1/+2
* | | | - Revised this very old issue where the Postgresql "get primary key"Mike Bayer2014-02-141-1/+15
| |_|/ |/| |
* | | Parse server version info more robustlypr/69Matt (work)2014-02-111-1/+8
* | | - Fixed bug which prevented MySQLdb-based dialects (e.g.Mike Bayer2014-02-031-0/+1
|/ /
* | - add a few missing methods to the cymysql dialectMike Bayer2014-02-021-0/+8
* | - Added :paramref:`.MetaData.reflect.**dialect_kwargs`Mike Bayer2014-02-021-38/+149