summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
* - 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
* | Merge branch 'issue_2581' of github.com:nathan-rice/sqlalchemy into pg_jsonMike Bayer2013-12-174-1/+148
|\ \ | |/ |/|
| * sqlalchemy/dialects/postgresql/pgjson:pr/50nathan2013-12-111-7/+14
| * sqlalchemy/dialects/postgresql/pgjson:nathan2013-12-111-2/+14
| * sqlalchemy/dialects/postgresql/psycopg2:nathan2013-12-101-2/+0
| * sqlalchemy/dialects/postgresql/pgjson:nathan2013-12-102-2/+19
| * Merge branch 'rel_0_9' of https://github.com/nathan-rice/sqlalchemy into rel_0_9nathan2013-12-091-5/+3
| |\
| * | sqlalchemy/dialects/postgresql/__init__.py:nathan2013-12-093-1/+114
* | | - add "force_nocheck" as a way to turn on unicode=force without evenMike Bayer2013-12-151-19/+9
* | | - round trip testMike Bayer2013-12-091-18/+44
* | | Adds tsvector to ischema_names for reflection to work.Noufal Ibrahim2013-12-101-0/+1
* | | Updates documentation for tsvector type.Noufal Ibrahim2013-12-101-1/+26
* | | Implements TSVECTOR type for postgresql.Noufal Ibrahim2013-12-102-2/+10
| |/ |/|
* | Fix MSSQL dialects visit_drop_index to use the correct DDLdonkopotamus2013-12-051-5/+3
|/
* - Added ORA-02396 "maximum idle time" error code to list ofMike Bayer2013-12-031-1/+2
* - Fixed bug where values within an ENUM weren't escaped for singleMike Bayer2013-11-301-1/+3
* - add support for bindparam() called from AsFromTextMike Bayer2013-11-291-13/+16
* Merge pull request #46 from vrajmohan/mastermike bayer2013-11-292-6/+6
|\
| * Fix cross referencespr/46Vraj Mohan2013-11-172-6/+6
* | - add support for specifying tables or entities for "of"Mike Bayer2013-11-281-2/+3
* | - fix up rendering of "of"Mike Bayer2013-11-282-8/+8
* | - work in progress, will squashMike Bayer2013-11-283-59/+29
* | Merge branch 'for_update_of' of github.com:mlassnig/sqlalchemy into for_updat...Mike Bayer2013-11-283-10/+59
|\ \
| * | added LockmodeArgspr/42Mario Lassnig2013-11-283-16/+45
| * | added ORM supportMario Lassnig2013-11-142-10/+28
| * | add psql FOR UPDATE OF functionalityMario Lassnig2013-11-121-0/+2
* | | pg8000 fix for decimal return scaleMike Bayer2013-11-231-1/+2
* | | - evaulate decimal_return_scale statelessly. Don't re-assign to self.decimal...Mike Bayer2013-11-233-4/+3
* | | - The precision used when coercing a returned floating point value toMike Bayer2013-11-224-7/+23