summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
* Restore coercion to unicode with cx_Oracle.pr/74Christoph Zwerschke2014-02-271-1/+19
* 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
* | - Fixed bug whereby SQLite compiler failed to propagate compiler argumentsMike Bayer2014-01-311-2/+2
|/
* - Added new test coverage for so-called "down adaptions" of SQL types,Mike Bayer2014-01-222-8/+10
* - some test fixesMike Bayer2014-01-191-2/+4
* - implement kwarg validation and type system for dialect-specificMike Bayer2014-01-187-33/+77
* - changelog for pullreq:11Mike Bayer2014-01-181-1/+1
* Merge branch 'patch-msql-pkc-clustered' of bitbucket.org:dharland/sqlalchemy ...Mike Bayer2014-01-181-8/+71
|\
| * Bug Fix: Stop generating bad sql if an empty UniqueConstraint() is givendonkopotamus2014-01-171-0/+2
| * Support mssql_clustered option on UniqueConstraint (plus docs and test)donkopotamus2014-01-171-4/+29
| * Remove support for mssql_clustered on Tabledonkopotamus2014-01-171-15/+5
| * Support mssql_clustered option in mssql dialect for both Table and PrimaryKey...donkopotamus2014-01-141-8/+54
* | - rework Oracle to no longer do its own unicode conversion; this has been obs...Mike Bayer2014-01-171-3/+0
|/
* - The MySQL CAST compilation now takes into account aspects of a stringMike Bayer2014-01-132-10/+50
* - happy new yearMike Bayer2014-01-0547-49/+49
* - apply a similar fix for floats to mssql+pyodbc as we did to firebirdMike Bayer2013-12-281-3/+9
* - rework the JSON expression system so that "astext" is called *after*Mike Bayer2013-12-272-33/+91
* - Changed the queries used by Firebird to list table and view namesMike Bayer2013-12-271-5/+21
* - The firebird dialect will quote identifiers which begin with anMike Bayer2013-12-271-0/+1
* - Fixed bug in Firebird index reflection where the columns within theMike Bayer2013-12-271-1/+1
* - The "asdecimal" flag used with the :class:`.Float` type will nowMike Bayer2013-12-271-1/+8
* Merge pull request #51 from sontek/pymssql_handle_terminated_connectionmike bayer2013-12-271-0/+1
|\
| * Remove terminated connections from the pool.pr/51John Anderson2013-12-161-0/+1
* | - Improvements to the system by which SQL types generate withinMike Bayer2013-12-181-8/+27
* | - make the json serializer and deserializer per-dialect, so that we areMike Bayer2013-12-173-15/+28
* | - rework JSON expressions to be based off __getitem__ exclusivelyMike Bayer2013-12-173-38/+44