summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improved support for the cymysql driver, supporting version 0.6.5,Mike Bayer2013-08-171-1/+3
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-122-3/+3
* Updates to MySQL reserved words for versions 5.5, 5.6, courtesyMike Bayer2013-07-311-0/+10
* doc fixMike Bayer2013-07-121-1/+1
* The newly added SQLite DATETIME arguments storage_format andMike Bayer2013-07-121-0/+6
* - we dont actually need this unicode cast, on py3k + linux it seems theMike Bayer2013-07-092-8/+2
* Added :class:`.BIGINT` to the list of type names that can beMike Bayer2013-07-021-2/+4
* Added new flag ``retaining=False`` to the kinterbasdb and fdb dialects.Mike Bayer2013-06-303-46/+83
* The behavior of :func:`.extract` has been simplified on theMike Bayer2013-06-281-22/+0
* Type lookup when reflecting the Firebird types LONG andMike Bayer2013-06-281-7/+6
* Fixed bug in HSTORE type where keys/values that containedMike Bayer2013-06-281-3/+3
* Merge branch 'ticket_2746'Mike Bayer2013-06-261-6/+2
|\
| * - rework of correlation, continuing on #2668, #2746Mike Bayer2013-06-261-6/+2
* | Fix indexes reflection in PostgreSQLpr/13Roman Podolyaka2013-06-261-14/+18
|/
* Fix unique constraints reflection in PostgreSQLpr/11Roman Podolyaka2013-06-231-9/+16
* Fix unique constraints reflection in SQLiteRoman Podolyaka2013-06-231-1/+2
* versionaddsMike Bayer2013-06-221-6/+33
* - 0.8 changelogMike Bayer2013-06-221-11/+11
* Merge pull request #5 from cjw296/pg-rangesmike bayer2013-06-224-2/+246
|\
| * Documentation for the new range type support.pr/5Chris Withers2013-06-103-6/+19
| * Implement EXCLUDE constraints for postgres.Chris Withers2013-06-103-0/+90
| * add support for range operators listed in http://www.postgresql.org/docs/9.2/...Chris Withers2013-06-101-6/+75
| * Basic type support for the new range types in postgres 9.2Chris Withers2013-06-103-1/+73
* | fix up the isolation level docs which were a messMike Bayer2013-06-172-25/+58
* | - changelogMike Bayer2013-06-152-3/+8
* | Add AUTOCOMMIT isolation level support for psycopg2pr/7Roman Podolyaka2013-06-151-0/+1
|/
* this comment is ancientMike Bayer2013-06-091-5/+0
* Add basic support of unique constraints reflectionpr/4Roman Podolyaka2013-06-093-0/+65
* get nested joins to render on oracle 8Mike Bayer2013-06-081-3/+10
* Merge pull request #3 from bslatkin/mastermike bayer2013-06-081-7/+16
|\
| * Fixing the error regex to match numbers with the long suffix, like 1146Lpr/3Brett Slatkin2013-06-081-1/+1
| * PEP8Brett Slatkin2013-06-081-3/+3
| * Makes gaerdbms for App Engine use local MySQL server when running under dev_a...Brett Slatkin2013-06-081-6/+15
* | - changelog for [ticket:2704]Mike Bayer2013-06-081-9/+13
* | Fix using of 'mysql_length' for composite indexesRoman Podolyaka2013-06-081-7/+25
|/
* remove all remaining start/end py2k/py3k blocksMike Bayer2013-06-071-18/+16
* When querying the information schema on SQL Server 2000, removedMike Bayer2013-06-061-2/+15
* Merge branch 'ticket_2587'Mike Bayer2013-06-041-0/+1
|\
| * working through tests....Mike Bayer2013-06-021-0/+1
* | The ``deferrable`` keyword argument on :class:`.ForeignKey` andMike Bayer2013-06-031-0/+2
* | - fdb is now official, [ticket:2504]Mike Bayer2013-06-032-5/+5
* | - some tweaks to try to help out mssql+pyodbc support a bit, py3k is reallyMike Bayer2013-06-031-0/+1
|/
* Merge branch 'rel_0_9'Mike Bayer2013-05-2919-187/+171
|\
| * - repair for py3kMike Bayer2013-05-291-1/+6
| * Unicode support for psycopg2 native hstore implementationDmitry Mugtasimov2013-05-291-1/+2
| * hstores are text, and in py3k they seem to be implcitly unicode. soMike Bayer2013-05-291-10/+26