| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Add support for PostgreSQL with PyGreSQL | Christoph Zwerschke | 2016-04-15 | 1 | -5/+11 |
| * | - generalize the verbiage on LargeBinary so that it doesn't | Mike Bayer | 2016-01-20 | 1 | -2/+0 |
| * | - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type provides | Mike Bayer | 2016-01-06 | 2 | -3/+2 |
| * | Merge remote-tracking branch 'origin/pr/196' into pr196pr196 | Mike Bayer | 2015-10-22 | 1 | -1/+1 |
| |\ |
|
| | * | Link to maintained redshift dialectpr/196 | Thomas Grainger | 2015-08-19 | 1 | -1/+1 |
| * | | - add a postgresql-specific form of array_agg() that injects the | Mike Bayer | 2015-08-27 | 1 | -0/+1 |
| * | | - add PG-specific aggregate_order_by(), references #3132 | Mike Bayer | 2015-08-27 | 1 | -0/+2 |
| * | | - build out a new base type for Array, as well as new any/all operators | Mike Bayer | 2015-08-25 | 1 | -2/+2 |
| |/ |
|
| * | fdb drivers seem to be no longer available | Mike Bayer | 2015-03-24 | 1 | -1/+0 |
| * | - reorganize MySQL docs re: unicode, other cleanup and updates | Mike Bayer | 2015-03-20 | 1 | -38/+38 |
| * | - additional test adjustments for pypy / psycopg2cffi. This | Mike Bayer | 2015-01-26 | 1 | -8/+10 |
| * | Include psycopg2cffi in dialect docs | Shaun Stanworth | 2015-01-26 | 1 | -0/+5 |
| * | - corrections | Mike Bayer | 2014-12-27 | 1 | -1/+1 |
| * | - added new backend for pysqlcipher, as we will probably get | Mike Bayer | 2014-10-29 | 1 | -1/+6 |
| * | Merge pull request #138 from BY-jk/master | mike bayer | 2014-09-16 | 1 | -0/+1 |
| |\ |
|
| | * | Added EXASolution dialect to documentationpr/138 | Jan | 2014-09-16 | 1 | -0/+1 |
| * | | document JSONB | Mike Bayer | 2014-07-07 | 1 | -2/+5 |
| * | | typo: s/founds/found | Priit Laes | 2014-06-28 | 1 | -1/+1 |
| * | | - Added a new type :class:`.postgresql.OID` to the Postgresql dialect. | Mike Bayer | 2014-06-20 | 1 | -1/+3 |
| * | | - remove drizzle dialect | Mike Bayer | 2014-05-30 | 2 | -77/+4 |
| * | | fix typo | Mike Bayer | 2014-05-30 | 1 | -3/+3 |
| * | | more docs for using psycopg2 range types, specifically instantiating models w... | Chris Withers | 2014-05-25 | 1 | -1/+30 |
| |/ |
|
| * | - Added new datatype :class:`.oracle.DATE`, which is a subclass of | Mike Bayer | 2014-03-22 | 1 | -8/+10 |
| * | typorel_0_9_2 | Mike Bayer | 2014-02-02 | 1 | -1/+1 |
| * | typo | Mike Bayer | 2014-01-23 | 1 | -3/+5 |
| * | - add redshift-sqlalchemy, essentially fixes [ticket:2727] | Mike Bayer | 2014-01-21 | 1 | -0/+2 |
| * | akiban-> foundationdb | Mike Bayer | 2014-01-18 | 1 | -3/+2 |
| * | - rework the JSON expression system so that "astext" is called *after* | Mike Bayer | 2013-12-27 | 1 | -0/+3 |
| * | add JSON | Mike Bayer | 2013-12-17 | 1 | -1/+3 |
| * | Merge branch 'tsvector' of https://bitbucket.org/nibrahim/sqlalchemy/branch/t... | Mike Bayer | 2013-12-09 | 1 | -1/+3 |
| |\ |
|
| | * | Updates documentation for tsvector type. | Noufal Ibrahim | 2013-12-10 | 1 | -1/+3 |
| * | | sqlany dialect moves to github | Mike Bayer | 2013-12-09 | 1 | -1/+1 |
| |/ |
|
| * | remove this | Mike Bayer | 2013-11-29 | 1 | -11/+0 |
| * | name it with a dash | Mike Bayer | 2013-11-17 | 1 | -1/+1 |
| * | - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche... | Mike Bayer | 2013-11-17 | 1 | -3/+16 |
| * | add sap sqlanywhere | Mike Bayer | 2013-11-12 | 1 | -0/+1 |
| * | - add monetdb | Mike Bayer | 2013-10-01 | 1 | -2/+10 |
| * | - reorganize docs so expression, schema are broken out into subfiles, they're... | Mike Bayer | 2013-08-18 | 5 | -90/+89 |
| * | Tidy range types docs and add warning about the return type support offered b...pr/12 | Chris Withers | 2013-06-26 | 1 | -2/+18 |
| * | Fix NameError in example. | Chris Withers | 2013-06-26 | 1 | -4/+1 |
| * | Documentation for the new range type support.pr/5 | Chris Withers | 2013-06-10 | 1 | -1/+50 |
| * | - fdb is now official, [ticket:2504] | Mike Bayer | 2013-06-03 | 1 | -5/+5 |
| * | add cymysql... | Mike Bayer | 2013-04-14 | 1 | -0/+5 |
| * | add calchipan | Mike Bayer | 2013-04-10 | 1 | -0/+1 |
| * | fix grammar | Tshepang Lekhonkhobe | 2013-03-23 | 1 | -1/+1 |
| * | add ibm_db_sa | Mike Bayer | 2013-03-09 | 1 | -0/+1 |
| * | Add ANY/ALL construct support for PostgreSQL's ARRAY type | Audrius Kažukauskas | 2013-01-28 | 1 | -3/+7 |
| * | Add special containment operation methods for PG array type | Audrius Kažukauskas | 2012-11-20 | 1 | -1/+1 |
| * | - hstore documentation, migration | Mike Bayer | 2012-11-17 | 1 | -0/+5 |
| * | - add HSTORE | Mike Bayer | 2012-11-17 | 1 | -0/+3 |