summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-2041-1483/+1794
* - Fixed a regression from 0.9.5 caused by :ticket:`3025` where theMike Bayer2014-07-141-0/+3
* - Added statement encoding to the "SET IDENTITY_INSERT"Mike Bayer2014-07-141-6/+12
* - In the SQL Server pyodbc dialect, repaired the implementationMike Bayer2014-07-141-1/+2
* - Fixed bug in :class:`.Enum` and other :class:`.SchemaType`Mike Bayer2014-07-131-2/+1
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-0945-45/+90
* - Changed the default value of "raise_on_warnings" to False forMike Bayer2014-07-091-1/+3
* - add postgresql_regconfig argument to PG dialect for match() operator,jonathan vanasco2014-07-081-5/+57
* Merge pull request #101 from ddimmich/mastermike bayer2014-07-073-3/+126
|\
| * jsonb support for <@, ?| and ?& added.pr/101Damian Dimmich2014-07-011-1/+18
| * minor cleanup of the jsonb - had extraneous operators that where copiedDamian Dimmich2014-06-281-5/+1
| * add has_key & contains operators for jsonb (ported over from hstore)Damian Dimmich2014-06-281-21/+17
| * initial support for JSONB - this only allows you to define the JSONBDamian Dimmich2014-06-243-3/+117
* | Merge pull request #98 from abbec/mssql2008-multivalues-insertmike bayer2014-07-061-0/+2
|\ \
| * | - Fixed support for multivalue inserts for MS SQL 2008 since it is actually s...pr/98Albert Cervin2014-06-161-0/+2
* | | - clarify that the pg8000 backend has no impact of any kind onMike Bayer2014-07-041-8/+9
* | | - add link to dialect docs for SQLite autoincrement from column autoincrement,Mike Bayer2014-07-031-2/+4
* | | - MySQL error 2014 "commands out of sync" appears to be raised as aMike Bayer2014-06-271-1/+1
* | | - write some really complete docs on MSSQL autoincrement, fixes #3094Mike Bayer2014-06-241-10/+132
| |/ |/|
* | - Added a new type :class:`.postgresql.OID` to the Postgresql dialect.Mike Bayer2014-06-202-2/+15
* | - Fixed bug where column names added to ``mysql_length`` parameterMike Bayer2014-06-181-3/+7
|/
* - remove drizzle dialectMike Bayer2014-05-305-589/+123
* - changelog + docs for pg8000 transaction isolation levelMike Bayer2014-05-303-2/+39
* Merge branch 'master' of https://github.com/tlocke/sqlalchemy into tlocke-masterMike Bayer2014-05-301-21/+40
|\
| * PEP 8 tidy of pg8000 dialect and postgresql/test_dialect.pypr/88Tony Locke2014-05-221-14/+11
| * Autocommit isolation level for postgresql+pg8000Tony Locke2014-05-221-0/+24
| * Updated doc string for postgresql+pg8000 dialectTony Locke2014-05-211-10/+8
| * pg8000.dbapi is now just pg8000Tony Locke2014-05-211-1/+1
* | update commentsMike Bayer2014-05-301-4/+6
* | Merge branch 'psycopg_disconnect' of https://github.com/dirkmueller/sqlalchemyMike Bayer2014-05-301-1/+5
|\ \
| * | Another Variant for detecting if a connection is closedpr/87Dirk Mueller2014-05-111-1/+5
* | | - Added the ``hashable=False`` flag to the PG :class:`.HSTORE` type, whichMike Bayer2014-05-251-0/+1
* | | - repair oracle compilation for new limit/offset system.Mike Bayer2014-05-241-15/+26
* | | - fix some identity map accessorsMike Bayer2014-05-241-1/+1
* | | - more tests, including backend testsMike Bayer2014-05-161-17/+34
* | | Merge branch 'issue_3034' of https://bitbucket.org/dobesv/sqlalchemy/branch/i...Mike Bayer2014-05-167-40/+44
|\ \ \ | |_|/ |/| |
| * | Remove unused importDobes Vandermeer2014-04-251-1/+0
| * | Remove unused importDobes Vandermeer2014-04-251-1/+0
| * | Pull out offset/limit to a local variable to reduce the impact of the ineffic...Dobes Vandermeer2014-04-251-8/+10
| * | Remove unused importDobes Vandermeer2014-04-251-1/+0
| * | Use _offset_clause and _limit_clause, which are always Visitable and usually ...Dobes Vandermeer2014-04-255-25/+26
| * | Extract limit/offset to variablesDobes Vandermeer2014-04-251-5/+7
| * | Proof-of-concept implementation of supporting bindparam for offset and limit ...Dobes Vandermeer2014-04-243-7/+9
* | | - changelog for #2785Mike Bayer2014-05-161-3/+6
* | | Merge branch 'zero_indexes-param-for-postgresql-ARRAY-type' of https://bitbuc...Mike Bayer2014-05-161-1/+16
|\ \ \
| * | | zero_indexes-param-for-postgresql-ARRAY-typeAlexey Terentev2014-05-131-1/+16
* | | | Merged in mineo/sqlalchemy/mineo/posgtresql-postgresql-1399232068499 (pull re...Mike Bayer2014-05-121-1/+1
|\ \ \ \
| * | | | Posgtresql -> PostgreSQLWieland Hoffmann2014-05-041-1/+1
| | |_|/ | |/| |
* | | | Merged in WSMcG/sqlalchemy (pull request #15) Mike Bayer2014-05-121-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Added optional '=' to MySQL KEY_BLOCK_SIZE regexW. Sean McGivern2014-04-191-1/+1
| | |/ | |/|