summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | - Removed a 128-character truncation from the reflection of theMike Bayer2013-10-181-2/+1
* | - The change in :ticket:`2721`, which is that the ``deferrable`` keywordMike Bayer2013-10-181-1/+40
* | - Added support for rendering ``SMALLSERIAL`` when a :class:`.SmallInteger`Mike Bayer2013-10-151-1/+11
* | The MySQL :class:`.mysql.SET` type now features the same auto-quotingMike Bayer2013-10-141-66/+87
* | MySQL-connector dialect now allows options in the create_engineMike Bayer2013-10-131-2/+3
* | Parenthesis will be applied to a compound SQL expression asMike Bayer2013-10-121-1/+4
* | - Fixed bug in default compiler plus those of postgresql, mysql, andMike Bayer2013-10-123-11/+11
|/
* - put exact version string in the testMike Bayer2013-09-291-2/+2
* re.match to re.searchpr/26Scott Schaefer2013-09-061-1/+1
* add caveats regarding RETURNINGMike Bayer2013-09-022-3/+59
* - cx_oracle seems to have a bug here though it is hard to track downMike Bayer2013-08-272-2/+0
* - A rework to the way that "quoted" identifiers are handled, in thatMike Bayer2013-08-274-11/+11
* move FAQ to the docs, [ticket:2133]Mike Bayer2013-08-212-0/+4