summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
* - 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
* | | Fixed bug where Oracle ``VARCHAR`` types given with no lengthMike Bayer2013-11-221-1/+3
| |/ |/|
* | - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche...Mike Bayer2013-11-174-669/+0
|/
* - Fixed bug where index reflection would mis-interpret indkey valuesMike Bayer2013-10-271-1/+4
* - Fixed bug where Oracle table reflection using synonyms would failMike Bayer2013-10-251-5/+7
* - Fix and test parsing of MySQL foreign key options within reflection;Mike Bayer2013-10-251-1/+1
* Merge branch 'master' of github.com:ijl/sqlalchemy into merge_2183Mike Bayer2013-10-252-6/+25
|\
| * #2183: Metadata.reflect() foreign keys include options when the dialect expos...ijl2013-10-131-1/+1
| * PostgreSQL foreign key inspection includes optionsijl2013-10-111-5/+24
* | - The typing system now handles the task of rendering "literal bind" values,Mike Bayer2013-10-202-9/+24
* | - attempt to clarify what mutable extension does for HSTORE, [ticket:2803]Mike Bayer2013-10-181-2/+9