summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
* Allow creating explicit non-clustered primary keys in MS SQL.pr/252Saulius Žemaitaitis2016-03-271-4/+27
* ReST fix: missing backtickpr/251Marius Gedminas2016-03-211-1/+1
* - Added basic isolation level support to the SQL Server dialectsMike Bayer2016-03-151-0/+86
* - changelog and docs for #3332, fixes #3332Mike Bayer2016-03-152-13/+39
* Merge branch 'master' into pr157Mike Bayer2016-03-1554-2645/+3635
|\
| * - add notes for pyodbc limitations with rowcount fixes #3675Mike Bayer2016-03-152-0/+41
| * - py3k fix for enum featureMike Bayer2016-02-081-1/+4
| * - add an impl for Enum to Oracle which has subclassing requirementsMike Bayer2016-02-041-0/+13
| * Merge branch 'master' of https://bitbucket.org/carlrivers/sqlalchemyMike Bayer2016-02-021-2/+1
| |\
| | * Merged zzzeek/sqlalchemy into masterCarlos Rivas2016-01-2618-1697/+1795
| | |\
| | * | Removed entry that causes AttributeError (#3621) - Oracle zxJDBC fails with A...Carlos Rivas2016-01-231-2/+1
| * | | - add changelog and migration notes for new Enum features,Mike Bayer2016-02-021-25/+17
| * | | - The ``sqlalchemy.dialects.postgres`` module, long deprecated, isMike Bayer2016-01-292-18/+9
| * | | - happy new yearMike Bayer2016-01-2953-53/+53
| | |/ | |/|
| * | - The workaround for right-nested joins on SQLite, where they are rewrittenMike Bayer2016-01-261-6/+13
| * | - documenation updates to clarify specific SQLite versionsMike Bayer2016-01-211-2/+14
| * | - The unsupported Sybase dialect now raises ``NotImplementedError``Mike Bayer2016-01-201-5/+1
| * | - update oracle JDBC driver URL, fixes #3554Mike Bayer2016-01-201-2/+1
| * | Fix ArrayOfEnum's handling of empty arrays.pr/229Chase2016-01-191-1/+1
| * | Remove quote on first DATEPART paramaterGuillaume DOUMENC2016-01-121-1/+1
| * | - reorganize schema_translate_map to be succinct and gain the performanceMike Bayer2016-01-111-2/+2
| * | - Multi-tenancy schema translation for :class:`.Table` objects is added.Mike Bayer2016-01-081-5/+13
| * | - pg8000 fixes for jsonMike Bayer2016-01-071-0/+1
| * | - Added a new entrypoint system to the engine to allow "plugins" toMike Bayer2016-01-061-0/+2
| * | - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type providesMike Bayer2016-01-069-191/+218
| * | - break out mysql/base into modules as it's getting huge with more to comeMike Bayer2016-01-044-1488/+1534
| |/
| * - An adjustment to the regular expression used to parse MySQL views,Mike Bayer2015-12-221-1/+1
| * Add new reserved words for MySQL 5.7.pr/222Hanno Schlichting2015-12-141-0/+2
| * - Fixed bug in MySQL reflection where the "fractional sections portion"Mike Bayer2015-12-071-0/+5
| * - Added the error "20006: Write to the server failed" to the listMike Bayer2015-11-301-1/+2
| * Merge remote-tracking branch 'origin/pr/216'Mike Bayer2015-11-301-1/+1
| |\
| | * - Postgres: Do not prefix table with schema in: "FOR UPDATE of <table>"pr/216Diana Clarke2015-11-241-1/+1
| * | Merge remote-tracking branch 'origin/pr/215'Mike Bayer2015-11-301-1/+1
| |\ \
| | * | fix postgresql exclude contraint to check when= against None rather than __bo...pr/215aisch2015-11-231-1/+1
| | |/
| * | - A descriptive ValueError is now raised in the event that SQL serverMike Bayer2015-11-301-2/+10
| |/
| * - Fixed the ``.python_type`` attribute of :class:`.postgresql.INTERVAL`Mike Bayer2015-11-191-0/+6
| * - Added support for reflecting the source of materialized viewsMike Bayer2015-11-181-5/+21
| * - extend pullreq github:213 to also include DATETIMEOFFSET and TIME,Mike Bayer2015-11-141-2/+2
| * Pass precision value to mssql.DATETIME2 when it is 0pr/213Jacobo de Vera2015-11-131-1/+1
| * Updated PostgreSQL links to point to "current" rather than hardcoded versionJeff Widman2015-11-051-2/+2
| * Update links in SQLAlchemy docs that point to postgres docs to use 'devel' ra...Jeff Widman2015-11-041-2/+2
| * - cross-linking for pool recycle featureMike Bayer2015-10-301-0/+5
| * Merge remote-tracking branch 'origin/pr/208'Mike Bayer2015-10-081-1/+1
| |\
| | * Update base.pypr/208Peter Demin2015-10-071-1/+1
| * | - for DB's w/o a real "autoincrement", reflection should be returningMike Bayer2015-10-073-3/+3
| |/
| * - The system by which a :class:`.Column` considers itself to be anMike Bayer2015-10-072-38/+15
| * - Fixed bug in Oracle dialect where reflection of tables and otherMike Bayer2015-10-051-0/+3
| * - limit the search for schemas to not include "temp", which is sort of an imp...Mike Bayer2015-09-281-6/+20
| * Merge remote-tracking branch 'origin/pr/198' into pr198Mike Bayer2015-09-281-0/+7
| |\
| | * Support get_schema_names for SQLiteBrian Van Klaveren2015-09-091-0/+7